Home
last modified time | relevance | path

Searched refs:TFF_DECL_SPECIFIERS (Results 1 – 10 of 10) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/cp/
HDerror.c229 if (flags & TFF_DECL_SPECIFIERS) in dump_template_parameter()
243 dump_decl (p, flags | TFF_DECL_SPECIFIERS); in dump_template_parameter()
433 dump_decl (t, flags & ~TFF_DECL_SPECIFIERS); in dump_type()
917 if (flags & TFF_DECL_SPECIFIERS) in dump_simple_decl()
931 if ((flags & TFF_DECL_SPECIFIERS) in dump_simple_decl()
939 if (flags & TFF_DECL_SPECIFIERS) in dump_simple_decl()
969 if ((flags & TFF_DECL_SPECIFIERS) in dump_decl()
984 && (flags & TFF_DECL_SPECIFIERS in dump_decl()
995 if ((flags & TFF_DECL_SPECIFIERS) in dump_decl()
1023 if (flags & TFF_DECL_SPECIFIERS) in dump_decl()
[all …]
HDcp-lang.c122 TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME in cxx_dwarf_name()
HDptree.c49 int flags = TFF_DECL_SPECIFIERS|TFF_RETURN_TYPE in cxx_print_decl()
HDcp-tree.h4572 #define TFF_DECL_SPECIFIERS (1 << 2) macro
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDerror.c289 if (flags & TFF_DECL_SPECIFIERS) in dump_template_parameter()
303 dump_decl (pp, p, flags | TFF_DECL_SPECIFIERS); in dump_template_parameter()
503 dump_decl (pp, t, flags & ~TFF_DECL_SPECIFIERS); in dump_type()
1006 if (flags & TFF_DECL_SPECIFIERS) in dump_simple_decl()
1024 if ((flags & TFF_DECL_SPECIFIERS) in dump_simple_decl()
1043 if (flags & TFF_DECL_SPECIFIERS) in dump_simple_decl()
1104 if ((flags & TFF_DECL_SPECIFIERS) in dump_decl()
1119 && (flags & TFF_DECL_SPECIFIERS in dump_decl()
1132 if ((flags & TFF_DECL_SPECIFIERS) in dump_decl()
1172 if (flags & TFF_DECL_SPECIFIERS) in dump_decl()
[all …]
HDcp-lang.c123 TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME in cxx_dwarf_name()
HDptree.c46 int flags = TFF_DECL_SPECIFIERS|TFF_RETURN_TYPE in cxx_print_decl()
HDcp-tree.h5551 #define TFF_DECL_SPECIFIERS (1 << 2) macro
HDpt.c10165 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc()
/dragonfly/contrib/gcc-4.7/gcc/objc/
HDobjc-encoding.c558 decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME), in encode_aggregate_within()
559 strlen (decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME))); in encode_aggregate_within()