Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDDivZeroChecker.cpp35 llvm::ArrayRef<SymbolRef> TaintedSyms) const;
60 llvm::ArrayRef<SymbolRef> TaintedSyms) const { in reportTaintBug()
64 for (auto Sym : TaintedSyms) in reportTaintBug()
HDGenericTaintChecker.cpp886 std::vector<SymbolRef> TaintedSyms = in checkPostCall() local
888 if (!TaintedSyms.empty()) { in checkPostCall()
889 TaintedSymbols.push_back(TaintedSyms[0]); in checkPostCall()
898 std::vector<SymbolRef> TaintedSyms = getTaintedSymbols(State, *V); in checkPostCall() local
899 if (!TaintedSyms.empty()) { in checkPostCall()
900 TaintedSymbols.push_back(TaintedSyms[0]); in checkPostCall()
HDMallocChecker.cpp468 llvm::ArrayRef<SymbolRef> TaintedSyms,
1698 llvm::ArrayRef<SymbolRef> TaintedSyms, in reportTaintBug() argument
1706 for (auto TaintedSym : TaintedSyms) { in reportTaintBug()
1718 std::vector<SymbolRef> TaintedSyms = in checkTaintedness() local
1720 if (TaintedSyms.empty()) in checkTaintedness()
1749 State, C, TaintedSyms, Family); in checkTaintedness()