Home
last modified time | relevance | path

Searched refs:tainted (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/
H A Dtoken.h75 unsigned char tainted:1, member
H A Dflow.c477 if (insn->tainted) in check_access()
483 insn->tainted = 1; in check_access()
H A Dlinearize.h86 tainted:1, member
H A Dpre-process.c249 token->ident->tainted = 0; in scan_next()
621 if (token_type(token) == TOKEN_IDENT && token->ident->tainted) in copy()
726 if (added->ident->tainted) in substitute()
764 if (expanding->tainted) { in expand()
777 expanding->tainted = 1; in expand()
H A Dsimplify.c741 if (!constant(sh->src2) || sh->tainted) in simplify_mask_shift()
764 if (insn->tainted) in check_shift_count()
777 insn->tainted = 1; in check_shift_count()
H A Dtokenize.c837 ident->tainted = 0; in alloc_ident()
H A Dlinearize.c1055 insn->tainted = 1; in taint_undefined_behaviour()