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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.h 1698 class OMPAllocateCleanupTy final : public EHScopeStack::Cleanup {
1704 OMPAllocateCleanupTy(llvm::CallInst *RLFnCI) : RTLFnCI(RLFnCI) {
CGOpenMPRuntime.cpp 12022 class OMPAllocateCleanupTy final : public EHScopeStack::Cleanup {
12029 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn, unsigned LocEncoding,
12054 CGF.EHStack.pushCleanup<OMPAllocateCleanupTy>(
CGStmtOpenMP.cpp 1646 CGF.EHStack.pushCleanup<OMPAllocateCleanupTy>(NormalAndEHCleanup, FreeCI);

Completed in 42 milliseconds