Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h515 bool addTrackedCondition(const ExplodedNode *Cond) { in addTrackedCondition() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp2078 if (BR.addTrackedCondition(N)) { in VisitNode()