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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 3814 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP,
3825 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP, FiniBB);
3882 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP, FiniBB);
3965 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP, FiniBB);
4013 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP, FiniBB);
4055 OMPBuilderCBHelpers::InlinedRegionBodyRAII IRB(*this, AllocaIP, FiniBB);
CodeGenFunction.h 1808 class InlinedRegionBodyRAII {
1814 InlinedRegionBodyRAII(CodeGenFunction &cgf, InsertPointTy &AllocaIP,
1837 ~InlinedRegionBodyRAII() { CGF.AllocaInsertPt = OldAllocaIP; }

Completed in 166 milliseconds