Searched refs:ENUM_BITFIELD (Results 1 - 23 of 23) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Ddomwalk.h36 ENUM_BITFIELD (cdi_direction) dom_direction : 2;
H A Dvmsdbg.h49 ENUM_BITFIELD (_DST_TYPE) dst_w_type : 16;
50 ENUM_BITFIELD (_DST_TYPE) dst_x_type : 16;
H A Drecog.h227 ENUM_BITFIELD(machine_mode) const mode : 16;
H A Dfunction.h463 ENUM_BITFIELD (function_frequency) function_frequency : 2;
H A Dsystem.h546 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE macro
548 #define ENUM_BITFIELD(TYPE) unsigned int macro
H A Dtree-flow.h177 ENUM_BITFIELD (need_phi_state) need_phi_state : 2;
H A Dtree.h364 ENUM_BITFIELD(tree_code) code : 8;
2144 ENUM_BITFIELD(machine_mode) mode : 7;
2598 ENUM_BITFIELD(machine_mode) mode : 8;
2957 ENUM_BITFIELD(symbol_visibility) visibility : 2;
2964 ENUM_BITFIELD(tls_model) tls_model : 3;
3190 ENUM_BITFIELD(built_in_class) built_in_class : 2;
H A Drtl.h244 ENUM_BITFIELD(rtx_code) code: 16;
247 ENUM_BITFIELD(machine_mode) mode : 8;
H A Dcse.c252 ENUM_BITFIELD(rtx_code) comparison_code : 16;
253 ENUM_BITFIELD(machine_mode) mode : 8;
457 ENUM_BITFIELD(machine_mode) mode : 8;
4855 ENUM_BITFIELD(machine_mode) mode : 8;
H A Dc-parser.c97 ENUM_BITFIELD(rid) rid : 16;
315 ENUM_BITFIELD (cpp_ttype) type : 8;
318 ENUM_BITFIELD (c_id_kind) id_kind : 8;
321 ENUM_BITFIELD (rid) keyword : 8;
324 ENUM_BITFIELD (pragma_kind) pragma_kind : 7;
H A Dregrename.c50 ENUM_BITFIELD(reg_class) cl : 16;
H A Dtree-into-ssa.c203 ENUM_BITFIELD (need_phi_state) need_phi_state : 2;
H A Dcombine.c234 ENUM_BITFIELD(machine_mode) last_set_mode : 8;
269 ENUM_BITFIELD(machine_mode) truncated_to_mode : 8;
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsymtab.h46 They use ENUM_BITFIELD and short int fields, and they order the
50 /* Rearranged: used ENUM_BITFIELD and rearranged field order in
141 ENUM_BITFIELD(language) language : 8;
342 ENUM_BITFIELD(minimal_symbol_type) type : 8;
601 ENUM_BITFIELD(domain_enum_tag) domain : 6;
611 ENUM_BITFIELD(address_class) aclass : 6;
678 ENUM_BITFIELD(domain_enum_tag) domain : 6;
682 ENUM_BITFIELD(address_class) aclass : 6;
H A Ddefs.h315 #define ENUM_BITFIELD(TYPE) enum TYPE macro
317 #define ENUM_BITFIELD(TYPE) unsigned int macro
H A Dgdbtypes.h301 ENUM_BITFIELD(type_code) code : 8;
306 ENUM_BITFIELD(array_bound_type) upper_bound_type : 4;
307 ENUM_BITFIELD(array_bound_type) lower_bound_type : 4;
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dline-map.h56 ENUM_BITFIELD (lc_reason) reason : CHAR_BIT;
H A Dcpplib.h194 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
616 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h362 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE macro
364 #define ENUM_BITFIELD(TYPE) unsigned int macro
/freebsd-11-stable/contrib/gcc/cp/
H A Dname-lookup.h252 ENUM_BITFIELD (scope_kind) kind : 4;
H A Dlex.c171 ENUM_BITFIELD(rid) const rid : 16;
H A Dcp-tree.h1515 ENUM_BITFIELD(languages) language : 4;
1583 ENUM_BITFIELD (tree_code) operator_code : 8;
H A Dparser.c70 ENUM_BITFIELD (cpp_ttype) type : 8;
73 ENUM_BITFIELD (rid) keyword : 8;
77 ENUM_BITFIELD (pragma_kind) pragma_kind : 6;

Completed in 326 milliseconds