Home
last modified time | relevance | path

Searched refs:dump_type (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/gcc/cp/
HDerror.c56 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 …]
HDChangeLog-20021964 (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.
HDChangeLog-20031320 * 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.
HDChangeLog-20041711 * 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.
HDChangeLog-2000246 * 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
HDChangeLog-19981900 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.
HDChangeLog-19991526 (dump_type): Use it.
1559 (dump_type_real): Move back to dump_type.
1560 (dump_type): Adjust prototype. Use tree_string_flags.
HDChangeLog-19971910 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
HDChangeLog-19944047 (dump_type): Don't adorn template type parms.
4297 (dump_type*): Likewise.
HDChangeLog-2001647 * error.c (dump_type): Likewise.
HDChangeLog-19963015 * error.c (dump_type): Handle anonymous template type parms.
HDChangeLog4440 * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
/trueos/contrib/ofed/management/opensm/opensm/
HDosm_perfmgr_db.c663 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()
HDosm_perfmgr.c1280 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/
HDosm_perfmgr.h216 perfmgr_db_dump_t dump_type);
HDosm_perfmgr_db.h190 perfmgr_db_dump_t dump_type);