Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1519 static const Stmt *getRightmostLeaf(const Stmt *Condition) { in getRightmostLeaf() function
1572 assert(LastStmt == Condition || LastStmt == getRightmostLeaf(Condition)); in ResolveCondition()