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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h384 llvm::FunctionType *Kmpc_MicroTy = nullptr; member in class:clang::CodeGen::CGOpenMPRuntime
H A DCGOpenMPRuntime.cpp1513 if (!Kmpc_MicroTy) {
1517 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true);
1519 return llvm::PointerType::getUnqual(Kmpc_MicroTy);

Completed in 85 milliseconds