Home
last modified time | relevance | path

Searched refs:v_unsigned_since_c90 (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.bin/xlint/lint1/
Dtree.c647 n->u.value.v_unsigned_since_c90 = false; in build_integer_constant()
770 n->u.value.v_unsigned_since_c90 = false; in build_name()
776 n->u.value.v_unsigned_since_c90 = false; in build_name()
2017 ln->tn_op == CON && ln->u.value.v_unsigned_since_c90) { in build_binary()
2020 ln->u.value.v_unsigned_since_c90 = false; in build_binary()
2023 rn->tn_op == CON && rn->u.value.v_unsigned_since_c90) { in build_binary()
2026 rn->u.value.v_unsigned_since_c90 = false; in build_binary()
4206 nv->v_unsigned_since_c90 = false; in convert_constant()
4218 if (allow_trad && allow_c90 && ov->v_unsigned_since_c90 && in convert_constant()
4224 ov->v_unsigned_since_c90 = false; in convert_constant()
[all …]
Dlint1.h96 bool v_unsigned_since_c90; member
Ddebug.c239 if (tn->u.value.v_unsigned_since_c90) in debug_node()
Dlex.c611 yylval.y_val->v_unsigned_since_c90 = unsigned_since_c90; in lex_integer_constant()