HomeSort by: relevance | last modified time | path
    Searched refs:tn_sys (Results 1 - 7 of 7) sorted by relevancy

  /src/usr.bin/xlint/lint1/
ckbool.c 67 if (op == FARG && rn->tn_sys)
70 if ((ln->tn_sys || rn->tn_sys) &&
76 return lt != BOOL && (ln->tn_sys || rn->tn_sys);
196 || (tn->tn_sys && is_scalar(tn->tn_type->t_tspec));
mem1.c 351 tn->tn_sys = in_system_header ||
lint1.h 296 bool tn_sys:1; /* comes from a system header */ member in struct:tnode
debug.c 218 if (tn->tn_sys)
tree.c 647 ntn->tn_sys = sys;
2390 tn = build_op(ADDR, tn->tn_sys,
2395 tn = build_address(tn->tn_sys, tn);
2401 tn = build_op(LOAD, tn->tn_sys, tp, tn, NULL);
3989 ntn->tn_sys |= tn->tn_sys;
4518 tn->tn_sys = sys;
4691 ntn->tn_sys = sys;
cgram.y 560 $$->tn_sys = zero->tn_sys;
func.c 906 return tn->tn_parenthesized && !tn->tn_sys;

Completed in 45 milliseconds