Searched refs:TFF_DECL_SPECIFIERS (Results 1 – 10 of 10) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | error.c | 229 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 …]
|
| HD | cp-lang.c | 122 TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME in cxx_dwarf_name()
|
| HD | ptree.c | 49 int flags = TFF_DECL_SPECIFIERS|TFF_RETURN_TYPE in cxx_print_decl()
|
| HD | cp-tree.h | 4572 #define TFF_DECL_SPECIFIERS (1 << 2) macro
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | error.c | 289 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 …]
|
| HD | cp-lang.c | 123 TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME in cxx_dwarf_name()
|
| HD | ptree.c | 46 int flags = TFF_DECL_SPECIFIERS|TFF_RETURN_TYPE in cxx_print_decl()
|
| HD | cp-tree.h | 5551 #define TFF_DECL_SPECIFIERS (1 << 2) macro
|
| HD | pt.c | 10165 fprintf (stderr, " %s", decl_as_string (tldcl, TFF_DECL_SPECIFIERS)); in push_tinst_level_loc()
|
| /dragonfly/contrib/gcc-4.7/gcc/objc/ |
| HD | objc-encoding.c | 558 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()
|