Searched refs:isTainted (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
H A D | Taint.h | 65 bool isTainted(ProgramStateRef State, const Stmt *S, 70 bool isTainted(ProgramStateRef State, SVal V, 74 bool isTainted(ProgramStateRef State, SymbolRef Sym, 79 bool isTainted(ProgramStateRef State, const MemRegion *Reg,
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | Taint.cpp | 148 bool taint::isTainted(ProgramStateRef State, const Stmt *S, in isTainted() function in taint 154 bool taint::isTainted(ProgramStateRef State, SVal V, TaintTagType Kind) { in isTainted() function in taint 159 bool taint::isTainted(ProgramStateRef State, const MemRegion *Reg, in isTainted() function in taint 165 bool taint::isTainted(ProgramStateRef State, SymbolRef Sym, TaintTagType Kind) { in isTainted() function in taint
|
H A D | BoolAssignmentChecker.cpp | 94 if (StIn && StOut && taint::isTainted(State, *NV)) in checkBind()
|
H A D | ArrayBoundCheckerV2.cpp | 641 if (isTainted(State, ByteOffset)) { in performCheck() 649 if (isTainted(State, ASE->getIdx(), C.getLocationContext())) in performCheck()
|
H A D | VLASizeChecker.cpp | 203 if ((StateNeg || StateZero) && isTainted(State, SizeV)) { in checkVLAIndexSize()
|
H A D | GenericTaintChecker.cpp | 135 if (isTainted(State, *Pointee)) // FIXME: isTainted(...) ? Pointee : None; in getTaintedPointeeOrPointer() 138 if (isTainted(State, Arg)) in getTaintedPointeeOrPointer()
|