Home
last modified time | relevance | path

Searched refs:FARG (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Dckbool.c67 if (op == FARG && rn->tn_sys) in is_typeok_strict_bool_binary()
75 op == RETURN || op == INIT || op == FARG) in is_typeok_strict_bool_binary()
102 if (op == FARG) in typeok_strict_bool_binary_compatible()
Dop.h131 FARG, /* does not appear in the tree */ enumerator
134 #define NOPS ((int)FARG + 1)
Dtree.c2823 if (op == RETURN || op == INIT || op == FARG) in typeok_assign()
2901 case FARG: in check_assign_void_pointer()
3018 case FARG: in check_assign_void_pointer_compat()
3056 case FARG: in check_assign_pointer_integer()
3078 if (op == FARG) in check_assign_pointer()
3100 case FARG: in warn_assign()
3279 case FARG: in typeok_op()
3349 case FARG: in check_enum_type_mismatch()
3392 case FARG: in check_enum_int_mismatch()
3548 if (op == FARG) in check_lossy_floating_to_integer_conversion()
[all …]
/netbsd/src/external/bsd/pcc/dist/pcc/cc/cxxcom/
Dpass1.h143 #define TNULL INCREF(FARG) /* pointer to FARG -- impossible type */
144 #define TELLIPSIS INCREF(INCREF(FARG))
614 #define FARG (MAXTYPES+2) macro
Dpftn.c428 if (q->n_type != FARG) in defid()
455 if (gflag && p->stype != FARG) in defid()
607 if (p->stype == FARG) in dclargs()
Dcgram.y1646 p->n_type = FARG; in oldargs()
1874 else if (s->stype != FARG) in olddecl()
/netbsd/src/external/bsd/pcc/dist/pcc/cc/ccom/
Dpass1.h142 #define TNULL INCREF(FARG) /* pointer to FARG -- impossible type */
143 #define TELLIPSIS INCREF(INCREF(FARG))
671 #define FARG (MAXTYPES+2) macro
Dpftn.c462 if (q->n_type != FARG) in defid2()
490 if (gflag && p->stype != FARG) in defid2()
636 if (p->stype == FARG) in dclargs()
Dcgram.y1699 p->n_type = FARG; in oldargs()
1911 else if (s->stype != FARG) in olddecl()