| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsHexagon.td | 19 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 D | IntrinsicsLoongArch.td | 54 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 D | IntrinsicsPowerPC.td | 223 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 D | Intrinsics.td | 650 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 D | Mangle.cpp | 231 for (const auto &AT : Proto->param_types()) { in mangleName()
|
| H A D | ASTDiagnostic.cpp | 96 for (QualType SugarPT : FPT->param_types()) { in desugarForDiagnostic()
|
| H A D | Type.cpp | 4323 for (const auto &ai : FPT->param_types()) in computeCachedProperties() 4412 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
|
| H A D | ASTContext.cpp | 3191 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 D | ASTImporter.cpp | 1312 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
| /freebsd-14.2/crypto/openssl/crypto/ |
| H A D | provider_core.c | 1846 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 D | DWARFASTParserClang.cpp | 2413 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 D | RewriteObjC.cpp | 549 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 D | RewriteModernObjC.cpp | 614 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 D | USRGeneration.cpp | 879 for (const auto &I : FT->param_types()) { in VisitType()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 2094 for (const auto &ParamTy : FPTy->param_types()) in checkTypeSupport()
|
| H A D | SemaOverload.cpp | 3224 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 D | SemaLookup.cpp | 3173 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
|
| H A D | SemaDecl.cpp | 4269 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 D | SemaExpr.cpp | 6953 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 D | SemaTemplate.cpp | 6446 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
| H A D | SemaDeclAttr.cpp | 10023 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1044 for (const auto &A : T->param_types()) {
|
| H A D | Type.h | 4583 ArrayRef<QualType> param_types() const {
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1488 for (const QualType &ParamType : FPT->param_types()) in CreateType() 4188 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
|
| H A D | CodeGenModule.cpp | 7419 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()
|