Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1466 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1468 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1470 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp171 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
177 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
178 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()