/openbsd-src/gnu/gcc/gcc/cp/ |
H A D | class.c | 6405 type_as_string (BINFO_TYPE (binfo), TFF_PLAIN_IDENTIFIER), in dump_class_hierarchy_r() 6429 type_as_string (BINFO_TYPE (BINFO_INHERITANCE_CHAIN (binfo)), in dump_class_hierarchy_r() 6489 fprintf (stream, "Class %s\n", type_as_string (t, TFF_PLAIN_IDENTIFIER)); in dump_class_hierarchy_1() 6560 type_as_string (BINFO_TYPE (binfo), TFF_PLAIN_IDENTIFIER)); in dump_vtable() 6565 fprintf (stream, " in %s", type_as_string (t, TFF_PLAIN_IDENTIFIER)); in dump_vtable() 6587 type_as_string (t, TFF_PLAIN_IDENTIFIER)); in dump_vtt() 6623 type_as_string (BINFO_TYPE (virtual_adjust), TFF_SCOPE)); in dump_thunk()
|
H A D | error.c | 1942 type_as_string (tree typ, int flags) in type_as_string() function 2126 return type_as_string (p, flags); in args_to_string()
|
H A D | ChangeLog-1999 | 1550 (type_as_string, decl_as_string, expr_as_string): Adjust prototype. 1580 (type_as_string): Likewise. 3026 * cp-tree.h (fndecl_as_string, type_as_string, 3035 type_as_string, expr_as_string, decl_as_string, lang_decl_name,
|
H A D | cp-tree.h | 4014 extern const char *type_as_string (tree, int);
|
H A D | pt.c | 4307 cat (type_as_string (arg, TFF_CHASE_TYPEDEF)); in mangle_class_name_for_template() 4331 cat (type_as_string (arg, TFF_CHASE_TYPEDEF)); in mangle_class_name_for_template()
|
H A D | call.c | 5302 type_as_string (TREE_TYPE (name), in name_as_c_string()
|
H A D | ChangeLog-1997 | 1362 * error.c (type_as_string): Put const/volatile on template type
|
H A D | ChangeLog-2004 | 2472 to type_as_string. 4329 (type_as_string); Use it.
|
H A D | ChangeLog-2003 | 5470 (type_as_string): Likewise.
|
H A D | ChangeLog-2000 | 622 (type_as_string, decl_as_string, expr_as_string,
|
H A D | ChangeLog-1994 | 4979 * error.c (args_as_string): New function (%A), like type_as_string
|
H A D | ChangeLog-1998 | 5152 to type_as_string.
|
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
H A D | class.c | 6938 type_as_string (binfo, TFF_PLAIN_IDENTIFIER), 6963 type_as_string (BINFO_PRIMARY_BASE_OF (binfo), 7031 fprintf (stream, "Class %s\n", type_as_string (t, TFF_PLAIN_IDENTIFIER)); 7082 type_as_string (binfo, TFF_PLAIN_IDENTIFIER)); 7087 fprintf (stream, " in %s", type_as_string (t, TFF_PLAIN_IDENTIFIER)); 7111 type_as_string (t, TFF_PLAIN_IDENTIFIER));
|
H A D | error.c | 2133 type_as_string (typ, flags) in type_as_string() function 2399 return type_as_string (p, flags);
|
H A D | pt.c | 3875 cat (type_as_string (arg, TFF_CHASE_TYPEDEF)); 3899 cat (type_as_string (arg, TFF_CHASE_TYPEDEF));
|
H A D | cp-tree.h | 3947 extern const char *type_as_string PARAMS ((tree, int));
|
H A D | ChangeLog.2 | 1550 (type_as_string, decl_as_string, expr_as_string): Adjust prototype. 1580 (type_as_string): Likewise. 3026 * cp-tree.h (fndecl_as_string, type_as_string, 3035 type_as_string, expr_as_string, decl_as_string, lang_decl_name, 11940 to type_as_string. 15033 * error.c (type_as_string): Put const/volatile on template type
|
H A D | ChangeLog.1 | 8419 * error.c (args_as_string): New function (%A), like type_as_string
|
H A D | ChangeLog | 10494 (type_as_string, decl_as_string, expr_as_string,
|