HomeSort by relevance Sort by last modified time
    Searched defs:FnTy (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/Transforms/Utils/
ModuleUtils.cpp 26 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false);
46 EltTy = StructType::get(IRB.getInt32Ty(), PointerType::getUnqual(FnTy),
  /external/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 167 llvm::FunctionType *FnTy =
169 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_fork_call");
175 llvm::FunctionType *FnTy =
177 RTLFn = CGM.CreateRuntimeFunction(FnTy, "__kmpc_global_thread_num");
ItaniumCXXABI.cpp     [all...]
  /external/llvm/unittests/IR/
InstructionsTest.cpp 490 Type *FnTy = FunctionType::get(Int32Ty, ArgTys, /*isVarArg=*/false);
491 Value *Callee = Constant::getNullValue(FnTy->getPointerTo());
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]

Completed in 470 milliseconds