Searched refs:DECL_IN_AGGR_P (Results 1 – 17 of 17) sorted by relevance
934 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()
1235 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()
104 && DECL_IN_AGGR_P (arg) in cxx_readonly_error()861 || (DECL_IN_AGGR_P (decl) in store_init_value()
2654 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()
44 * cp-class.c (finish_struct_methods): Clear DECL_IN_AGGR_P here.
3182 DECL_IN_AGGR_P (fn) = 1; in implicitly_declare_fn()
7598 DECL_IN_AGGR_P (x) = false; in finish_struct_1()7728 DECL_IN_AGGR_P (x) = false; in finish_struct()
1730 * class.c (finish_struct_methods): Dont clear DECL_IN_AGGR_P here.1739 set_class_bindings immediately after layout. Clear DECL_IN_AGGR_P1742 DECL_IN_AGGR_P before calling finish_struct_methods. Call
199 && DECL_IN_AGGR_P (ref)) in lvalue_kind()
5005 * decl2.c (finish_static_data_member_decl): Don't set DECL_IN_AGGR_P5008 (c_parse_final_cleanups): Check DECL_IN_AGGR_P without
2834 data members with DECL_IN_AGGR_P set.
3244 #define DECL_IN_AGGR_P(NODE) (DECL_LANG_FLAG_3 (NODE)) macro
7497 || DECL_IN_AGGR_P (x) == 0 in cxx_mark_addressable()
1038 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
4413 (DECL_IN_AGGR_P): Whitespace.
26538 DECL_IN_AGGR_P (d) = 0; in instantiate_body()26763 pattern_defined = ! DECL_IN_AGGR_P (code_pattern); in instantiate_decl()
1551 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.