Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsicsHexagon.td19 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 DIntrinsicsPowerPC.td157 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 DIntrinsics.td348 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 Dgmock-generated-matchers.h.pump616 $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 Dgmock-generated-actions.h.pump673 $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 DMangle.cpp228 for (const auto &AT : Proto->param_types()) in mangleName()
H A DType.cpp3897 for (const auto &ai : FPT->param_types()) in computeCachedProperties()
3986 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
H A DASTDiagnostic.cpp89 for (QualType SugarPT : FPT->param_types()) { in Desugar()
H A DASTContext.cpp3126 SmallVector<QualType, 16> Args(Proto->param_types()); in getFunctionTypeWithoutPtrSizes()
7639 for (const auto &I : FPT->param_types()) in getObjCEncodingForTypeImpl()
H A DASTImporter.cpp1264 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2256 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 DUSRGeneration.cpp812 for (const auto &I : FT->param_types()) { in VisitType()
/freebsd-13.1/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.cpp613 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 DSema.cpp1909 for (const auto &ParamTy : FPTy->param_types()) in checkDeviceDecl()
H A DSemaDecl.cpp3762 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 DSemaLookup.cpp2889 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp6216 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 DSemaTemplate.cpp6043 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
H A DSemaDeclAttr.cpp8607 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp1315 for (const QualType &ParamType : FPT->param_types()) in CreateType()
3853 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
H A DCodeGenModule.cpp6282 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DRecursiveASTVisitor.h972 for (const auto &A : T->param_types()) {
H A DType.h4252 param_type_range param_types() const {