Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DExprInspectionChecker.cpp33 ExplodedNode *ExampleNode; member
232 if (!Stat.ExampleNode) { in analyzerNumTimesReached()
234 Stat.ExampleNode = C.generateNonFatalErrorNode(); in analyzerNumTimesReached()
416 ExplodedNode *N = Item.second.ExampleNode; in checkEndAnalysis()