Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h199 llvm::FunctionType *Kmpc_MicroTy; variable
DCGOpenMPRuntime.cpp268 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true); in CGOpenMPRuntime()
443 return llvm::PointerType::getUnqual(Kmpc_MicroTy); in getKmpc_MicroPointerTy()