| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsHexagon.td | 19 list<LLVMType> param_types, 22 Intrinsic<ret_types, param_types, properties>; 27 list<LLVMType> param_types, 29 : Intrinsic<ret_types, param_types, properties>;
|
| H A D | IntrinsicsPowerPC.td | 157 list<LLVMType> param_types, 160 Intrinsic<ret_types, param_types, properties>; 164 list<LLVMType> param_types, 167 Intrinsic<ret_types, param_types, properties>;
|
| H A D | Intrinsics.td | 348 list<LLVMType> param_types = [], 356 list<LLVMType> ParamTypes = param_types; 369 list<LLVMType> param_types = [], 373 : Intrinsic<ret_types, param_types,
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-generated-matchers.h.pump | 616 $var param_types = [[$if i==0 [[]] $else [[<$for j, [[p$j##_type]]>]]]] 667 inline $class_name$param_types name($param_types_and_names) {\ 668 return $class_name$param_types($params);\ 671 bool $class_name$param_types::gmock_Impl<arg_type>::MatchAndExplain(\
|
| H A D | gmock-generated-actions.h.pump | 673 $var param_types = [[$if i==0 [[]] $else [[<$for j, [[p$j##_type]]>]]]] 707 inline $class_name$param_types name($param_types_and_names) {\ 708 return $class_name$param_types($params);\ 713 $class_name$param_types::gmock_Impl<F>::gmock_PerformImpl(\
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | Mangle.cpp | 228 for (const auto &AT : Proto->param_types()) in mangleName()
|
| H A D | Type.cpp | 3897 for (const auto &ai : FPT->param_types()) in computeCachedProperties() 3986 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
|
| H A D | ASTDiagnostic.cpp | 89 for (QualType SugarPT : FPT->param_types()) { in Desugar()
|
| H A D | ASTContext.cpp | 3126 SmallVector<QualType, 16> Args(Proto->param_types()); in getFunctionTypeWithoutPtrSizes() 7639 for (const auto &I : FPT->param_types()) in getObjCEncodingForTypeImpl()
|
| H A D | ASTImporter.cpp | 1264 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2256 std::vector<CompilerType> param_types; in ParseFunctionFromDWARF() local 2266 is_variadic, has_template_params, param_types, in ParseFunctionFromDWARF() 2269 for (size_t i = 0; i < param_types.size(); i++) { in ParseFunctionFromDWARF() 2272 sstr << param_types[i].GetTypeName(); in ParseFunctionFromDWARF()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 812 for (const auto &I : FT->param_types()) { in VisitType()
|
| /freebsd-13.1/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 | 613 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-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
|
| H A D | SemaDecl.cpp | 3762 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() 3771 for (const auto &ParamType : OldProto->param_types()) { in MergeFunctionDecl() 9486 for (const auto &AI : FT->param_types()) { in ActOnFunctionDeclarator() 11113 for (QualType T : FPT->param_types()) in CheckFunctionDeclaration()
|
| H A D | SemaLookup.cpp | 2889 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
|
| H A D | SemaExpr.cpp | 6216 for (QualType ParamType : FT->param_types()) { in rewriteBuiltinFunctionDecl() 15509 for (const auto &I : Fn->param_types()) { in ActOnBlockArguments() 19515 for (const auto &AI : FT->param_types()) { in resolveDecl()
|
| H A D | SemaTemplate.cpp | 6043 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
| H A D | SemaDeclAttr.cpp | 8607 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1315 for (const QualType &ParamType : FPT->param_types()) in CreateType() 3853 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
|
| H A D | CodeGenModule.cpp | 6282 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 972 for (const auto &A : T->param_types()) {
|
| H A D | Type.h | 4252 param_type_range param_types() const {
|