Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h169 llvm::FunctionType *Kmpc_MicroTy; variable
H A DCGOpenMPRuntime.cpp92 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true); in CGOpenMPRuntime()
247 return llvm::PointerType::getUnqual(Kmpc_MicroTy); in getKmpc_MicroPointerTy()