Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp99 ProgramStateRef taint::removeTaint(ProgramStateRef State, SVal V) { in removeTaint() function in taint
102 return removeTaint(State, Sym); in removeTaint()
105 return removeTaint(State, R); in removeTaint()
108 ProgramStateRef taint::removeTaint(ProgramStateRef State, const MemRegion *R) { in removeTaint() function in taint
110 return removeTaint(State, SR->getSymbol()); in removeTaint()
114 ProgramStateRef taint::removeTaint(ProgramStateRef State, SymbolRef Sym) { in removeTaint() function in taint
H A DGenericTaintChecker.cpp945 State = removeTaint(State, S); in process()
947 State = removeTaint(State, *P); in process()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/
H A DTaint.h48 [[nodiscard]] ProgramStateRef removeTaint(ProgramStateRef State, SVal V);
50 [[nodiscard]] ProgramStateRef removeTaint(ProgramStateRef State,
53 [[nodiscard]] ProgramStateRef removeTaint(ProgramStateRef State, SymbolRef Sym);