Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDivZeroChecker.cpp114 std::vector<SymbolRef> taintedSyms = getTaintedSymbols(C.getState(), *DV); in checkPreStmt() local
115 if (!taintedSyms.empty()) { in checkPreStmt()
117 taintedSyms); in checkPreStmt()