Home
last modified time | relevance | path

Searched defs:TaintedSyms (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp884 std::vector<SymbolRef> TaintedSyms = checkPostCall() local
896 std::vector<SymbolRef> TaintedSyms = getTaintedSymbols(State, *V); checkPostCall() local
H A DMallocChecker.cpp1698 reportTaintBug(StringRef Msg,ProgramStateRef State,CheckerContext & C,llvm::ArrayRef<SymbolRef> TaintedSyms,AllocationFamily Family) const reportTaintBug() argument
1718 std::vector<SymbolRef> TaintedSyms = checkTaintedness() local