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 701 ntn->tn_sys = sys;
2454 tn = build_op(ADDR, tn->tn_sys,
2459 tn = build_address(tn->tn_sys, tn);
2465 tn = build_op(LOAD, tn->tn_sys, tp, tn, NULL);
4051 ntn->tn_sys |= tn->tn_sys;
4580 tn->tn_sys = sys;
4753 ntn->tn_sys = sys;
cgram.y 560 $$->tn_sys = zero->tn_sys;
func.c 907 return tn->tn_parenthesized && !tn->tn_sys;

Completed in 23 milliseconds