Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2620 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() function
2671 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition)); in ResolveCondition()