Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDBugReporterVisitors.cpp1660 ProgramPoint CurPoint = Succ->getLocation(); in VisitNode() local
1662 if (auto BE = CurPoint.getAs<BlockEdge>()) { in VisitNode()
1664 } else if (auto SP = CurPoint.getAs<StmtPoint>()) { in VisitNode()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp175 CodeGenFunction::JumpDest CurPoint = in emitUntiedSwitch() local
181 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
182 CGF.EmitBlock(CurPoint.getBlock()); in emitUntiedSwitch()