Home
last modified time | relevance | path

Searched refs:varstring (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Df-typeprint.c59 f_print_type (struct type *type, char *varstring, struct ui_file *stream, in f_print_type() argument
67 if ((varstring != NULL && *varstring != '\0') in f_print_type()
81 fputs_filtered (varstring, stream); in f_print_type()
86 demangled_args = varstring[strlen (varstring) - 1] == ')'; in f_print_type()
H A Djv-typeprint.c325 java_print_type (struct type *type, char *varstring, struct ui_file *stream, in java_print_type() argument
332 if (varstring != NULL && *varstring != '\0') in java_print_type()
335 fputs_filtered (varstring, stream); in java_print_type()
341 demangled_args = strchr (varstring, '(') != NULL; in java_print_type()
H A Dm2-typeprint.c34 m2_print_type (struct type *type, char *varstring, struct ui_file *stream, in m2_print_type() argument
40 c_print_type (type, varstring, stream, show, level); /* FIXME */ in m2_print_type()
H A Dc-typeprint.c42 char *varstring, int staticp,
62 c_print_type (struct type *type, char *varstring, struct ui_file *stream, in c_print_type() argument
74 if ((varstring != NULL && *varstring != '\0') in c_print_type()
86 need_post_space = (varstring != NULL && strcmp (varstring, "") != 0); in c_print_type()
89 if (varstring != NULL) in c_print_type()
91 fputs_filtered (varstring, stream); in c_print_type()
96 demangled_args = strchr (varstring, '(') != NULL; in c_print_type()
153 cp_type_print_method_args (struct type *mtype, char *prefix, char *varstring, in cp_type_print_method_args() argument
162 fprintf_symbol_filtered (stream, varstring, language_cplus, DMGL_ANSI); in cp_type_print_method_args()
H A Dada-typeprint.c754 ada_print_type (struct type *type0, char *varstring, struct ui_file *stream, in ada_print_type() argument
759 int is_var_decl = (varstring != NULL && varstring[0] != '\0'); in ada_print_type()
765 ada_name_prefix_len (varstring), varstring); in ada_print_type()
775 ada_name_prefix_len (varstring), varstring); in ada_print_type()
860 print_func_type (type, stream, varstring); in ada_print_type()
H A Dp-typeprint.c50 pascal_print_type (struct type *type, char *varstring, struct ui_file *stream, in pascal_print_type() argument
67 fputs_filtered (varstring, stream); in pascal_print_type()
69 if ((varstring != NULL && *varstring != '\0') && in pascal_print_type()
86 demangled_args = varstring ? strchr (varstring, '(') != NULL : 0; in pascal_print_type()
H A Dlanguage.h349 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \ argument
350 (current_language->la_print_type(type,varstring,stream,show,level))
H A Dtypeprint.c106 type_print (struct type *type, char *varstring, struct ui_file *stream, in type_print() argument
109 LA_PRINT_TYPE (type, varstring, stream, show, 0); in type_print()
H A Dvalue.h499 extern void type_print (struct type * type, char *varstring,
H A Dlanguage.c1114 unk_lang_print_type (struct type *type, char *varstring, struct ui_file *stream, in unk_lang_print_type() argument
H A DChangeLog-19941891 if a '(' is found in varstring, looking for ')' at the end of
1892 varstring did fail with demangled const member functions, which
H A DChangeLog-19984922 * c-typeprint.c (c_print_type): Don't crash if varstring is null.
/openbsd-src/sbin/pfctl/
H A Dparse.y520 %type <v.string> string varstring numberstring
766 varstring : numberstring varstring {
786 varset : STRING '=' varstring {