Searched refs:dump_type (Results 1 – 16 of 16) sorted by relevance
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | error.c | 56 static void dump_type (tree, int); 124 dump_type (scope, f); in dump_scope() 257 dump_type (tree t, int flags) in dump_type() function 578 dump_type (t, flags); in dump_type_prefix() 796 dump_type (t, flags); in dump_decl() 914 dump_type (t, flags); in dump_decl() 970 dump_type (TREE_TYPE (t), in dump_template_decl() 986 dump_type (TREE_TYPE (t), in dump_template_decl() 1477 dump_type (type, flags); in dump_expr() 1962 dump_type (typ, flags); in type_as_string() [all …]
|
| H A D | ChangeLog-2002 | 1964 (dump_type): Correct comment. 2904 * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing. 3428 * error.c (dump_type): Similarly. 3537 * error.c (dump_type): Be careful about implicit typenames. 4003 * error.c (dump_type): Be more helpful about VECTOR_TYPE.
|
| H A D | ChangeLog-2003 | 1320 * error.c (dump_type): Simplify. Use pp_type_specifier_seq for 1792 (dump_type): Likewise. 3653 (dump_type): Format builtin vector type as __vector__. 5450 (dump_type): Likewise. 6101 * error.c (dump_type): Show cv-qualification of typename types. 6369 * error.c (dump_type): Remove implicit typename handling.
|
| H A D | ChangeLog-2004 | 1711 * error.c (dump_type): Change TREE_VEC case into TREE_BINFO. 3352 * error.c (dump_type) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Output 4304 (dump_type): Use pp_cxx_identifier, pp_cxx_tree_identifier, 5542 (dump_type): Replace dump_qualifiers with pp_cxx_cv_qualifier_seq. 5666 * error.c (dump_type): Use TYPEOF_TYPE_EXPR.
|
| H A D | ChangeLog-2000 | 246 * error.c (dump_type): Likewise. 693 * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE. 1343 (dump_type): ... here. Use it. 1415 * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case. 1783 * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
|
| H A D | ChangeLog-1998 | 1900 variable can be used by dump_type. 5070 (dump_type_real): Convert from dump_type. If desired, the 5073 (dump_type): Call dump_type_real. 6650 (dump_type): Hand TEMPLATE_DECL off to dump_decl. 6683 * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM.
|
| H A D | ChangeLog-1999 | 1526 (dump_type): Use it. 1559 (dump_type_real): Move back to dump_type. 1560 (dump_type): Adjust prototype. Use tree_string_flags.
|
| H A D | ChangeLog-1997 | 1910 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
|
| H A D | ChangeLog-1994 | 4047 (dump_type): Don't adorn template type parms. 4297 (dump_type*): Likewise.
|
| H A D | ChangeLog-2001 | 647 * error.c (dump_type): Likewise.
|
| H A D | ChangeLog-1996 | 3015 * error.c (dump_type): Handle anonymous template type parms.
|
| H A D | ChangeLog | 4440 * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
|
| /freebsd-12.1/contrib/ofed/opensm/opensm/ |
| H A D | osm_perfmgr_db.c | 927 perfmgr_db_dump_t dump_type; member 936 switch (c->dump_type) { in db_dump() 1018 perfmgr_db_dump(perfmgr_db_t * db, char *file, perfmgr_db_dump_t dump_type) in perfmgr_db_dump() argument 1025 context.dump_type = dump_type; in perfmgr_db_dump()
|
| H A D | osm_perfmgr.c | 1993 void osm_perfmgr_dump_counters(osm_perfmgr_t * pm, perfmgr_db_dump_t dump_type) in osm_perfmgr_dump_counters() argument 2005 if (perfmgr_db_dump(pm->db, file_name, dump_type) != 0) in osm_perfmgr_dump_counters()
|
| /freebsd-12.1/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_perfmgr.h | 276 perfmgr_db_dump_t dump_type);
|
| H A D | osm_perfmgr_db.h | 197 perfmgr_db_dump_t dump_type);
|