Searched refs:KmpRoutineEntryPtrQTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h433 QualType KmpRoutineEntryPtrQTy; member in class:clang::CodeGen::CGOpenMPRuntime
H A DCGOpenMPRuntime.cpp3309 KmpRoutineEntryPtrQTy = C.getPointerType(
3311 KmpRoutineEntryPtrTy = CGM.getTypes().ConvertType(KmpRoutineEntryPtrQTy);
4114 CGM, D.getDirectiveKind(), KmpInt32Ty, KmpRoutineEntryPtrQTy));
4124 CGM, D.getDirectiveKind(), KmpInt32Ty, KmpRoutineEntryPtrQTy));

Completed in 82 milliseconds