Home
last modified time | relevance | path

Searched refs:DestructorFnInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3373 auto &DestructorFnInfo = in emitDestructorsFunction() local
3375 auto *DestructorFnTy = CGM.getTypes().GetFunctionType(DestructorFnInfo); in emitDestructorsFunction()
3380 DestructorFnInfo); in emitDestructorsFunction()
3383 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp3632 const auto &DestructorFnInfo = in emitDestructorsFunction() local
3635 CGM.getTypes().GetFunctionType(DestructorFnInfo); in emitDestructorsFunction()
3642 DestructorFnInfo); in emitDestructorsFunction()
3645 CGF.StartFunction(GlobalDecl(), KmpInt32Ty, DestructorFn, DestructorFnInfo, in emitDestructorsFunction()