Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1944 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1946 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1948 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp187 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
193 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
194 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()