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 735 n->u.value.v_unsigned_since_c90 = false;
858 n->u.value.v_unsigned_since_c90 = false;
864 n->u.value.v_unsigned_since_c90 = false;
2123 ln->tn_op == CON && ln->u.value.v_unsigned_since_c90) {
2126 ln->u.value.v_unsigned_since_c90 = false;
2129 rn->tn_op == CON && rn->u.value.v_unsigned_since_c90) {
2132 rn->u.value.v_unsigned_since_c90 = false;
4314 nv->v_unsigned_since_c90 = false;
4326 if (allow_trad && allow_c90 && ov->v_unsigned_since_c90 &&
4332 ov->v_unsigned_since_c90 = false
    [all...]
lint1.h 96 bool v_unsigned_since_c90; member in struct:__anon8368
debug.c 239 if (tn->u.value.v_unsigned_since_c90)
lex.c 607 yylval.y_val->v_unsigned_since_c90 = unsigned_since_c90;

Completed in 37 milliseconds