Home
last modified time | relevance | path

Searched refs:ENUM_BITFIELD (Results 1 – 25 of 51) sorted by relevance

123

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dsymtab.h141 ENUM_BITFIELD(language) language : 8;
356 ENUM_BITFIELD(minimal_symbol_type) type : 8;
614 ENUM_BITFIELD(domain_enum_tag) domain : 6;
624 ENUM_BITFIELD(address_class) aclass : 6;
690 ENUM_BITFIELD(domain_enum_tag) domain : 6;
694 ENUM_BITFIELD(address_class) aclass : 6;
H A Dgdbtypes.h325 ENUM_BITFIELD(type_code) code : 8;
330 ENUM_BITFIELD(array_bound_type) upper_bound_type : 4;
331 ENUM_BITFIELD(array_bound_type) lower_bound_type : 4;
H A Ddefs.h306 #define ENUM_BITFIELD(TYPE) enum TYPE macro
308 #define ENUM_BITFIELD(TYPE) unsigned int macro
/openbsd/gnu/gcc/gcc/
H A Dvmsdbg.h49 ENUM_BITFIELD (_DST_TYPE) dst_w_type : 16;
50 ENUM_BITFIELD (_DST_TYPE) dst_x_type : 16;
H A Ddomwalk.h36 ENUM_BITFIELD (cdi_direction) dom_direction : 2;
H A Drecog.h227 ENUM_BITFIELD(machine_mode) const mode : 16;
H A Dsystem.h546 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE macro
548 #define ENUM_BITFIELD(TYPE) unsigned int macro
H A Dfunction.h456 ENUM_BITFIELD (function_frequency) function_frequency : 2;
H A Dtree.h356 ENUM_BITFIELD(tree_code) code : 8;
2092 ENUM_BITFIELD(machine_mode) mode : 7;
2537 ENUM_BITFIELD(machine_mode) mode : 8;
2901 ENUM_BITFIELD(symbol_visibility) visibility : 2;
2908 ENUM_BITFIELD(tls_model) tls_model : 3;
3103 ENUM_BITFIELD(built_in_class) built_in_class : 2;
H A Dtree-flow.h177 ENUM_BITFIELD (need_phi_state) need_phi_state : 2;
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dvmsdbg.h49 ENUM_BITFIELD (_DST_TYPE) dst_w_type : 16;
50 ENUM_BITFIELD (_DST_TYPE) dst_x_type : 16;
H A Dline-map.h47 ENUM_BITFIELD (lc_reason) reason : CHAR_BIT;
H A Dra.h204 ENUM_BITFIELD(node_type) type:5;
209 ENUM_BITFIELD(reg_class) regclass:10;
H A Dsystem.h505 #define ENUM_BITFIELD(TYPE) enum TYPE macro
507 #define ENUM_BITFIELD(TYPE) unsigned int macro
H A Dcpplib.h180 ENUM_BITFIELD(cpp_ttype) type : CHAR_BIT; /* token type */
487 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
H A Drecog.h227 const ENUM_BITFIELD(machine_mode) mode : 16;
H A Dreal.h45 ENUM_BITFIELD (real_value_class) class : 2;
H A Dtree.h130 ENUM_BITFIELD(tree_code) code : 8;
285 ((NODE)->common.code = (ENUM_BITFIELD (tree_code)) (VALUE))
1253 ENUM_BITFIELD(machine_mode) mode : 7;
1811 ENUM_BITFIELD(machine_mode) mode : 8;
1836 ENUM_BITFIELD(built_in_class) built_in_class : 2;
H A Drtl.h132 ENUM_BITFIELD(rtx_code) code: 16;
135 ENUM_BITFIELD(machine_mode) mode : 8;
232 #define PUT_CODE(RTX, CODE) ((RTX)->code = (ENUM_BITFIELD(rtx_code)) (CODE))
235 #define PUT_MODE(RTX, MODE) ((RTX)->mode = (ENUM_BITFIELD(machine_mode)) (MODE))
/openbsd/gnu/gcc/libcpp/
H A Dsystem.h359 #define ENUM_BITFIELD(TYPE) __extension__ enum TYPE macro
361 #define ENUM_BITFIELD(TYPE) unsigned int macro
/openbsd/gnu/gcc/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 */
607 ENUM_BITFIELD(node_type) type : 8; /* CPP node type. */
/openbsd/gnu/gcc/gcc/cp/
H A Dname-lookup.h248 ENUM_BITFIELD (scope_kind) kind : 4;
H A Dlex.c170 ENUM_BITFIELD(rid) const rid : 16;
/openbsd/gnu/usr.bin/gcc/gcc/treelang/
H A Dtreetree.c1161 ENUM_BITFIELD(rid) rid : 16;

123