Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h184 llvm::Type *KmpRoutineEntryPtrTy = nullptr; variable
DCGOpenMPRuntime.cpp1250 assert(KmpRoutineEntryPtrTy != nullptr && in createRuntimeFunction()
1253 CGM.SizeTy, CGM.SizeTy, KmpRoutineEntryPtrTy}; in createRuntimeFunction()
3054 if (!KmpRoutineEntryPtrTy) { in emitKmpRoutineEntryT()
3061 KmpRoutineEntryPtrTy = CGM.getTypes().ConvertType(KmpRoutineEntryPtrQTy); in emitKmpRoutineEntryT()
3798 TaskEntry, KmpRoutineEntryPtrTy)}; in emitTaskInit()
3847 DestructorFn, KmpRoutineEntryPtrTy), in emitTaskInit()