| /src/external/gpl3/gdb/dist/gdb/ |
| make-target-delegates.py | 80 ARGTYPES = re.compile( 99 self, argtypes: List[str], return_type: str, style: str, default_arg: str 101 self.argtypes = argtypes 155 m = ARGTYPES.match(item) 167 # Write function header given name, return type, and argtypes. 170 f: TextIO, decl: bool, name: str, return_type: str, argtypes: List[str] 181 for i in range(len(argtypes)): 182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i]) 198 def write_declaration(f: TextIO, name: str, return_type: str, argtypes: List[str]) 357 argtypes = parse_argtypes(data["args"]) variable [all...] |
| rust-parse.c | 1742 struct type **argtypes = nullptr; 1744 argtypes = types.data (); 1748 argtypes); 1741 struct type **argtypes = nullptr; local
|
| gdbtypes.c | 3240 struct field *argtypes; 3280 argtypes = (struct field *) 3290 argtypes[0].set_type (lookup_pointer_type (type)); 3306 argtypes[argcount].set_type 3333 argtypes, argcount, p[-2] == '.'); 3239 struct field *argtypes; local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| make-target-delegates.py | 80 ARGTYPES = re.compile( 99 self, argtypes: List[str], return_type: str, style: str, default_arg: str 101 self.argtypes = argtypes 155 m = ARGTYPES.match(item) 167 # Write function header given name, return type, and argtypes. 170 f: TextIO, decl: bool, name: str, return_type: str, argtypes: List[str] 181 for i in range(len(argtypes)): 182 val = re.sub(TARGET_DEBUG_PRINTER, "", argtypes[i]) 198 def write_declaration(f: TextIO, name: str, return_type: str, argtypes: List[str]) 357 argtypes = parse_argtypes(data["args"]) variable [all...] |
| rust-parse.c | 1745 struct type **argtypes = nullptr; 1747 argtypes = types.data (); 1751 argtypes); 1744 struct type **argtypes = nullptr; local
|
| gdbtypes.c | 3205 struct field *argtypes; 3245 argtypes = (struct field *) 3255 argtypes[0].set_type (lookup_pointer_type (type)); 3271 argtypes[argcount].set_type 3298 argtypes, argcount, p[-2] == '.'); 3204 struct field *argtypes; local
|
| /src/external/gpl3/gcc/dist/gcc/ |
| function-tests.cc | 140 tree argtypes = TYPE_ARG_TYPES (fntype); local 141 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes)); 142 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes)); 143 ASSERT_EQ (NULL, TREE_CHAIN (argtypes));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| function-tests.cc | 139 tree argtypes = TYPE_ARG_TYPES (fntype); local 140 ASSERT_EQ (TREE_LIST, TREE_CODE (argtypes)); 141 ASSERT_EQ (void_type_node, TREE_VALUE (argtypes)); 142 ASSERT_EQ (NULL, TREE_CHAIN (argtypes));
|
| /src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 867 tree argtypes = TYPE_ARG_TYPES (fntype); 873 arg_type[i] = TREE_VALUE (argtypes); 874 argtypes = TREE_CHAIN (argtypes); 866 tree argtypes = TYPE_ARG_TYPES (fntype); local
|
| /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
| rs6000-c.cc | 865 tree argtypes = TYPE_ARG_TYPES (fntype); 871 arg_type[i] = TREE_VALUE (argtypes); 872 argtypes = TREE_CHAIN (argtypes); 864 tree argtypes = TYPE_ARG_TYPES (fntype); local
|
| /src/external/gpl3/binutils/dist/binutils/ |
| stabs.c | 2677 char *argtypes = NULL; local 2776 argtypes = savestring (dhandle, *pp, p - *pp); 2887 if (strncmp (argtypes, name, strlen (name)) != 0) 2904 /* If the type is not a stub, then the argtypes string is 2906 argtypes string is the mangled form of the argument 2909 physname = argtypes; 2924 tagname, return_type, argtypes, 3003 const char *argtypes, bool constp, 3015 is_full_physname_constructor = ((argtypes[0] == '_' 3016 && argtypes[1] == '_ [all...] |
| /src/external/gpl3/binutils.old/dist/binutils/ |
| stabs.c | 2677 char *argtypes = NULL; local 2776 argtypes = savestring (dhandle, *pp, p - *pp); 2887 if (strncmp (argtypes, name, strlen (name)) != 0) 2904 /* If the type is not a stub, then the argtypes string is 2906 argtypes string is the mangled form of the argument 2909 physname = argtypes; 2924 tagname, return_type, argtypes, 3003 const char *argtypes, bool constp, 3015 is_full_physname_constructor = ((argtypes[0] == '_' 3016 && argtypes[1] == '_ [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/d/ |
| d-codegen.cc | 2356 tree argtypes = tree_cons (NULL_TREE, build_pointer_type (basetype), local 2358 tree fntype = build_function_type (TREE_TYPE (type), argtypes);
|
| /src/external/gpl3/gcc.old/dist/gcc/c-family/ |
| c-attribs.cc | 3386 tree argtypes = TYPE_ARG_TYPES (fntype); local 3387 if (!argtypes) 3398 tree argtype = TREE_VALUE (argtypes); 4972 tree argtypes[2] = { NULL_TREE, NULL_TREE }; local 4997 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs); 5028 if (!argtypes[0] || (idxnodes[1] && !argtypes[1])) 5049 if (!POINTER_TYPE_P (argtypes[0])) 5054 attrstr, argtypes[0]); 5060 tree ptrtype = TREE_TYPE (argtypes[0]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/c-family/ |
| c-attribs.cc | 3709 tree argtypes = TYPE_ARG_TYPES (fntype); local 3710 if (!argtypes) 3721 tree argtype = TREE_VALUE (argtypes); 5343 tree argtypes[2] = { NULL_TREE, NULL_TREE }; local 5368 argtypes[i] = get_argument_type (type, idxs[i], &nfuncargs); 5399 if (!argtypes[0] || (idxnodes[1] && !argtypes[1])) 5420 if (!POINTER_TYPE_P (argtypes[0])) 5425 attrstr, argtypes[0]); 5431 tree ptrtype = TREE_TYPE (argtypes[0]) [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| tree.cc | 6240 tree argtypes = TYPE_ARG_TYPES (t); 6241 while (argtypes) 6243 TREE_PURPOSE (argtypes) = 0; 6244 argtypes = TREE_CHAIN (argtypes); 6233 tree argtypes = TYPE_ARG_TYPES (t); local
|
| coroutines.cc | 332 tree argtypes = make_tree_vec (list_length (arg_node)-1); local 342 TREE_VEC_ELT (argtypes, p++) = cp_build_reference_type (ct, false); 345 TREE_VEC_ELT (argtypes, p++) = TREE_VALUE (arg_node); 352 ARGUMENT_PACK_ARGS (argtypepack) = argtypes;
|
| typeck.cc | 11941 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); 11947 for (argtype = argtypes, arity = 0; 11973 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); 11978 return argtypes == void_list_node; 11986 for (argtype = argtypes, arity = 0; 11926 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local 11958 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
|
| call.cc | 2720 tree *argtypes, int flags, tsubst_flags_t complain) 2745 t = implicit_conversion (types[i], argtypes[i], args[i], 2752 reason = arg_conversion_rejection (NULL_TREE, i, argtypes[i], 2770 t = implicit_conversion (boolean_type_node, argtypes[2], args[2], 2778 reason = arg_conversion_rejection (NULL_TREE, 0, argtypes[2], 2827 tree type2, vec<tree,va_gc> &args, tree *argtypes, 3270 (candidates, fnname, cptype, cptype, args, argtypes, 3277 (candidates, fnname, type1, type1, args, argtypes, flags, complain); 3279 (candidates, fnname, type2, type2, args, argtypes, flags, complain); 3284 (candidates, fnname, type1, type2, args, argtypes, flags, complain) 3318 tree type, argtypes[3], t; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| tree.cc | 6055 tree argtypes = TYPE_ARG_TYPES (t); 6056 while (argtypes) 6058 TREE_PURPOSE (argtypes) = 0; 6059 argtypes = TREE_CHAIN (argtypes); 6048 tree argtypes = TYPE_ARG_TYPES (t); local
|
| coroutines.cc | 327 tree argtypes = make_tree_vec (list_length (arg_node)-1); local 337 TREE_VEC_ELT (argtypes, p++) = cp_build_reference_type (ct, false); 340 TREE_VEC_ELT (argtypes, p++) = TREE_VALUE (arg_node); 347 SET_ARGUMENT_PACK_ARGS (argtypepack, argtypes);
|
| typeck.cc | 11316 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); 11322 for (argtype = argtypes, arity = 0; 11348 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); 11353 return argtypes == void_list_node; 11361 for (argtype = argtypes, arity = 0; 11300 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local 11332 tree argtypes = TYPE_ARG_TYPES (TREE_TYPE (decl)); local
|
| /src/external/gpl3/gcc/dist/gcc/objc/ |
| objc-act.cc | 5178 vec<tree, va_gc> *argtypes = make_tree_vector (); local 5182 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag); 5199 vec_safe_push (argtypes, arg_type); 5211 vec_safe_push (argtypes, arg_type); 5220 ftype = build_varargs_function_type_vec (return_type, argtypes); 5222 ftype = build_function_type_vec (return_type, argtypes); 5224 release_tree_vector (argtypes);
|
| /src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| trans-intrinsic.cc | 809 vec<tree, va_gc> *argtypes; local 890 argtypes = NULL; 894 vec_safe_push (argtypes, type); 896 type = build_function_type_vec (gfc_typenode_for_spec (ts), argtypes);
|
| /src/external/gpl3/gcc.old/dist/gcc/objc/ |
| objc-act.cc | 5180 vec<tree, va_gc> *argtypes = make_tree_vector (); local 5184 (*runtime.get_arg_type_list_base) (&argtypes, method, context, super_flag); 5201 vec_safe_push (argtypes, arg_type); 5213 vec_safe_push (argtypes, arg_type); 5222 ftype = build_varargs_function_type_vec (return_type, argtypes); 5224 ftype = build_function_type_vec (return_type, argtypes); 5226 release_tree_vector (argtypes);
|