Home
last modified time | relevance | path

Searched refs:param_types (Results 1 – 25 of 25) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsHexagon.td19 list<LLVMType> param_types,
22 DefaultAttrsIntrinsic<ret_types, param_types, properties>;
27 list<LLVMType> param_types,
29 : DefaultAttrsIntrinsic<ret_types, param_types, properties>;
H A DIntrinsicsLoongArch.td54 class BaseInt<list<LLVMType> ret_types, list<LLVMType> param_types,
56 : Intrinsic<ret_types, param_types, intr_properties>,
138 class VecInt<list<LLVMType> ret_types, list<LLVMType> param_types,
140 : Intrinsic<ret_types, param_types, intr_properties>,
H A DIntrinsicsPowerPC.td223 list<LLVMType> param_types,
226 DefaultAttrsIntrinsic<ret_types, param_types, properties>;
230 list<LLVMType> param_types,
233 DefaultAttrsIntrinsic<ret_types, param_types, properties>;
H A DIntrinsics.td650 list<LLVMType> param_types = [],
658 list<LLVMType> ParamTypes = param_types;
676 list<LLVMType> param_types = [],
680 : Intrinsic<ret_types, param_types,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DMangle.cpp231 for (const auto &AT : Proto->param_types()) { in mangleName()
H A DASTDiagnostic.cpp96 for (QualType SugarPT : FPT->param_types()) { in desugarForDiagnostic()
H A DType.cpp4323 for (const auto &ai : FPT->param_types()) in computeCachedProperties()
4412 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
H A DASTContext.cpp3191 SmallVector<QualType, 16> Args(Proto->param_types().size()); in getFunctionTypeWithoutPtrSizes()
3193 Args[i] = removePtrSizeAddrSpace(Proto->param_types()[i]); in getFunctionTypeWithoutPtrSizes()
8386 for (const auto &I : FPT->param_types()) in getObjCEncodingForTypeImpl()
12828 auto P = getCommonTypes(Ctx, FX->param_types(), FY->param_types(), in getCommonNonSugarTypeNode()
H A DASTImporter.cpp1312 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
/freebsd-14.2/crypto/openssl/crypto/
H A Dprovider_core.c1846 static const OSSL_PARAM param_types[] = { variable
1915 return param_types; in core_gettable_params()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2413 std::vector<CompilerType> param_types; in ConstructDemangledNameFromDWARF() local
2423 has_template_params, param_types, param_decls, in ConstructDemangledNameFromDWARF()
2426 for (size_t i = 0; i < param_types.size(); i++) { in ConstructDemangledNameFromDWARF()
2429 sstr << param_types[i].GetTypeName(); in ConstructDemangledNameFromDWARF()
/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp549 for (const auto &I : fproto->param_types()) in RewriteBlocksInFunctionProtoType()
3702 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks()
3769 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall()
3965 for (const auto &I : FTP->param_types()) in PointerTypeTakesAnyBlockArguments()
3983 for (const auto &I : FTP->param_types()) { in PointerTypeTakesAnyObjCQualifiedType()
H A DRewriteModernObjC.cpp614 for (const auto &I : fproto->param_types()) in RewriteBlocksInFunctionProtoType()
4536 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks()
4601 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall()
4811 for (const auto &I : FTP->param_types()) in PointerTypeTakesAnyBlockArguments()
4829 for (const auto &I : FTP->param_types()) { in PointerTypeTakesAnyObjCQualifiedType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp879 for (const auto &I : FT->param_types()) { in VisitType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2094 for (const auto &ParamTy : FPTy->param_types()) in checkTypeSupport()
H A DSemaOverload.cpp3224 return FunctionParamTypesAreEqual(OldType->param_types(), in FunctionParamTypesAreEqual()
3225 NewType->param_types(), ArgPos, Reversed); in FunctionParamTypesAreEqual()
3245 return FunctionParamTypesAreEqual(OldPT->param_types().slice(OldIgnore), in FunctionNonObjectParamTypesAreEqual()
3246 NewPT->param_types().slice(NewIgnore), in FunctionNonObjectParamTypesAreEqual()
H A DSemaLookup.cpp3173 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
H A DSemaDecl.cpp4269 for (const auto &ParamType : OldProto->param_types()) { in MergeFunctionDecl()
10363 for (const auto &AI : FT->param_types()) { in ActOnFunctionDeclarator()
12240 for (QualType T : FPT->param_types()) in CheckFunctionDeclaration()
H A DSemaExpr.cpp6953 for (QualType ParamType : FT->param_types()) { in rewriteBuiltinFunctionDecl()
17054 for (const auto &I : Fn->param_types()) { in ActOnBlockArguments()
21569 for (const auto &AI : FT->param_types()) { in resolveDecl()
H A DSemaTemplate.cpp6446 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
H A DSemaDeclAttr.cpp10023 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1044 for (const auto &A : T->param_types()) {
H A DType.h4583 ArrayRef<QualType> param_types() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1488 for (const QualType &ParamType : FPT->param_types()) in CreateType()
4188 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
H A DCodeGenModule.cpp7419 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()