HomeSort by: relevance | last modified time | path
    Searched refs:Kmpc_MicroTy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 398 llvm::FunctionType *Kmpc_MicroTy = nullptr;
CGOpenMPRuntime.cpp 1549 if (!Kmpc_MicroTy) {
1553 Kmpc_MicroTy = llvm::FunctionType::get(CGM.VoidTy, MicroParams, true);
1555 return llvm::PointerType::getUnqual(Kmpc_MicroTy);

Completed in 54 milliseconds