Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/cp/
HDerror.c66 static void dump_type_prefix (tree, int);
353 dump_type_prefix (t, flags); in dump_type()
491 dump_type_prefix (tree t, int flags) in dump_type_prefix() function
508 dump_type_prefix (sub, flags); in dump_type_prefix()
525 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
542 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
548 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
556 dump_type_prefix (TREE_TYPE (t), flags); in dump_type_prefix()
707 dump_type_prefix (type, flags); in dump_simple_decl()
1047 dump_type_prefix (TREE_TYPE (fntype), flags); in dump_function_decl()
HDChangeLog-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.
HDChangeLog-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.
HDChangeLog-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.
HDChangeLog-20032735 * error.c (dump_type_prefix): Likewise.
5454 (dump_type_prefix): Likewise.
5927 * error.c (dump_type_prefix): Handle TYPEOF_TYPE.
HDChangeLog-19981148 (dump_type_prefix): Likewise.
5068 (dump_type_prefix): Likewise.
6684 (dump_type_prefix, dump_type_suffix): Handle TEMPLATE_TEMPLATE_PARM.
HDChangeLog-19971910 * error.c (dump_type_prefix, dump_type, dump_type_suffix): Add
HDChangeLog-19991562 (dump_type_prefix): Adjust prototype. Use tree_string_flags.