/openbsd/gnu/gcc/gcc/ |
H A D | c-dump.c | 53 if (DECL_C_BIT_FIELD (t)) in c_dump_tree()
|
H A D | c-typeck.c | 1629 && DECL_C_BIT_FIELD (TREE_OPERAND (exp, 1)) in perform_integral_promotions() 3070 || !DECL_C_BIT_FIELD (TREE_OPERAND (arg, 1))); in build_unary_op() 3203 if (DECL_C_BIT_FIELD (TREE_OPERAND (x, 1))) in c_mark_addressable() 5138 while (constructor_fields != 0 && DECL_C_BIT_FIELD (constructor_fields) in really_start_incremental_init() 5326 while (constructor_fields != 0 && DECL_C_BIT_FIELD (constructor_fields) in push_init_level() 6003 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in set_nonincremental_init() 6207 && DECL_C_BIT_FIELD (field) in output_init_element() 6310 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in output_init_element() 6608 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in process_init_element() 6618 && DECL_C_BIT_FIELD (constructor_fields) in process_init_element()
|
H A D | c-common.h | 744 #define DECL_C_BIT_FIELD(NODE) \ macro
|
H A D | c-common.c | 2971 && DECL_C_BIT_FIELD (TREE_OPERAND (expr, 1))) in c_alignof_expr() 6073 if (DECL_C_BIT_FIELD (t)) in fold_offsetof_1()
|
H A D | c-parser.c | 2160 && DECL_C_BIT_FIELD (TREE_OPERAND (expr.value, 1))) in c_parser_typeof_specifier() 4923 && DECL_C_BIT_FIELD (TREE_OPERAND (expr.value, 1))) in c_parser_sizeof_expression()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | c-dump.c | 64 if (DECL_C_BIT_FIELD (t))
|
H A D | c-typeck.c | 969 && DECL_C_BIT_FIELD (TREE_OPERAND (exp, 1)) 3067 if (DECL_C_BIT_FIELD (field)) 3286 if (DECL_C_BIT_FIELD (TREE_OPERAND (x, 1))) 5237 while (constructor_fields != 0 && DECL_C_BIT_FIELD (constructor_fields) 5414 while (constructor_fields != 0 && DECL_C_BIT_FIELD (constructor_fields) 6089 && DECL_C_BIT_FIELD (constructor_unfilled_fields) in set_nonincremental_init() 6291 && DECL_C_BIT_FIELD (field) 6390 && DECL_C_BIT_FIELD (constructor_unfilled_fields) 6688 && DECL_C_BIT_FIELD (constructor_unfilled_fields) 6698 && DECL_C_BIT_FIELD (constructor_fields)
|
H A D | c-common.h | 1158 #define DECL_C_BIT_FIELD(NODE) \ macro
|
H A D | c-parse.in | 536 && DECL_C_BIT_FIELD (TREE_OPERAND ($2, 1)))
|
H A D | c-common.c | 3138 && DECL_C_BIT_FIELD (TREE_OPERAND (expr, 1)))
|
/openbsd/gnu/gcc/gcc/cp/ |
H A D | class.c | 2743 if (TREE_CODE (fields) == FIELD_DECL && !DECL_C_BIT_FIELD (field)) in check_field_decl() 2948 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x))) in check_field_decls() 3026 if (DECL_C_BIT_FIELD (x)) in check_field_decls() 4017 && DECL_C_BIT_FIELD (*fieldsp) in remove_zero_width_bit_fields() 4641 if (DECL_C_BIT_FIELD (field) in layout_class_type() 4732 && DECL_C_BIT_FIELD (field) in layout_class_type() 4766 if (DECL_C_BIT_FIELD (field)) in layout_class_type() 4797 last_field_was_bitfield = DECL_C_BIT_FIELD (field); in layout_class_type()
|
H A D | typeck2.c | 893 if (!DECL_NAME (field) && DECL_C_BIT_FIELD (field)) in process_init_constructor_record()
|
H A D | typeck.c | 1301 && DECL_C_BIT_FIELD (TREE_OPERAND (e, 1))) in cxx_sizeof_expr() 1349 && DECL_C_BIT_FIELD (TREE_OPERAND (e, 1))) in cxx_alignof_expr() 1439 if (TREE_CODE (field) != FIELD_DECL || !DECL_C_BIT_FIELD (field)) in is_bitfield_expr_with_lowered_type() 4430 else if (DECL_C_BIT_FIELD (TREE_OPERAND (arg, 1))) in build_unary_op()
|
H A D | tree.c | 96 else if (DECL_C_BIT_FIELD (TREE_OPERAND (ref, 1))) in lvalue_p_1()
|
H A D | init.c | 1355 if (TREE_CODE (member) == FIELD_DECL && DECL_C_BIT_FIELD (member)) in build_offset_ref()
|
H A D | ChangeLog-2000 | 529 (DECL_C_BIT_FIELD): Remove. 3735 (DECL_C_BIT_FIELD): Likewise.
|
H A D | ChangeLog-1998 | 1351 * 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
|
H A D | decl.c | 4414 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field)) in next_initializable_field()
|
/openbsd/gnu/usr.bin/gcc/gcc/cp/ |
H A D | class.c | 3077 if (TREE_CODE (fields) == FIELD_DECL && !DECL_C_BIT_FIELD (field)) 3193 if (DECL_C_BIT_FIELD (x) && integer_zerop (DECL_INITIAL (x))) in check_field_decls() 3375 if (DECL_C_BIT_FIELD (x)) in check_field_decls() 4349 && DECL_C_BIT_FIELD (*fieldsp) 5028 if (DECL_C_BIT_FIELD (field) in layout_class_type() 5099 && DECL_C_BIT_FIELD (field) in layout_class_type() 5136 last_field_was_bitfield = DECL_C_BIT_FIELD (field); in layout_class_type()
|
H A D | typeck2.c | 858 if (! DECL_NAME (field) && DECL_C_BIT_FIELD (field))
|
H A D | tree.c | 115 && DECL_C_BIT_FIELD (TREE_OPERAND (ref, 1)))
|
H A D | typeck.c | 1537 && DECL_C_BIT_FIELD (TREE_OPERAND (e, 1))) 4325 else if (DECL_C_BIT_FIELD (TREE_OPERAND (arg, 1)))
|
H A D | init.c | 1703 if (TREE_CODE (t) == FIELD_DECL && DECL_C_BIT_FIELD (t))
|
/openbsd/gnu/usr.bin/gcc/gcc/doc/ |
H A D | c-tree.texi | 969 If @code{DECL_C_BIT_FIELD} holds, this field is a bit-field.
|
/openbsd/gnu/gcc/gcc/doc/ |
H A D | c-tree.texi | 980 If @code{DECL_C_BIT_FIELD} holds, this field is a bit-field. In a bit-field,
|