Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2078 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() function
2131 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition)); in ResolveCondition()