HomeSort by relevance Sort by last modified time
    Searched refs:FnTy (Results 1 - 10 of 10) 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/
SemaDeclAttr.cpp 66 if (const FunctionType *FnTy = D->getFunctionType())
67 return isa<FunctionProtoType>(FnTy);
75 if (const FunctionType *FnTy = D->getFunctionType())
76 return cast<FunctionProtoType>(FnTy)->getNumParams();
83 if (const FunctionType *FnTy = D->getFunctionType())
84 return cast<FunctionProtoType>(FnTy)->getParamType(Idx);
92 if (const FunctionType *FnTy = D->getFunctionType())
93 return cast<FunctionProtoType>(FnTy)->getReturnType();
98 if (const FunctionType *FnTy = D->getFunctionType()) {
99 const FunctionProtoType *proto = cast<FunctionProtoType>(FnTy);
    [all...]
SemaType.cpp     [all...]
SemaOverload.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp     [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]

Completed in 1025 milliseconds