Searched refs:demangled_args (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dp-lang.h191 int demangled_args,
199 int passed_a_ptr, int demangled_args,
H A Df-typeprint.c77 int demangled_args; local
84 demangled_args = (*varstring != '\0'
86 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args, 0, false);
151 int demangled_args,
148 f_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, int arrayprint_recurse_level, bool print_rank_only) const argument
H A Dp-typeprint.c45 int demangled_args; local
77 demangled_args = varstring ? strchr (varstring, '(') != NULL : 0;
78 type_print_varspec_suffix (type, stream, show, 0, demangled_args,
313 int demangled_args,
340 int demangled_args,
375 if (!demangled_args)
310 type_print_func_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, const struct type_print_options *flags) const argument
337 type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, const struct type_print_options *flags) const argument
H A Dc-typeprint.c113 int demangled_args;
160 demangled_args = strchr (varstring, '(') != NULL;
162 0, demangled_args,
756 int demangled_args,
816 if (!demangled_args)
111 int demangled_args; local
751 c_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, enum language language, const struct type_print_options *flags) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Df-typeprint.c90 int demangled_args;
97 demangled_args = (*varstring != '\0'
99 f_type_print_varspec_suffix (type, stream, show, 0, demangled_args, 0, false);
173 int show, int passed_a_ptr, int demangled_args,
89 int demangled_args; local
171 f_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, int arrayprint_recurse_level, bool print_rank_only) argument
H A Dp-typeprint.c55 int demangled_args;
87 demangled_args = varstring ? strchr (varstring, '(') != NULL : 0;
88 pascal_type_print_varspec_suffix (type, stream, show, 0, demangled_args,
347 int demangled_args,
375 int demangled_args,
412 if (!demangled_args)
54 int demangled_args; local
344 pascal_type_print_func_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, const struct type_print_options *flags) argument
372 pascal_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, const struct type_print_options *flags) argument
H A Dc-typeprint.c113 int demangled_args;
159 demangled_args = strchr (varstring, '(') != NULL;
161 0, demangled_args,
760 int demangled_args,
820 if (!demangled_args)
111 int demangled_args; local
755 c_type_print_varspec_suffix(struct type *type, struct ui_file *stream, int show, int passed_a_ptr, int demangled_args, enum language language, const struct type_print_options *flags) argument

Completed in 312 milliseconds