Home
last modified time | relevance | path

Searched refs:DECL_C_BIT_FIELD (Results 1 – 19 of 19) sorted by relevance

/NextBSD/contrib/gcc/
HDc-dump.c53 if (DECL_C_BIT_FIELD (t)) in c_dump_tree()
HDc-typeck.c1660 && DECL_C_BIT_FIELD (TREE_OPERAND (exp, 1)) in perform_integral_promotions()
3162 || !DECL_C_BIT_FIELD (TREE_OPERAND (arg, 1))); in build_unary_op()
3295 if (DECL_C_BIT_FIELD (TREE_OPERAND (x, 1))) in c_mark_addressable()
5474 while (constructor_fields != 0 && DECL_C_BIT_FIELD (constructor_fields) in really_start_incremental_init()
5668 while (constructor_fields != 0 && DECL_C_BIT_FIELD (constructor_fields) in push_init_level()
6318 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in set_nonincremental_init()
6522 && DECL_C_BIT_FIELD (field) in output_init_element()
6625 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in output_init_element()
6923 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in process_init_element()
6933 && DECL_C_BIT_FIELD (constructor_fields) in process_init_element()
HDc-common.h755 #define DECL_C_BIT_FIELD(NODE) \ macro
HDc-common.c3055 && DECL_C_BIT_FIELD (TREE_OPERAND (expr, 1))) in c_alignof_expr()
6443 if (DECL_C_BIT_FIELD (t)) in fold_offsetof_1()
HDc-parser.c2308 && DECL_C_BIT_FIELD (TREE_OPERAND (expr.value, 1))) in c_parser_typeof_specifier()
5209 && DECL_C_BIT_FIELD (TREE_OPERAND (expr.value, 1))) in c_parser_sizeof_expression()
HDFSFChangeLog.102892 * c-typeck.c: Use DECL_C_BIT_FIELD, not DECL_BIT_FIELD in all tests.
3208 * c-tree.h (DECL_C_BIT_FIELD): New macro.
HDChangeLog-20004230 (DECL_C_BIT_FIELD): New macro.
4243 * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
HDFSFChangeLog.112773 * c-parse.in (unary_expr): Test DECL_C_BIT_FIELD, not DECL_BIT_FIELD.
HDChangeLog-199919694 after DECL_C_BIT_FIELD.
/NextBSD/contrib/gcc/cp/
HDclass.c2763 if (TREE_CODE (fields) == FIELD_DECL && !DECL_C_BIT_FIELD (field)) in check_field_decl()
2968 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x))) in check_field_decls()
3046 if (DECL_C_BIT_FIELD (x)) in check_field_decls()
4046 && DECL_C_BIT_FIELD (*fieldsp) in remove_zero_width_bit_fields()
4670 if (DECL_C_BIT_FIELD (field) in layout_class_type()
4761 && DECL_C_BIT_FIELD (field) in layout_class_type()
4795 if (DECL_C_BIT_FIELD (field)) in layout_class_type()
4826 last_field_was_bitfield = DECL_C_BIT_FIELD (field); in layout_class_type()
HDtypeck2.c893 if (!DECL_NAME (field) && DECL_C_BIT_FIELD (field)) in process_init_constructor_record()
HDtypeck.c1333 && DECL_C_BIT_FIELD (TREE_OPERAND (e, 1))) in cxx_sizeof_expr()
1381 && DECL_C_BIT_FIELD (TREE_OPERAND (e, 1))) in cxx_alignof_expr()
1474 if (TREE_CODE (field) != FIELD_DECL || !DECL_C_BIT_FIELD (field)) in is_bitfield_expr_with_lowered_type()
4563 else if (DECL_C_BIT_FIELD (TREE_OPERAND (arg, 1))) in build_unary_op()
HDtree.c96 else if (DECL_C_BIT_FIELD (TREE_OPERAND (ref, 1))) in lvalue_p_1()
HDinit.c1355 if (TREE_CODE (member) == FIELD_DECL && DECL_C_BIT_FIELD (member)) in build_offset_ref()
HDChangeLog-2000529 (DECL_C_BIT_FIELD): Remove.
3735 (DECL_C_BIT_FIELD): Likewise.
HDChangeLog-19981351 * cp-tree.h (DECL_C_BIT_FIELD, SET_DECL_C_BIT_FIELD): New macros.
1353 * class.c (finish_struct_1): Use DECL_C_BIT_FIELD instead of
HDdecl.c4471 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field)) in next_initializable_field()
HDChangeLog-19991381 * tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for
/NextBSD/contrib/gcc/doc/
HDc-tree.texi980 If @code{DECL_C_BIT_FIELD} holds, this field is a bit-field. In a bit-field,