Searched refs:getFunctionType (Results 26 - 50 of 99) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp57 FunctionType *FTy = F.getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp131 FunctionType *FTy = Callee->getFunctionType();
332 FunctionType *FTy = Callee->getFunctionType();
H A DLint.cpp216 FunctionType *FT = F->getFunctionType();
H A DBasicAliasAnalysis.cpp539 FunctionType *MemsetType = MS->getFunctionType();
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp261 New->setType(Context.getFunctionType(
283 New->setType(Context.getFunctionType(
H A DSemaDeclAttr.cpp53 return (D->getFunctionType() != nullptr) || isa<ObjCMethodDecl>(D);
73 if (const FunctionType *FnTy = D->getFunctionType())
82 if (const FunctionType *FnTy = D->getFunctionType())
90 if (const FunctionType *FnTy = D->getFunctionType())
109 if (const FunctionType *FnTy = D->getFunctionType())
123 if (const FunctionType *FnTy = D->getFunctionType()) {
1276 if (D->getFunctionType()) {
2422 ? D->getFunctionType()
2445 if (D->getFunctionType() &&
2446 D->getFunctionType()
[all...]
H A DSemaDeclCXX.cpp5373 MD->setType(Context.getFunctionType(ReturnType,
5415 Context.getFunctionType(Context.VoidTy, None, EPI));
6716 return Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), EPI);
6903 return Context.getFunctionType(Context.VoidTy, None, EPI);
7069 R = Context.getFunctionType(ConvType, None, Proto->getExtProtoInfo());
8932 DefaultCon->setType(Context.getFunctionType(Context.VoidTy, None, EPI));
9112 SemaRef.Context.getFunctionType(
9227 DerivedCtor->setType(Context.getFunctionType(FPT->getReturnType(),
9398 Destructor->setType(Context.getFunctionType(Context.VoidTy, None, EPI));
9566 Destructor->setType(Context.getFunctionType(Contex
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp489 const FunctionType *FuncType = DeclCtxt->getDecl()->getFunctionType();
640 const FunctionType *FuncType = Decl->getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DConstantsContext.h418 FTy(Asm->getFunctionType()), HasSideEffects(Asm->hasSideEffects()),
433 FTy == Asm->getFunctionType();
H A DVerifier.cpp1770 FunctionType *FT = F.getFunctionType();
2375 Assert(FPTy->getElementType() == CS.getFunctionType(),
2378 FunctionType *FTy = CS.getFunctionType();
2529 FunctionType *CallerTy = F->getFunctionType();
2530 FunctionType *CalleeTy = CI.getFunctionType();
3704 FunctionType *IFTy = IF->getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp236 FunctionType *FTy = FunctionType::get(F->getFunctionType()->getReturnType(),
237 ArgTypes, F->getFunctionType()->isVarArg());
/freebsd-11.0-release/contrib/llvm/tools/bugpoint/
H A DCrashDebugger.cpp249 assert(CMF->getFunctionType() == Funcs[i]->getFunctionType() && "wrong ty");
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp537 FunctionType *FT = F->getFunctionType();
688 buildWrapperFunction(F, "", GA->getLinkage(), F->getFunctionType());
707 FunctionType *FT = F.getFunctionType();
1391 Type *RT = DFSF.F->getFunctionType()->getReturnType();
1448 FunctionType *FT = F->getFunctionType();
/freebsd-11.0-release/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileOnDemandLayer.h331 return GlobalAlias::create(F->getFunctionType(),
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/MCJIT/
H A DMCJIT.cpp484 FunctionType *FTy = F->getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DTailRecursionElimination.cpp391 if (F.getFunctionType()->isVarArg()) return false;
/freebsd-11.0-release/contrib/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp703 printType(FI->getFunctionType());
1431 << getCppName(ila->getFunctionType()) << ", \""
1643 printType(F->getFunctionType());
1736 nl(Out,1) << "/*Type=*/" << getCppName(F->getFunctionType()) << ",";
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp435 unsigned NumArgs = Fn->getFunctionType()->getNumParams();
436 FunctionType *FTy = Fn->getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DArgumentPromotion.cpp613 FunctionType *FTy = F->getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/Target/BPF/
H A DBPFISelLowering.cpp74 OS << "in function " << Fn.getName() << ' ' << *Fn.getFunctionType() << '\n'
/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp76 OS << "in function " << Fn.getName() << ' ' << *Fn.getFunctionType() << '\n'
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp2244 Result = getFunctionType(FPT->getReturnType(), FPT->getParamTypes(), EPI);
2256 FD->setType(getFunctionType(ResultType, FPT->getParamTypes(), EPI));
2289 return Context.getFunctionType(
3052 ASTContext::getFunctionType(QualType ResultTy, ArrayRef<QualType> ArgArray, function in class:ASTContext
3090 Canonical = getFunctionType(CanResultTy, CanonicalArgs, CanonicalEPI);
7498 return getFunctionType(retType, types, EPI);
7534 return getFunctionType(retType, proto->getParamTypes(), EPI);
7903 getFunctionType(OldReturnType, FPT->getParamTypes(), EPI);
8318 return getFunctionType(ResType, ArgTypes, EPI);
H A DDeclBase.cpp775 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { function in class:Decl
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1568 return CreateCall(Callee->getFunctionType(), Callee, Args, Name, FPMathTag);
1697 FnInvariantGroupBarrier->getFunctionType()->getParamType(0) &&
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprComplex.cpp597 QualType FQTy = CGF.getContext().getFunctionType(Op.Ty, ArgsQTys, EPI);

Completed in 447 milliseconds

1234