Searched refs:dump_type (Results 1 – 16 of 16) sorted by relevance
| /trueos/contrib/gcc/cp/ |
| HD | error.c | 56 static void dump_type (tree, int); 124 dump_type (scope, f); in dump_scope() 140 dump_type (arg, flags & ~TFF_CLASS_KEY_OR_ENUM); in dump_template_argument() 200 dump_type (a, flags & ~TFF_CHASE_TYPEDEF); in dump_template_parameter() 257 dump_type (tree t, int flags) in dump_type() function 281 dump_type (BINFO_TYPE (t), flags); in dump_type() 293 dump_type (DECL_ORIGINAL_TYPE (t) in dump_type() 367 dump_type (TYPE_CONTEXT (t), flags); in dump_type() 370 dump_type (DECL_NAME (TYPE_NAME (t)), flags); in dump_type() 402 dump_type (ctx, flags & ~TFF_CLASS_KEY_OR_ENUM); in dump_typename() [all …]
|
| HD | 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.
|
| HD | 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.
|
| HD | 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.
|
| HD | 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
|
| HD | 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.
|
| HD | 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.
|
| HD | ChangeLog-1997 | 1910 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
|
| HD | ChangeLog-1994 | 4047 (dump_type): Don't adorn template type parms. 4297 (dump_type*): Likewise.
|
| HD | ChangeLog-2001 | 647 * error.c (dump_type): Likewise.
|
| HD | ChangeLog-1996 | 3015 * error.c (dump_type): Handle anonymous template type parms.
|
| HD | ChangeLog | 4440 * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
|
| /trueos/contrib/ofed/management/opensm/opensm/ |
| HD | osm_perfmgr_db.c | 663 perfmgr_db_dump_t dump_type; member 674 switch (c->dump_type) { in __db_dump() 735 perfmgr_db_dump(perfmgr_db_t * db, char *file, perfmgr_db_dump_t dump_type) in perfmgr_db_dump() argument 742 context.dump_type = dump_type; in perfmgr_db_dump()
|
| HD | osm_perfmgr.c | 1280 void osm_perfmgr_dump_counters(osm_perfmgr_t * pm, perfmgr_db_dump_t dump_type) in osm_perfmgr_dump_counters() argument 1292 if (perfmgr_db_dump(pm->db, file_name, dump_type) != 0) in osm_perfmgr_dump_counters()
|
| /trueos/contrib/ofed/management/opensm/include/opensm/ |
| HD | osm_perfmgr.h | 216 perfmgr_db_dump_t dump_type);
|
| HD | osm_perfmgr_db.h | 190 perfmgr_db_dump_t dump_type);
|