Home
last modified time | relevance | path

Searched defs:FnType (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp221 GlobalDecl GD, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, in getAddrAndTypeOfCXXStructor()
H A DCGDebugInfo.cpp4109 QualType FnType = CGM.getContext().getFunctionType( in getFunctionFwdDeclOrStub() local
4241 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration()
4279 QualType FnType, in getOrCreateFunctionType()
4367 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart()
4476 QualType FnType, llvm::Function *Fn) { in EmitFunctionDecl()
H A DCodeGenModule.cpp2143 if (auto *FnType = T->getAs<FunctionProtoType>()) in CreateKCFITypeId() local
7513 if (auto *FnType = T->getAs<FunctionProtoType>()) in CreateMetadataIdentifierImpl() local
7566 if (auto *FnType = Ty->getAs<FunctionProtoType>()) { in GeneralizeFunctionType() local
7576 if (auto *FnType = Ty->getAs<FunctionNoProtoType>()) in GeneralizeFunctionType() local
H A DCGExpr.cpp3475 llvm::FunctionType *FnType, in emitCheckHandlerCall()
3618 llvm::FunctionType *FnType = in EmitCheck() local
5904 const auto *FnType = cast<FunctionType>(PointeeType); in EmitCall() local
H A DCGOpenMPRuntimeGPU.cpp1829 auto *FnType = OutlinedFn.getFunctionType(); in emitOutlinedFunctionCall() local
H A DCGBlocks.cpp1171 QualType FnType = BPT->getPointeeType(); in EmitBlockCallExpr() local
H A DCGClass.cpp1693 llvm::FunctionType *FnType = local
H A DCGCall.cpp5811 auto *FnType = llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); in EmitCall() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaARM.cpp567 SemaARM::ArmStreamingType FnType = getArmStreamingFnType(FD); in checkArmStreamingBuiltin() local
H A DSemaAPINotes.cpp72 const FunctionType *FnType = Function->getType()->castAs<FunctionType>(); in applyNullability() local
H A DSemaCoroutine.cpp56 const FunctionProtoType *FnType = FD->getType()->castAs<FunctionProtoType>(); in lookupPromiseType() local
H A DSemaLookup.cpp3142 const FunctionType *FnType = cast<FunctionType>(T); in addAssociatedClassesAndNamespaces() local
H A DSemaExprCXX.cpp3191 QualType FnType = Context.getFunctionType(Return, Params, EPI); in DeclareGlobalAllocationFunction() local
H A DSemaExpr.cpp20389 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in VisitCallExpr() local
20553 const FunctionType *FnType = FDT->castAs<FunctionType>(); in resolveDecl() local
H A DSemaCodeComplete.cpp5637 if (const FunctionType *FnType = Callee->getAs<FunctionType>()) in getApproximateType() local
H A DSemaOverload.cpp12070 QualType FnType = Cand->Surrogate->getConversionType(); in NoteSurrogateCandidate() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1995 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); in expandAtomicOpToLibcall() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp1616 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in getCallReturnType() local