Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/cp/
H A Ddecl2.c747 DECL_IN_AGGR_P (decl) = 1; in finish_static_data_member_decl()
824 if (DECL_IN_AGGR_P (value)) in grokfield()
903 DECL_IN_AGGR_P (value) = 1; in grokfield()
919 DECL_IN_AGGR_P (value) = 1; in grokfield()
969 if (DECL_IN_AGGR_P (value)) in grokbitfield()
990 DECL_IN_AGGR_P (value) = 1; in grokbitfield()
H A Dmethod.c1096 DECL_IN_AGGR_P (fn) = 1; in implicitly_declare_fn()
H A Ddecl.c1812 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl); in duplicate_decls()
3966 DECL_IN_AGGR_P (decl) = 0; in start_decl()
4115 || DECL_IN_AGGR_P (decl) == 0) in grok_reference_init()
4965 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl)) in make_rtl_for_nonlocal_decl()
11425 if (DECL_IN_AGGR_P (fndecl)) in start_method()
11462 DECL_IN_AGGR_P (fndecl) = 1; in start_method()
H A Dtypeck2.c97 && DECL_IN_AGGR_P (arg) in readonly_error()
H A Dtree.c116 && DECL_IN_AGGR_P (ref)) in lvalue_p_1()
H A DChangeLog-199344 * cp-class.c (finish_struct_methods): Clear DECL_IN_AGGR_P here.
H A Dpt.c12010 || DECL_IN_AGGR_P (DECL_TEMPLATE_RESULT (tmpl))); in template_for_substitution()
12109 pattern_defined = ! DECL_IN_AGGR_P (code_pattern); in instantiate_decl()
12278 DECL_IN_AGGR_P (d) = 0; in instantiate_decl()
H A Dcp-tree.h1796 #define DECL_IN_AGGR_P(NODE) (DECL_LANG_FLAG_3 (NODE)) macro
H A Dtypeck.c4595 || DECL_IN_AGGR_P (x) == 0 in cxx_mark_addressable()
H A Dclass.c1727 DECL_IN_AGGR_P (fn_fields) = 0; in finish_struct_methods()
H A DChangeLog-20024413 (DECL_IN_AGGR_P): Whitespace.
H A DChangeLog-19951038 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
H A DChangeLog-19941551 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Ddecl2.c849 DECL_IN_AGGR_P (decl) = 1;
965 if (DECL_IN_AGGR_P (value))
1043 DECL_IN_AGGR_P (value) = 1;
1064 DECL_IN_AGGR_P (value) = 1;
1105 if (DECL_IN_AGGR_P (value))
1126 DECL_IN_AGGR_P (value) = 1;
2989 if (DECL_NOT_REALLY_EXTERN (decl) && ! DECL_IN_AGGR_P (decl)) in finish_file()
H A Dtypeck2.c101 && DECL_IN_AGGR_P (arg)
H A Ddecl.c3900 DECL_IN_AGGR_P (newdecl) = DECL_IN_AGGR_P (olddecl);
7824 DECL_IN_AGGR_P (decl) = 0;
7960 || DECL_IN_AGGR_P (decl) == 0) in grok_reference_init()
8646 if (DECL_LANG_SPECIFIC (decl) && DECL_IN_AGGR_P (decl))
15193 if (DECL_IN_AGGR_P (fndecl))
15233 DECL_IN_AGGR_P (fndecl) = 1;
H A Dtree.c131 && DECL_IN_AGGR_P (ref))
H A Dpt.c10352 && !DECL_IN_AGGR_P (DECL_TEMPLATE_RESULT (td))),
10374 pattern_defined = ! DECL_IN_AGGR_P (code_pattern);
10506 DECL_IN_AGGR_P (d) = 0;
H A Dcp-tree.h2053 #define DECL_IN_AGGR_P(NODE) (DECL_LANG_FLAG_3 (NODE)) macro
H A Dtypeck.c4549 || DECL_IN_AGGR_P (x) == 0
H A Dclass.c2054 DECL_IN_AGGR_P (fn_fields) = 0;
H A DChangeLog.1687 * decl.c (start_decl): Put back clearing of DECL_IN_AGGR_P.
4991 (start_decl): Clear DECL_IN_AGGR_P after calling duplicate_decls.
8889 * cp-class.c (finish_struct_methods): Clear DECL_IN_AGGR_P here.
H A DChangeLog5816 (DECL_IN_AGGR_P): Whitespace.