Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dallocation.bench.cpp116 using FnType = void(*)(benchmark::State&); in RegisterAllocBenchmarks() typedef
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCXX.cpp222 GlobalDecl GD, const CGFunctionInfo *FnInfo, llvm::FunctionType *FnType, in getAddrAndTypeOfCXXStructor()
H A DCGDebugInfo.cpp3650 QualType FnType = CGM.getContext().getFunctionType( in getFunctionFwdDeclOrStub() local
3771 const Decl *D, llvm::DISubroutineType *FnType, unsigned LineNo, in getObjCMethodDeclaration()
3809 QualType FnType, in getOrCreateFunctionType()
3882 SourceLocation ScopeLoc, QualType FnType, in emitFunctionStart()
3983 QualType FnType, llvm::Function *Fn) { in EmitFunctionDecl()
H A DCGExpr.cpp3152 llvm::FunctionType *FnType, in emitCheckHandlerCall()
3283 llvm::FunctionType *FnType = in EmitCheck() local
5185 const auto *FnType = cast<FunctionType>(PointeeType); in EmitCall() local
H A DCodeGenFunction.cpp990 QualType FnType = getContext().getFunctionType( in StartFunction() local
H A DCodeGenModule.cpp6246 if (auto *FnType = Ty->getAs<FunctionProtoType>()) { in GeneralizeFunctionType() local
6256 if (auto *FnType = Ty->getAs<FunctionNoProtoType>()) in GeneralizeFunctionType() local
H A DCGBlocks.cpp1184 QualType FnType = BPT->getPointeeType(); in EmitBlockCallExpr() local
H A DCGClass.cpp1667 llvm::FunctionType *FnType = in EmitSanitizerDtorCallback() local
H A DCGOpenMPRuntimeGPU.cpp3996 auto *FnType = OutlinedFn.getFunctionType(); in emitOutlinedFunctionCall() local
H A DCGCall.cpp5327 auto *FnType = llvm::FunctionType::get(CGM.VoidTy, /*isVarArg=*/false); in EmitCall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp54 const FunctionProtoType *FnType = FD->getType()->castAs<FunctionProtoType>(); in lookupPromiseType() local
H A DSemaLookup.cpp2895 const FunctionType *FnType = cast<FunctionType>(T); in addAssociatedClassesAndNamespaces() local
H A DSemaExprCXX.cpp3040 QualType FnType = Context.getFunctionType(Return, Params, EPI); in DeclareGlobalAllocationFunction() local
H A DSemaExpr.cpp19153 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in VisitCallExpr() local
19324 const FunctionType *FnType = FDT->castAs<FunctionType>(); in resolveDecl() local
H A DSemaCodeComplete.cpp5223 if (const FunctionType *FnType = Callee->getAs<FunctionType>()) in getApproximateType() local
H A DSemaOverload.cpp11230 QualType FnType = Cand->Surrogate->getConversionType(); in NoteSurrogateCandidate() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1822 FunctionType *FnType = FunctionType::get(ResultTy, ArgTys, false); in expandAtomicOpToLibcall() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExpr.cpp1478 const FunctionType *FnType = CalleeType->castAs<FunctionType>(); in getCallReturnType() local