Home
last modified time | relevance | path

Searched refs:OMPAllocateCleanupTy (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.h1655 class OMPAllocateCleanupTy final : public EHScopeStack::Cleanup {
1661 OMPAllocateCleanupTy(llvm::CallInst *RLFnCI) : RTLFnCI(RLFnCI) {
DCGOpenMPRuntime.cpp11851 class OMPAllocateCleanupTy final : public EHScopeStack::Cleanup { in getAddressOfLocalVariable() class
11858 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn, unsigned LocEncoding, in getAddressOfLocalVariable() function in CGOpenMPRuntime::getAddressOfLocalVariable::OMPAllocateCleanupTy
11883 CGF.EHStack.pushCleanup<OMPAllocateCleanupTy>( in getAddressOfLocalVariable()
DCGStmtOpenMP.cpp1623 CGF.EHStack.pushCleanup<OMPAllocateCleanupTy>(NormalAndEHCleanup, FreeCI); in getAddressOfLocalVariable()