| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/ |
| HD | Attr.h | 56 if (const FunctionType *FnTy = D->getFunctionType()) in hasFunctionProto() local 65 if (const FunctionType *FnTy = D->getFunctionType()) in getFunctionOrMethodNumParams() local 84 if (const FunctionType *FnTy = D->getFunctionType()) in getFunctionOrMethodParamType() local 99 if (const FunctionType *FnTy = D->getFunctionType()) in getFunctionOrMethodResultType() local 113 if (const FunctionType *FnTy = D->getFunctionType()) in isFunctionOrMethodVariadic() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | ObjectFilePCHContainerOperations.cpp | 113 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl() local 132 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl() local
|
| HD | CGCUDANV.cpp | 120 llvm::Function *makeDummyFunction(llvm::FunctionType *FnTy) { in makeDummyFunction()
|
| HD | CGVTables.cpp | 35 llvm::Constant *CodeGenModule::GetAddrOfThunk(StringRef Name, llvm::Type *FnTy, in GetAddrOfThunk()
|
| HD | CGException.cpp | 2059 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in startOutlinedSEHHelper() local
|
| HD | CGStmt.cpp | 2623 auto FnTy = llvm::FunctionType::get(llvm::Type::getVoidTy(Ctx), in EmitHipStdParUnsupportedAsm() local
|
| HD | CGOpenMPRuntime.cpp | 1093 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitCombinerOrInitializer() local 5275 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitReduceInitFunction() local 5346 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitReduceCombFunction() local 5415 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitReduceFiniFunction() local 9105 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in emitUserDefinedMapper() local
|
| HD | ItaniumCXXABI.cpp | 3068 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FI); in getOrCreateThreadLocalWrapper() local
|
| HD | CodeGenModule.cpp | 6841 llvm::FunctionType *FnTy = getTypes().GetFunctionType(FnInfo); in EmitTopLevelStmt() local
|
| HD | CGDebugInfo.cpp | 5200 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| HD | CoroEarly.cpp | 131 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop() local
|
| HD | Coroutines.cpp | 637 auto *FnTy = MustTailCallFunc->getFunctionType(); in checkWellFormed() local
|
| HD | CoroSplit.cpp | 545 auto *FnTy = (Shape.ABI != coro::ABI::Async) in createCloneDeclaration() local 1643 static void coerceArguments(IRBuilder<> &Builder, FunctionType *FnTy, in coerceArguments() 1662 auto *FnTy = MustTailCallFn->getFunctionType(); in createMustTailCall() local
|
| HD | CoroFrame.cpp | 2557 auto FnTy = FunctionType::get(ValueTy, {}, false); in emitGetSwiftErrorValue() local 2572 auto FnTy = FunctionType::get(Builder.getPtrTy(), in emitSetSwiftErrorValue() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | ModuleUtils.cpp | 32 FunctionType *FnTy = FunctionType::get(IRB.getVoidTy(), false); in appendToGlobalArray() local 185 auto *FnTy = FunctionType::get(VoidTy, InitArgTypes, false); in declareSanitizerInitFunction() local
|
| /freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/orc/ |
| HD | wrapper_function_utils.h | 440 using FnTy = in run() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| HD | WrapperFunctionUtils.h | 667 using FnTy = in run() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | DerivedTypes.h | 176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPULowerBufferFatPointers.cpp | 326 if (auto *FnTy = dyn_cast<FunctionType>(Ty)) in remapTypeImpl() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| HD | Attributor.cpp | 2735 FunctionType *FnTy = F.getFunctionType(); in createShallowWrapper() local 2809 FunctionType *FnTy = F->getFunctionType(); in internalizeFunctions() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaType.cpp | 1710 static std::string getFunctionQualifiersAsString(const FunctionProtoType *FnTy){ in getFunctionQualifiersAsString() 5413 const FunctionProtoType *FnTy = T->getAs<FunctionProtoType>(); in GetFullTypeForDeclarator() local 7804 const auto *FnTy = unwrapped.get()->getAs<FunctionProtoType>(); in handleFunctionTypeAttr() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 5476 if (const FunctionProtoType *FnTy = internal::getFunctionProtoType(Node)) in AST_POLYMORPHIC_MATCHER() local 5496 const FunctionProtoType *FnTy = internal::getFunctionProtoType(Node); in AST_POLYMORPHIC_MATCHER() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| HD | BitcodeReader.cpp | 3638 auto *FnTy = dyn_cast_or_null<FunctionType>(getTypeByID(Record[OpNum])); in parseConstants() local 3670 Type *FnTy = getTypeByID(FnTyID); in parseConstants() local
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | Decl.cpp | 3522 if (auto *FnTy = getType()->getAs<FunctionType>()) in isNoReturn() local
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| HD | OMPIRBuilder.cpp | 575 FunctionType *FnTy = nullptr; in getOrCreateRuntimeFunction() local
|