Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1948 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1950 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1952 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp189 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
195 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
196 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()