Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCoreEngine.cpp317 if (std::optional<CFGElement> E = L.getFirstElement()) { in HandleBlockEntrance()
/openbsd/src/gnu/llvm/clang/include/clang/Analysis/
DProgramPoint.h235 std::optional<CFGElement> getFirstElement() const { in getFirstElement() function
/openbsd/src/gnu/llvm/clang/lib/Analysis/
DPathDiagnostic.cpp713 if (std::optional<CFGElement> BlockFront = BE->getFirstElement()) { in create()