Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/cp/
H A Derror.c56 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 DChangeLog-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.
H A DChangeLog-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.
H A DChangeLog-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.
H A DChangeLog-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
H A DChangeLog-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.
H A DChangeLog-19991526 (dump_type): Use it.
1559 (dump_type_real): Move back to dump_type.
1560 (dump_type): Adjust prototype. Use tree_string_flags.
H A DChangeLog-19971910 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
H A DChangeLog-19944047 (dump_type): Don't adorn template type parms.
4297 (dump_type*): Likewise.
H A DChangeLog-2001647 * error.c (dump_type): Likewise.
H A DChangeLog-19963015 * error.c (dump_type): Handle anonymous template type parms.
H A DChangeLog4440 * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
/freebsd-12.1/contrib/ofed/opensm/opensm/
H A Dosm_perfmgr_db.c927 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 Dosm_perfmgr.c1993 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 Dosm_perfmgr.h276 perfmgr_db_dump_t dump_type);
H A Dosm_perfmgr_db.h197 perfmgr_db_dump_t dump_type);