Home
last modified time | relevance | path

Searched defs:FnTy (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDAttr.h56 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/
HDObjectFilePCHContainerOperations.cpp113 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitFunctionDecl() local
132 QualType FnTy = Ctx.getFunctionType(RetTy, ArgTypes, in VisitObjCMethodDecl() local
HDCGCUDANV.cpp120 llvm::Function *makeDummyFunction(llvm::FunctionType *FnTy) { in makeDummyFunction()
HDCGVTables.cpp35 llvm::Constant *CodeGenModule::GetAddrOfThunk(StringRef Name, llvm::Type *FnTy, in GetAddrOfThunk()
HDCGException.cpp2059 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FnInfo); in startOutlinedSEHHelper() local
HDCGStmt.cpp2623 auto FnTy = llvm::FunctionType::get(llvm::Type::getVoidTy(Ctx), in EmitHipStdParUnsupportedAsm() local
HDCGOpenMPRuntime.cpp1093 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
HDItaniumCXXABI.cpp3068 llvm::FunctionType *FnTy = CGM.getTypes().GetFunctionType(FI); in getOrCreateThreadLocalWrapper() local
HDCodeGenModule.cpp6841 llvm::FunctionType *FnTy = getTypes().GetFunctionType(FnInfo); in EmitTopLevelStmt() local
HDCGDebugInfo.cpp5200 auto *FnTy = Block.getBlockExpr()->getFunctionType(); in collectDefaultFieldsForBlockLiteralDeclare() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
HDCoroEarly.cpp131 auto *FnTy = FunctionType::get(Type::getVoidTy(C), FramePtrTy, in lowerCoroNoop() local
HDCoroutines.cpp637 auto *FnTy = MustTailCallFunc->getFunctionType(); in checkWellFormed() local
HDCoroSplit.cpp545 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
HDCoroFrame.cpp2557 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/
HDModuleUtils.cpp32 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/
HDwrapper_function_utils.h440 using FnTy = in run() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDWrapperFunctionUtils.h667 using FnTy = in run() local
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedTypes.h176 FunctionCallee(FunctionType *FnTy, Value *Callee) in FunctionCallee()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
HDAMDGPULowerBufferFatPointers.cpp326 if (auto *FnTy = dyn_cast<FunctionType>(Ty)) in remapTypeImpl() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDAttributor.cpp2735 FunctionType *FnTy = F.getFunctionType(); in createShallowWrapper() local
2809 FunctionType *FnTy = F->getFunctionType(); in internalizeFunctions() local
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaType.cpp1710 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/
HDASTMatchers.h5476 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/
HDBitcodeReader.cpp3638 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/
HDDecl.cpp3522 if (auto *FnTy = getType()->getAs<FunctionType>()) in isNoReturn() local
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp575 FunctionType *FnTy = nullptr; in getOrCreateRuntimeFunction() local

12