| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | 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() 365 dump_type (TYPE_CONTEXT (t), flags); in dump_type() 368 dump_type (DECL_NAME (TYPE_NAME (t)), flags); in dump_type() 400 dump_type (ctx, flags & ~TFF_CLASS_KEY_OR_ENUM); in dump_typename() [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 | 4371 * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | error.c | 74 static void dump_type PARAMS ((tree, int)); 151 dump_type (scope, f); 207 dump_type (arg, flags & ~TFF_CLASS_KEY_OR_ENUM); 266 dump_type (a, flags & ~TFF_CHASE_TYPEDEF); 322 dump_type (t, flags) in dump_type() function 348 dump_type (BINFO_TYPE (t), flags); 360 dump_type (DECL_ORIGINAL_TYPE (t) 373 dump_type (TREE_TYPE (t), flags); 384 dump_type (elt, flags); 462 dump_type (TYPE_CONTEXT (t), flags); [all …]
|
| H A D | ChangeLog | 59 * error.c (dump_type) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Output 3367 (dump_type): Correct comment. 4307 * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing. 4831 * error.c (dump_type): Similarly. 4940 * error.c (dump_type): Be careful about implicit typenames. 5406 * error.c (dump_type): Be more helpful about VECTOR_TYPE. 6624 * error.c (dump_type): Likewise. 10118 * error.c (dump_type): Likewise. 10565 * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE. 11215 (dump_type): ... here. Use it. [all …]
|
| H A D | ChangeLog.2 | 1526 (dump_type): Use it. 1559 (dump_type_real): Move back to dump_type. 1560 (dump_type): Adjust prototype. Use tree_string_flags. 8688 variable can be used by dump_type. 11858 (dump_type_real): Convert from dump_type. If desired, the 11861 (dump_type): Call dump_type_real. 13438 (dump_type): Hand TEMPLATE_DECL off to dump_decl. 13471 * error.c (dump_type): Add TEMPLATE_DECL and TEMPLATE_TEMPLATE_PARM. 15581 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add 19293 * error.c (dump_type): Handle anonymous template type parms.
|
| H A D | ChangeLog.1 | 7487 (dump_type): Don't adorn template type parms. 7737 (dump_type*): Likewise.
|
| /openbsd-src/usr.bin/ctfconv/ |
| H A D | ctfconv.c | 56 void dump_type(struct itype *); 171 dump_type(it); in main() 401 dump_type(struct itype *it) in dump_type() function
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 461 external dump_type : lltype -> unit = "llvm_dump_type"
|
| H A D | llvm.mli | 579 (** [dump_type ty] prints the .ll representation of the type [ty] to standard 581 val dump_type : lltype -> unit val
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | ChangeLog-1992 | 4720 dump_symbol, dump_type, dump_linetable, dump_strtbl): Remove, unused. 4723 dump_symbol, dump_type, dump_linetable, dump_strtbl): Remove 2nd 5830 * xcoffread.c (dump_linetable, dump_type, dump_symbol, dump_namespace,
|