Home
last modified time | relevance | path

Searched refs:ATTR_FLAG_TYPE_IN_PLACE (Results 1 – 16 of 16) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dattribs.c213 flags &= ~(int) ATTR_FLAG_TYPE_IN_PLACE; in decl_attributes()
234 flags &= ~(int) ATTR_FLAG_TYPE_IN_PLACE; in decl_attributes()
254 && (flags & (int) ATTR_FLAG_TYPE_IN_PLACE) in decl_attributes()
296 else if (flags & (int) ATTR_FLAG_TYPE_IN_PLACE) in decl_attributes()
H A Dc-common.c4100 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE)) in handle_packed_attribute()
4326 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE)) in handle_unused_attribute()
4419 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE)) in handle_transparent_union_attribute()
4617 if (flags & ATTR_FLAG_TYPE_IN_PLACE) in handle_mode_attribute()
4756 else if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE)) in handle_aligned_attribute()
5226 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE)) in handle_deprecated_attribute()
H A Dc-decl.c5472 decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
5791 decl_attributes (&enumtype, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_enum()
H A Dtree.h3710 ATTR_FLAG_TYPE_IN_PLACE = 8, enumerator
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dattribs.c223 flags &= ~(int) ATTR_FLAG_TYPE_IN_PLACE;
233 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
294 else if (flags & (int) ATTR_FLAG_TYPE_IN_PLACE)
H A Dc-common.c5295 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
5489 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
5558 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
5828 else if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
6193 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
H A Dc-decl.c5161 decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE);
5603 decl_attributes (&enumtype, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE);
H A Dtree.h2374 ATTR_FLAG_TYPE_IN_PLACE = 8, enumerator
H A DChangeLog.610492 ATTR_FLAG_TYPE_IN_PLACE.
H A DChangeLog.719606 * attribs.c (decl_attributes): Clear ATTR_FLAG_TYPE_IN_PLACE
/openbsd/gnu/gcc/gcc/cp/
H A Dtree.c1816 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE)) in handle_java_interface_attribute()
H A Dsemantics.c2182 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in begin_class_definition()
H A Dparser.c10396 cplus_decl_attributes (&type, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_elaborated_type_specifier()
10488 (int) ATTR_FLAG_TYPE_IN_PLACE); in cp_parser_enum_specifier()
H A Dclass.c5199 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE); in finish_struct()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dtree.c1948 if (!(flags & (int) ATTR_FLAG_TYPE_IN_PLACE))
H A Dclass.c5518 cplus_decl_attributes (&t, attributes, (int) ATTR_FLAG_TYPE_IN_PLACE);