Home
last modified time | relevance | path

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

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