Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/Analysis/
DCFGTest.cpp50 EXPECT_EQ(nullptr, Block->getLastCondition()); in TEST()
/external/llvm-project/clang/include/clang/Analysis/
DCFG.h1059 const Expr *getLastCondition() const;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DBugReporterVisitors.cpp1808 if (const Expr *Condition = NB->getLastCondition()) { in VisitNode()
/external/llvm-project/clang/lib/Analysis/
DCFG.cpp5921 const Expr *CFGBlock::getLastCondition() const { in getLastCondition() function in CFGBlock