Home
last modified time | relevance | path

Searched refs:tn_sys (Results 1 – 6 of 6) sorted by relevance

/netbsd/usr.bin/xlint/lint1/
H A Dckbool.c87 if (op == FARG && rn->tn_sys) in is_typeok_strict_bool_binary()
90 if ((ln->tn_sys || rn->tn_sys) && in is_typeok_strict_bool_binary()
95 return lt != BOOL && (ln->tn_sys || rn->tn_sys); in is_typeok_strict_bool_binary()
222 if (tn->tn_sys && is_scalar(t)) in is_typeok_bool_compares_with_zero()
H A Dmem1.c334 tn->tn_sys = in_system_header || in expr_alloc_tnode()
H A Dlint1.h312 bool tn_sys:1; /* the operator comes from a system header; member
H A Ddebug.c181 if (tn->tn_sys) in debug_node()
H A Dtree.c354 ntn->tn_sys = sys; in build_op()
2042 tn = build_op(ADDR, tn->tn_sys, in cconv()
2052 tn = build_address(tn->tn_sys, tn, true); in cconv()
2059 tn = build_op(LOAD, tn->tn_sys, tp, tn, NULL); in cconv()
3644 ntn->tn_sys |= tn->tn_sys; in convert()
4178 return build_op(PUSH, arg->tn_sys, arg->tn_type, arg, args); in build_function_argument()
H A Dfunc.c995 return tn->tn_parenthesized && !tn->tn_sys; in is_parenthesized()