| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsPowerPC.td | 99 list<LLVMType> param_types, 102 Intrinsic<ret_types, param_types, properties>; 106 list<LLVMType> param_types, 109 Intrinsic<ret_types, param_types, properties>; 941 list<LLVMType> param_types, 944 Intrinsic<ret_types, param_types, properties>;
|
| H A D | Intrinsics.td | 277 list<LLVMType> param_types = [], 284 list<LLVMType> ParamTypes = param_types;
|
| H A D | IntrinsicsHexagon.td | 20 list<LLVMType> param_types, 23 Intrinsic<ret_types, param_types, properties>; 28 list<LLVMType> param_types, 30 : Intrinsic<ret_types, param_types, properties>;
|
| /freebsd-12.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-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | Mangle.cpp | 180 for (const auto &AT : Proto->param_types()) in mangleName()
|
| H A D | Type.cpp | 3567 for (const auto &ai : FPT->param_types()) in computeCachedProperties() 3652 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
|
| H A D | ASTDiagnostic.cpp | 84 for (QualType SugarPT : FPT->param_types()) { in Desugar()
|
| H A D | ASTContext.cpp | 6852 for (const auto &I : FPT->param_types()) in getObjCEncodingForTypeImpl()
|
| H A D | ASTImporter.cpp | 1182 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2615 std::vector<CompilerType> param_types; in ParseFunctionFromDWARF() local 2627 param_types, param_decls, type_quals); in ParseFunctionFromDWARF() 2629 for (size_t i = 0; i < param_types.size(); i++) { in ParseFunctionFromDWARF() 2632 sstr << param_types[i].GetTypeName(); in ParseFunctionFromDWARF()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 797 for (const auto &I : FT->param_types()) { in VisitType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/ |
| H A D | RewriteObjC.cpp | 549 for (const auto &I : fproto->param_types()) in RewriteBlocksInFunctionProtoType() 3701 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() 3770 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall() 3967 for (const auto &I : FTP->param_types()) in PointerTypeTakesAnyBlockArguments() 3985 for (const auto &I : FTP->param_types()) { in PointerTypeTakesAnyObjCQualifiedType()
|
| H A D | RewriteModernObjC.cpp | 613 for (const auto &I : fproto->param_types()) in RewriteBlocksInFunctionProtoType() 4539 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() 4606 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall() 4818 for (const auto &I : FTP->param_types()) in PointerTypeTakesAnyBlockArguments() 4836 for (const auto &I : FTP->param_types()) { in PointerTypeTakesAnyObjCQualifiedType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1169 for (const QualType &ParamType : FPT->param_types()) in CreateType() 3390 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
|
| H A D | CodeGenModule.cpp | 5392 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1013 for (const auto &A : T->param_types()) {
|
| H A D | Type.h | 4030 param_type_range param_types() const {
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 3442 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() 3451 for (const auto &ParamType : OldProto->param_types()) { in MergeFunctionDecl() 8734 for (const auto &AI : FT->param_types()) { in ActOnFunctionDeclarator() 10261 for (QualType T : FPT->param_types()) in CheckFunctionDeclaration()
|
| H A D | SemaLookup.cpp | 2678 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
|
| H A D | SemaExpr.cpp | 5239 for (QualType ParamType : FT->param_types()) { in rewriteBuiltinFunctionDecl() 13635 for (const auto &I : Fn->param_types()) { in ActOnBlockArguments() 16567 for (const auto &AI : FT->param_types()) { in resolveDecl()
|
| H A D | SemaTemplate.cpp | 5400 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
|
| H A D | SemaDeclAttr.cpp | 7177 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()
|