Searched refs:removeTaint (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.h48 LLVM_NODISCARD ProgramStateRef removeTaint(ProgramStateRef State, SVal V);
50 LLVM_NODISCARD ProgramStateRef removeTaint(ProgramStateRef State,
53 LLVM_NODISCARD ProgramStateRef removeTaint(ProgramStateRef State,
H A DTaint.cpp95 ProgramStateRef taint::removeTaint(ProgramStateRef State, SVal V) { function in class:taint
98 return removeTaint(State, Sym);
101 return removeTaint(State, R);
104 ProgramStateRef taint::removeTaint(ProgramStateRef State, const MemRegion *R) { function in class:taint
106 return removeTaint(State, SR->getSymbol());
110 ProgramStateRef taint::removeTaint(ProgramStateRef State, SymbolRef Sym) { function in class:taint
H A DGenericTaintChecker.cpp581 State = removeTaint(State, *V);

Completed in 113 milliseconds