Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.h1886 class OMPAllocateCleanupTy final : public EHScopeStack::Cleanup {
1892 OMPAllocateCleanupTy(llvm::CallInst *RLFnCI) : RTLFnCI(RLFnCI) {
H A DCGOpenMPRuntime.cpp11380 class OMPAllocateCleanupTy final : public EHScopeStack::Cleanup { in getAddressOfLocalVariable() class
11387 OMPAllocateCleanupTy(llvm::FunctionCallee RTLFn, in getAddressOfLocalVariable() function in CGOpenMPRuntime::getAddressOfLocalVariable::OMPAllocateCleanupTy
11409 CGF.EHStack.pushCleanup<OMPAllocateCleanupTy>( in getAddressOfLocalVariable()
H A DCGStmtOpenMP.cpp1677 CGF.EHStack.pushCleanup<OMPAllocateCleanupTy>(NormalAndEHCleanup, FreeCI); in getAddressOfLocalVariable()