Searched refs:getFunctionType (Results 51 - 75 of 99) sorted by relevance

1234

/freebsd-11.0-release/contrib/llvm/lib/Transforms/IPO/
H A DInferFunctionAttrs.cpp109 FunctionType *FTy = F.getFunctionType();
H A DGlobalOpt.cpp2677 if (Callee->getFunctionType()->isVarArg()) {
3075 FunctionType *FTy = Fn->getFunctionType();
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclBase.h1014 const FunctionType *getFunctionType(bool BlocksToo = true) const;
H A DASTContext.h1186 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args,
/freebsd-11.0-release/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp743 Vals.push_back(VE.getTypeID(F.getFunctionType()));
1950 FunctionType *FTy = II->getFunctionType();
2143 FunctionType *FTy = CI.getFunctionType();
/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2562 FunctionType *FT = F->getFunctionType();
2935 FunctionType *FTy = cast<FunctionType>(CI->getFunctionType());
2972 FunctionType *FTy = cast<FunctionType>(II->getFunctionType());
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp486 return Context->getFunctionType(result, args, fpi);
3263 const FunctionType *AFT = CE->getFunctionType();
4424 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
H A DRewriteModernObjC.cpp586 return Context->getFunctionType(result, args, fpi);
4114 const FunctionType *AFT = CE->getFunctionType();
5347 QualType BFT = convertFunctionTypeOfBlocks(Exp->getFunctionType());
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTSource.cpp2048 QualType generic_function_type(m_ast_source.m_ast_context->getFunctionType (m_ast_source.m_ast_context->UnknownAnyTy, // result
H A DIRForTarget.cpp342 Constant *value = BuildFunctionPointer(fun->getFunctionType(), addr);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTDiagnostic.cpp97 QT = FPT ? Context.getFunctionType(RT, Args, FPT->getExtProtoInfo())
H A DStmtPrinter.cpp2398 const FunctionType *AFT = Node->getFunctionType();
H A DType.cpp871 return Ctx.getFunctionType(returnType, paramTypes, info);
1191 return ctx.getFunctionType(returnType, paramTypes, info);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGException.cpp1427 Context.getFunctionType(Context.VoidTy, ArgTys, EPI));
H A DCGBlocks.cpp1176 const FunctionProtoType *fnType = blockInfo.getBlockExpr()->getFunctionType();
H A DCodeGenFunction.cpp765 getContext().getFunctionType(RetTy, ArgTypes,
/freebsd-11.0-release/contrib/llvm/lib/Linker/
H A DIRMover.cpp736 return Function::Create(TypeMap.get(SF->getFunctionType()),
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1328 CalledFunc->getFunctionType()->isVarArg()) return false;
/freebsd-11.0-release/contrib/llvm/include/llvm/IR/
H A DInstructions.h1499 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::CallInst
3460 FunctionType *getFunctionType() const { return FTy; } function in class:llvm::InvokeInst
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1368 return Context.getFunctionType(NewFunc->getReturnType(),
3294 New->setType(SemaRef.Context.getFunctionType(
H A DSemaDecl.cpp3056 Context.getFunctionType(NewFuncType->getReturnType(), ParamTypes,
3135 New->setType(Context.getFunctionType(MergedReturn, ArgTypes,
7597 NewFD->setType(Context.getFunctionType(Result, FPT->getParamTypes(),
7776 NewFD->setType(Context.getFunctionType(
8197 QualType R = Context.getFunctionType(FT->getReturnType(), None, EPI);
8433 MD->setType(Context.getFunctionType(FPT->getReturnType(),
11085 FD->setType(Context.getFunctionType(RetType, Proto->getParamTypes(),
H A DSemaCodeComplete.cpp2949 = dyn_cast<FunctionProtoType>(getFunctionType());
2953 const FunctionType *FT = getFunctionType();
3956 if (auto FType = Candidate.getFunctionType())
H A DSemaType.cpp2277 return Context.getFunctionType(T, ParamTypes, EPI);
4069 T = Context.getFunctionType(T, ParamTys, EPI);
4228 T = Context.getFunctionType(FnTy->getReturnType(), FnTy->getParamTypes(),
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp671 if (F->isVarArg() && F->getFunctionType()->getNumParams() != 0)
672 NumNamedVarArgParams = F->getFunctionType()->getNumParams();
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp2076 FunctionType *FT = Callee->getFunctionType();

Completed in 642 milliseconds

1234