Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1765 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1767 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1769 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp182 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
188 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
189 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()