| /llvm-project-15.0.7/llvm/test/TableGen/ |
| H A D | intrinsic-varargs.td | 15 class Intrinsic<string name, list<LLVMType> param_types = []> { 20 list<LLVMType> ParamTypes = param_types;
|
| H A D | intrinsic-long-name.td | 20 class Intrinsic<string name, list<LLVMType> param_types = []> { 25 list<LLVMType> ParamTypes = param_types;
|
| H A D | intrin-side-effects.td | 22 list<LLVMType> param_types = [], 30 list<LLVMType> ParamTypes = param_types;
|
| H A D | searchabletables-intrinsic.td | 22 class Intrinsic<list<LLVMType> param_types = []> { 27 list<LLVMType> ParamTypes = param_types;
|
| /llvm-project-15.0.7/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 | 202 list<LLVMType> param_types, 205 Intrinsic<ret_types, param_types, properties>; 209 list<LLVMType> param_types, 212 Intrinsic<ret_types, param_types, properties>;
|
| H A D | Intrinsics.td | 359 list<LLVMType> param_types = [], 367 list<LLVMType> ParamTypes = param_types; 380 list<LLVMType> param_types = [], 384 : Intrinsic<ret_types, param_types,
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | debuginfo.ml | 113 let param_types = [| null_metadata; int_ty_di |] in 116 ~param_types flags_zero 124 Llvm_debuginfo.dibuild_get_or_create_type_array dibuilder ~data:param_types
|
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | Mangle.cpp | 226 for (const auto &AT : Proto->param_types()) { in mangleName()
|
| H A D | Type.cpp | 3962 for (const auto &ai : FPT->param_types()) in computeCachedProperties() 4051 for (const auto &ai : FPT->param_types()) in computeTypeLinkageInfo()
|
| H A D | ASTDiagnostic.cpp | 95 for (QualType SugarPT : FPT->param_types()) { in desugarForDiagnostic()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/debuginfo/ |
| H A D | llvm_debuginfo.ml | 272 param_types:Llvm.llmetadata array ->
|
| H A D | llvm_debuginfo.mli | 329 param_types:Llvm.llmetadata array ->
|
| /llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFASTParserClang.cpp | 2322 std::vector<CompilerType> param_types; in ParseFunctionFromDWARF() local 2332 is_variadic, has_template_params, param_types, in ParseFunctionFromDWARF() 2335 for (size_t i = 0; i < param_types.size(); i++) { in ParseFunctionFromDWARF() 2338 sstr << param_types[i].GetTypeName(); in ParseFunctionFromDWARF()
|
| /llvm-project-15.0.7/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 814 for (const auto &I : FT->param_types()) { in VisitType()
|
| /llvm-project-15.0.7/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() 4537 for (auto &I : FTP->param_types()) { in convertFunctionTypeOfBlocks() 4602 for (auto &I : FTP->param_types()) { in SynthesizeBlockCall() 4812 for (const auto &I : FTP->param_types()) in PointerTypeTakesAnyBlockArguments() 4830 for (const auto &I : FTP->param_types()) { in PointerTypeTakesAnyObjCQualifiedType()
|
| /llvm-project-15.0.7/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 487 external param_types : lltype -> lltype array = "llvm_param_types"
|
| H A D | llvm.mli | 662 (** [param_types fty] gets the parameter types of the function type [fty]. 664 val param_types : lltype -> lltype array val
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | Sema.cpp | 2015 for (const auto &ParamTy : FPTy->param_types()) in checkTypeSupport()
|
| H A D | SemaDecl.cpp | 4103 SmallVector<QualType, 16> ParamTypes(OldProto->param_types()); in MergeFunctionDecl() 4112 for (const auto &ParamType : OldProto->param_types()) { in MergeFunctionDecl() 9929 for (const auto &AI : FT->param_types()) { in ActOnFunctionDeclarator() 11605 for (QualType T : FPT->param_types()) in CheckFunctionDeclaration()
|
| H A D | SemaLookup.cpp | 3145 for (const auto &Arg : Proto->param_types()) in addAssociatedClassesAndNamespaces()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 1388 for (const QualType &ParamType : FPT->param_types()) in CreateType() 4024 for (QualType ParamType : FPT->param_types()) in getOrCreateFunctionType()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | RecursiveASTVisitor.h | 1067 for (const auto &A : T->param_types()) {
|
| H A D | Type.h | 4322 param_type_range param_types() const {
|