Home
last modified time | relevance | path

Searched refs:dump_type_prefix (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/gcc/gcc/cp/
Derror.c66 static void dump_type_prefix (tree, int);
351 dump_type_prefix (t, flags); in dump_type()
489 dump_type_prefix (tree t, int flags) in dump_type_prefix() function
504 dump_type_prefix (sub, flags); in dump_type_prefix()
518 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
535 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
541 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
549 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
698 dump_type_prefix (type, flags); in dump_simple_decl()
1034 dump_type_prefix (TREE_TYPE (fntype), flags); in dump_function_decl()
DChangeLog-2000247 (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
666 (dump_type_prefix): Make sure we put space at the appropriate
694 (dump_type_prefix): Print vector-of-int as 'int vector'.
1416 (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
DChangeLog-19942304 * error.c (dump_type_prefix): Print references to arrays properly.
3055 * error.c (dump_type_prefix): Print out pointers to arrays properly.
4270 * error.c (dump_type_prefix): Don't print basetype twice for
4599 * error.c (dump_type_prefix): Output basetype for METHOD_TYPEs.
DChangeLog-20032735 * error.c (dump_type_prefix): Likewise.
5454 (dump_type_prefix): Likewise.
5927 * error.c (dump_type_prefix): Handle TYPEOF_TYPE.
DChangeLog-20044282 * error.c (dump_type_prefix): Likewise.
4308 (dump_type_prefix): Don't set padding. Use pp_cxx_whitespace,
5548 (dump_type_prefix): Likewise. Adjust return void.
DChangeLog-19981148 (dump_type_prefix): Likewise.
5068 (dump_type_prefix): Likewise.
6684 (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
DChangeLog-19971910 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
DChangeLog-19991562 (dump_type_prefix): Adjust prototype. Use tree_string_flags.
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Derror.c84 static enum pad dump_type_prefix PARAMS ((tree, int));
451 dump_type_prefix (t, flags);
597 dump_type_prefix (t, flags) in dump_type_prefix() function
616 padding = dump_type_prefix (sub, flags);
635 padding = dump_type_prefix (TREE_TYPE (t), flags);
650 padding = dump_type_prefix (TREE_TYPE (t), flags);
658 padding = dump_type_prefix (TREE_TYPE (t), flags);
668 padding = dump_type_prefix (TREE_TYPE (t), flags);
822 if (dump_type_prefix (type, flags) != none)
1151 dump_type_prefix (TREE_TYPE (fntype), flags);
DChangeLog.15744 * error.c (dump_type_prefix): Print references to arrays properly.
6495 * error.c (dump_type_prefix): Print out pointers to arrays properly.
7710 * error.c (dump_type_prefix): Don't print basetype twice for
8039 * error.c (dump_type_prefix): Output basetype for METHOD_TYPEs.
DChangeLog1798 * error.c (dump_type_prefix): Handle TYPEOF_TYPE.
10119 (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
10538 (dump_type_prefix): Make sure we put space at the appropriate
10566 (dump_type_prefix): Print vector-of-int as 'int vector'.
11288 (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
DChangeLog.21562 (dump_type_prefix): Adjust prototype. Use tree_string_flags.
7936 (dump_type_prefix): Likewise.
11856 (dump_type_prefix): Likewise.
13472 (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
15581 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add