Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsicsPowerPC.td99 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 DIntrinsics.td277 list<LLVMType> param_types = [],
284 list<LLVMType> ParamTypes = param_types;
H A DIntrinsicsHexagon.td20 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 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-12.1/contrib/llvm/tools/clang/lib/AST/
H A DMangle.cpp180 for (const auto &AT : Proto->param_types()) in mangleName()
H A DType.cpp3567 for (const auto &ai : FPT->param_types()) in computeCachedProperties()
3652 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
H A DASTDiagnostic.cpp84 for (QualType SugarPT : FPT->param_types()) { in Desugar()
H A DASTContext.cpp6852 for (const auto &I : FPT->param_types()) in getObjCEncodingForTypeImpl()
H A DASTImporter.cpp1182 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp2615 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 DUSRGeneration.cpp797 for (const auto &I : FT->param_types()) { in VisitType()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp549 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 DRewriteModernObjC.cpp613 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 DCGDebugInfo.cpp1169 for (const QualType &ParamType : FPT->param_types()) in CreateType()
3390 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
H A DCodeGenModule.cpp5392 for (auto &Param : FnType->param_types()) in GeneralizeFunctionType()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DRecursiveASTVisitor.h1013 for (const auto &A : T->param_types()) {
H A DType.h4030 param_type_range param_types() const {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDecl.cpp3442 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 DSemaLookup.cpp2678 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
H A DSemaExpr.cpp5239 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 DSemaTemplate.cpp5400 for (const auto &A : T->param_types()) { in VisitFunctionProtoType()
H A DSemaDeclAttr.cpp7177 for (const auto &AI : FT->param_types()) { in DeclClonePragmaWeak()