Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DPathDiagnostic.cpp739 CFGElement BlockFront = BE->getBlock()->front(); in create() local
740 if (auto StmtElt = BlockFront.getAs<CFGStmt>()) { in create()
742 } else if (auto NewAllocElt = BlockFront.getAs<CFGNewAllocator>()) { in create()