Searched refs:removeTaint (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | Taint.cpp | 97 ProgramStateRef taint::removeTaint(ProgramStateRef State, SVal V) { in removeTaint() function in taint 100 return removeTaint(State, Sym); in removeTaint() 103 return removeTaint(State, R); in removeTaint() 106 ProgramStateRef taint::removeTaint(ProgramStateRef State, const MemRegion *R) { in removeTaint() function in taint 108 return removeTaint(State, SR->getSymbol()); in removeTaint() 112 ProgramStateRef taint::removeTaint(ProgramStateRef State, SymbolRef Sym) { in removeTaint() function in taint
|
| H A D | GenericTaintChecker.cpp | 833 State = removeTaint(State, S); in process() 835 State = removeTaint(State, *P); in process()
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Checkers/ |
| H A D | Taint.h | 48 LLVM_NODISCARD ProgramStateRef removeTaint(ProgramStateRef State, SVal V); 50 LLVM_NODISCARD ProgramStateRef removeTaint(ProgramStateRef State, 53 LLVM_NODISCARD ProgramStateRef removeTaint(ProgramStateRef State,
|