Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp33 llvm::ArrayRef<SymbolRef> TaintedSyms) const;
69 llvm::ArrayRef<SymbolRef> TaintedSyms) const { in reportTaintBug()
76 for (auto Sym : TaintedSyms) in reportTaintBug()
H A DGenericTaintChecker.cpp884 std::vector<SymbolRef> TaintedSyms = in checkPostCall() local
886 if (!TaintedSyms.empty()) { in checkPostCall()
887 TaintedSymbols.push_back(TaintedSyms[0]); in checkPostCall()
896 std::vector<SymbolRef> TaintedSyms = getTaintedSymbols(State, *V); in checkPostCall() local
897 if (!TaintedSyms.empty()) { in checkPostCall()
898 TaintedSymbols.push_back(TaintedSyms[0]); in checkPostCall()
H A DMallocChecker.cpp560 llvm::ArrayRef<SymbolRef> TaintedSyms,
1914 llvm::ArrayRef<SymbolRef> TaintedSyms, in reportTaintBug() argument
1919 for (const auto *TaintedSym : TaintedSyms) { in reportTaintBug()
1931 std::vector<SymbolRef> TaintedSyms = in checkTaintedness() local
1933 if (TaintedSyms.empty()) in checkTaintedness()
1962 State, C, TaintedSyms, Family); in checkTaintedness()