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