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

  /src/usr.bin/xlint/lint1/
tree.c 681 n->u.value.v_unsigned_since_c90 = false;
804 n->u.value.v_unsigned_since_c90 = false;
810 n->u.value.v_unsigned_since_c90 = false;
2059 ln->tn_op == CON && ln->u.value.v_unsigned_since_c90) {
2062 ln->u.value.v_unsigned_since_c90 = false;
2065 rn->tn_op == CON && rn->u.value.v_unsigned_since_c90) {
2068 rn->u.value.v_unsigned_since_c90 = false;
4252 nv->v_unsigned_since_c90 = false;
4264 if (allow_trad && allow_c90 && ov->v_unsigned_since_c90 &&
4270 ov->v_unsigned_since_c90 = false
    [all...]
lint1.h 96 bool v_unsigned_since_c90; member in struct:__anondcf084d00408
debug.c 239 if (tn->u.value.v_unsigned_since_c90)
lex.c 611 yylval.y_val->v_unsigned_since_c90 = unsigned_since_c90;

Completed in 16 milliseconds