Searched refs:DECL_C_BIT_FIELD (Results 1 – 19 of 19) sorted by relevance
| /NextBSD/contrib/gcc/ |
| HD | c-dump.c | 53 if (DECL_C_BIT_FIELD (t)) in c_dump_tree()
|
| HD | c-typeck.c | 1660 && 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()
|
| HD | c-common.h | 755 #define DECL_C_BIT_FIELD(NODE) \ macro
|
| HD | c-common.c | 3055 && DECL_C_BIT_FIELD (TREE_OPERAND (expr, 1))) in c_alignof_expr() 6443 if (DECL_C_BIT_FIELD (t)) in fold_offsetof_1()
|
| HD | c-parser.c | 2308 && 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()
|
| HD | FSFChangeLog.10 | 2892 * 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.
|
| HD | ChangeLog-2000 | 4230 (DECL_C_BIT_FIELD): New macro. 4243 * c-tree.h (DECL_C_BIT_FIELD): Remove declaration.
|
| HD | FSFChangeLog.11 | 2773 * c-parse.in (unary_expr): Test DECL_C_BIT_FIELD, not DECL_BIT_FIELD.
|
| HD | ChangeLog-1999 | 19694 after DECL_C_BIT_FIELD.
|
| /NextBSD/contrib/gcc/cp/ |
| HD | class.c | 2763 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()
|
| HD | typeck2.c | 893 if (!DECL_NAME (field) && DECL_C_BIT_FIELD (field)) in process_init_constructor_record()
|
| HD | typeck.c | 1333 && 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()
|
| HD | tree.c | 96 else if (DECL_C_BIT_FIELD (TREE_OPERAND (ref, 1))) in lvalue_p_1()
|
| HD | init.c | 1355 if (TREE_CODE (member) == FIELD_DECL && DECL_C_BIT_FIELD (member)) in build_offset_ref()
|
| HD | ChangeLog-2000 | 529 (DECL_C_BIT_FIELD): Remove. 3735 (DECL_C_BIT_FIELD): Likewise.
|
| HD | 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
|
| HD | decl.c | 4471 || (DECL_C_BIT_FIELD (field) && !DECL_NAME (field)) in next_initializable_field()
|
| HD | ChangeLog-1999 | 1381 * tree.c (lvalue_p_1): Use DECL_C_BIT_FIELD to check for
|
| /NextBSD/contrib/gcc/doc/ |
| HD | c-tree.texi | 980 If @code{DECL_C_BIT_FIELD} holds, this field is a bit-field. In a bit-field,
|