Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1927 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1929 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1931 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp186 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
192 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
193 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()