HomeSort by: relevance | last modified time | path
    Searched refs:CurPoint (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
BugReporterVisitors.cpp 1765 ProgramPoint CurPoint = Succ->getLocation();
1767 if (auto BE = CurPoint.getAs<BlockEdge>()) {
1769 } else if (auto SP = CurPoint.getAs<StmtPoint>()) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 182 CodeGenFunction::JumpDest CurPoint =
188 CGF.EmitBranchThroughCleanup(CurPoint);
189 CGF.EmitBlock(CurPoint.getBlock());

Completed in 25 milliseconds