Home
last modified time | relevance | path

Searched refs:DECL_IN_AGGR_P (Results 1 – 17 of 17) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Ddecl2.cc934 DECL_IN_AGGR_P (decl) = 1; in finish_static_data_member_decl()
1046 if (!friendp && DECL_IN_AGGR_P (value)) in grokfield()
1150 DECL_IN_AGGR_P (value) = 1; in grokfield()
1166 DECL_IN_AGGR_P (value) = 1; in grokfield()
1232 if (DECL_IN_AGGR_P (value)) in grokbitfield()
1268 DECL_IN_AGGR_P (value) = 1; in grokbitfield()
5348 || DECL_IN_AGGR_P (decl)) in c_parse_final_cleanups()
Dlambda.cc1235 DECL_IN_AGGR_P (fn) = 1; in maybe_add_lambda_conv_op()
1269 DECL_IN_AGGR_P (fn) = 1; in maybe_add_lambda_conv_op()
Dtypeck2.cc104 && DECL_IN_AGGR_P (arg) in cxx_readonly_error()
861 || (DECL_IN_AGGR_P (decl) in store_init_value()
Ddecl.cc2654 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl); in duplicate_decls()
5720 DECL_IN_AGGR_P (decl) = 0; in start_decl()
5952 || DECL_IN_AGGR_P (decl) == 0) in grok_reference_init()
7505 && DECL_IN_AGGR_P (decl) in check_initializer()
7575 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl)) in make_rtl_for_nonlocal_decl()
18198 if (DECL_IN_AGGR_P (fndecl)) in grokmethod()
18246 DECL_IN_AGGR_P (fndecl) = 1; in grokmethod()
DChangeLog-199344 * cp-class.c (finish_struct_methods): Clear DECL_IN_AGGR_P here.
Dmethod.cc3182 DECL_IN_AGGR_P (fn) = 1; in implicitly_declare_fn()
Dclass.cc7598 DECL_IN_AGGR_P (x) = false; in finish_struct_1()
7728 DECL_IN_AGGR_P (x) = false; in finish_struct()
DChangeLog-20171730 * class.c (finish_struct_methods): Dont clear DECL_IN_AGGR_P here.
1739 set_class_bindings immediately after layout. Clear DECL_IN_AGGR_P
1742 DECL_IN_AGGR_P before calling finish_struct_methods. Call
Dtree.cc199 && DECL_IN_AGGR_P (ref)) in lvalue_kind()
DChangeLog-20195005 * decl2.c (finish_static_data_member_decl): Don't set DECL_IN_AGGR_P
5008 (c_parse_final_cleanups): Check DECL_IN_AGGR_P without
DChangeLog-20082834 data members with DECL_IN_AGGR_P set.
Dcp-tree.h3244 #define DECL_IN_AGGR_P(NODE) (DECL_LANG_FLAG_3 (NODE)) macro
Dtypeck.cc7497 || DECL_IN_AGGR_P (x) == 0 in cxx_mark_addressable()
DChangeLog-19951038 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
DChangeLog-20024413 (DECL_IN_AGGR_P): Whitespace.
Dpt.cc26538 DECL_IN_AGGR_P (d) = 0; in instantiate_body()
26763 pattern_defined = ! DECL_IN_AGGR_P (code_pattern); in instantiate_decl()
DChangeLog-19941551 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.