Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dopts.h96 BOOL_BITFIELD cl_disabled : 1;
102 BOOL_BITFIELD cl_separate_alias : 1;
104 BOOL_BITFIELD cl_negative_alias : 1;
106 BOOL_BITFIELD cl_no_driver_arg : 1;
108 BOOL_BITFIELD cl_reject_driver : 1;
110 BOOL_BITFIELD cl_reject_negative : 1;
112 BOOL_BITFIELD cl_missing_ok : 1;
114 BOOL_BITFIELD cl_uinteger : 1;
116 BOOL_BITFIELD cl_host_wide_int : 1;
118 BOOL_BITFIELD cl_tolower : 1;
[all …]
Dgimple-walk.h60 BOOL_BITFIELD val_only : 1;
63 BOOL_BITFIELD is_lhs : 1;
67 BOOL_BITFIELD changed : 1;
70 BOOL_BITFIELD want_locations : 1;
73 BOOL_BITFIELD removed_stmt : 1;
Dsel-sched-ir.h146 BOOL_BITFIELD needs_spec_check_p : 1;
150 BOOL_BITFIELD was_substituted : 1;
153 BOOL_BITFIELD was_renamed : 1;
156 BOOL_BITFIELD cant_move : 1;
292 BOOL_BITFIELD processed_p : 1;
295 BOOL_BITFIELD scheduled_p : 1;
298 BOOL_BITFIELD starts_cycle_p : 1;
301 BOOL_BITFIELD after_stall_p : 1;
708 BOOL_BITFIELD was_target_conflict : 1;
711 BOOL_BITFIELD needs_check : 1;
[all …]
Ddwarf2out.h165 BOOL_BITFIELD indirect : 1; /* 1 if CFA is accessed via a dereference. */
166 BOOL_BITFIELD in_use : 1; /* 1 if a saved cfa is stored here. */
Dgengtype-lex.l56 IWORD short|long|(un)?signed|char|int|HOST_WIDE_INT|uint64_t|int64_t|bool|size_t|BOOL_BITFIELD|…
Dsched-int.h573 BOOL_BITFIELD readonly : 1;
Dsystem.h879 #define BOOL_BITFIELD unsigned int macro
Dsel-sched.cc357 BOOL_BITFIELD removed_last_insn : 1;
Ddwarf2out.cc3187 BOOL_BITFIELD die_perennial_p : 1;
3188 BOOL_BITFIELD comdat_type_p : 1; /* DIE has a type signature */
3191 BOOL_BITFIELD with_offset : 1;
3195 BOOL_BITFIELD removed : 1;
DChangeLog-200430287 BOOL_BITFIELD as unsigned int.
30288 * domwalk.h: Use BOOL_BITFIELD.
45040 (BOOL_BITFIELD): New.
45041 * c-decl.c (c_scope): Use BOOL_BITFIELD.
45042 * gengtype-lex.l: Recognize BOOL_BITFIELD instead of CHAR_BITFIELD.
DChangeLog-20098846 (struct machine_function): Use BOOL_BITFIELD; rearrange bitfields
DChangeLog-20114197 (struct walk_stmt_info): Use BOOL_BITFIELD; add removed_stmt.
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386.h2603 BOOL_BITFIELD sp_valid : 1;
2604 BOOL_BITFIELD fp_valid : 1;
2605 BOOL_BITFIELD drap_valid : 1;
2610 BOOL_BITFIELD realigned : 1;
2617 BOOL_BITFIELD sp_realigned : 1;
2674 BOOL_BITFIELD accesses_prev_frame : 1;
2678 BOOL_BITFIELD use_fast_prologue_epilogue : 1;
2682 BOOL_BITFIELD pc_thunk_call_expanded : 1;
2693 BOOL_BITFIELD tls_descriptor_call_expanded_p : 1;
2697 BOOL_BITFIELD static_chain_on_stack : 1;
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcp-tree.h1843 BOOL_BITFIELD x_processing_explicit_instantiation : 1;
1844 BOOL_BITFIELD need_pop_function_context : 1;
1848 BOOL_BITFIELD discarded_stmt : 1;
1852 BOOL_BITFIELD consteval_if_p : 1;
2068 BOOL_BITFIELD returns_value : 1;
2069 BOOL_BITFIELD returns_null : 1;
2070 BOOL_BITFIELD returns_abnormally : 1;
2071 BOOL_BITFIELD infinite_loop: 1;
2072 BOOL_BITFIELD x_in_function_try_handler : 1;
2073 BOOL_BITFIELD x_in_base_initializer : 1;
[all …]
Dname-lookup.h292 BOOL_BITFIELD explicit_spec_p : 1;
Dcall.cc88 BOOL_BITFIELD user_conv_p : 1;
89 BOOL_BITFIELD ellipsis_p : 1;
90 BOOL_BITFIELD this_p : 1;
94 BOOL_BITFIELD bad_p : 1;
99 BOOL_BITFIELD need_temporary_p : 1;
102 BOOL_BITFIELD base_p : 1;
109 BOOL_BITFIELD rvaluedness_matches_p: 1;
110 BOOL_BITFIELD check_narrowing: 1;
113 BOOL_BITFIELD check_narrowing_const_only: 1;
117 BOOL_BITFIELD copy_init_p : 1;
DChangeLog-20046449 BOOL_BITFIELD.
/netbsd/src/external/gpl3/gcc/dist/gcc/objc/
Dobjc-act.h301 BOOL_BITFIELD has_cxx_cdtors : 1;
/netbsd/src/external/gpl3/gcc/dist/libcpp/
DChangeLog7090 BOOL_BITFIELD as unsigned int.