Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2587 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() function
2640 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition)); in ResolveCondition()