Home
last modified time | relevance | path

Searched refs:record_type (Results 1 – 25 of 26) sorted by relevance

12

/dragonfly/contrib/gcc-4.7/gcc/objcp/
H A Dobjcp-decl.c48 s = xref_tag (record_type, name, ts_global, 0); in objcp_start_struct()
91 return xref_tag (record_type, name, ts_global, false); in objcp_xref_tag()
/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-low.c93 tree record_type; member
917 if (ctx->record_type) in delete_omp_context()
5612 record_type = ctx->srecord_type ? ctx->srecord_type : ctx->record_type; in lower_send_shared_vars()
6140 if (ctx->record_type) in lower_omp_single()
6156 if (ctx->record_type) in lower_omp_single()
7138 record_type = ctx->record_type; in create_task_copyfn()
7169 record_type = task_copyfn_remap_type (&tcctx, record_type); in create_task_copyfn()
7484 if (ctx->record_type) in lower_omp_taskreg()
7499 if (ctx->record_type) in lower_omp_taskreg()
7512 if (ctx->record_type) in lower_omp_taskreg()
[all …]
H A Dgengtype-state.c1417 record_type (type_p type) in record_type() function
1789 record_type (current); in read_state_common_type_content()
H A Dtree.def219 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0)
H A Dtarget.def2217 @var{record_type} are to be laid out following the rules of Microsoft\n\
2241 bool, (const_tree record_type),
/dragonfly/crypto/libressl/ssl/
H A Dssl_packet.c53 uint8_t record_type; in ssl_is_sslv3_handshake() local
58 if (!CBS_get_u8(&cbs, &record_type) || in ssl_is_sslv3_handshake()
62 if (record_type != SSL3_RT_HANDSHAKE) in ssl_is_sslv3_handshake()
/dragonfly/sys/dev/netif/ig_hal/
H A De1000_i210.c381 u8 record_type, word_address; in e1000_read_invm_word_i210() local
388 record_type = INVM_DWORD_TO_RECORD_TYPE(invm_dword); in e1000_read_invm_word_i210()
389 if (record_type == E1000_INVM_UNINITIALIZED_STRUCTURE) in e1000_read_invm_word_i210()
391 if (record_type == E1000_INVM_CSR_AUTOLOAD_STRUCTURE) in e1000_read_invm_word_i210()
393 if (record_type == E1000_INVM_RSA_KEY_SHA256_STRUCTURE) in e1000_read_invm_word_i210()
395 if (record_type == E1000_INVM_WORD_AUTOLOAD_STRUCTURE) { in e1000_read_invm_word_i210()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c78 tree record_type; member
1304 if (ctx->record_type) in delete_omp_context()
1329 tree f, type = ctx->record_type; in fixup_child_record_type()
1826 ctx->record_type = NULL; in scan_omp_single()
2887 if (ctx->record_type == NULL) in lower_send_shared_vars()
2890 record_type = ctx->srecord_type ? ctx->srecord_type : ctx->record_type; in lower_send_shared_vars()
6046 if (ctx->record_type) in lower_omp_single()
6502 record_type = ctx->record_type; in create_task_copyfn()
6533 record_type = task_copyfn_remap_type (&tcctx, record_type); in create_task_copyfn()
6750 if (ctx->record_type) in lower_omp_taskreg()
[all …]
H A Dgengtype-state.c1246 record_type (type_p type) in record_type() function
1574 record_type (current); in read_state_common_type_content()
H A Dtree.def215 DEFTREECODE (RECORD_TYPE, "record_type", tcc_type, 0)
H A Dtarget.def1163 bool, (const_tree record_type),
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dvtable-class-hierarchy.c497 register_construction_vtables (tree base_class, tree record_type, in register_construction_vtables() argument
502 if (TREE_CODE (record_type) != RECORD_TYPE) in register_construction_vtables()
505 vtbl_var_decl = CLASSTYPE_VTABLES (record_type); in register_construction_vtables()
507 if (CLASSTYPE_VBASECLASSES (record_type)) in register_construction_vtables()
843 output_set_info (tree record_type, vec<tree> vtbl_ptr_array) in output_set_info() argument
850 IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (TYPE_NAME (record_type))); in output_set_info()
H A Dlambda.c140 type = xref_tag (/*tag_code=*/record_type, in begin_lambda_type()
495 tree type = xref_tag (record_type, make_anon_name (), ts_current, false); in vla_capture_type()
H A Ddecl.c3748 || tag_type == record_type in build_typename_type()
13537 case record_type: in tag_name()
13770 case record_type: in xref_tag_1()
13922 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type); in xref_tag_from_type()
H A Dcp-tree.h4971 record_type, /* "struct" types. */ enumerator
H A Dparser.c28806 return record_type; in cp_parser_token_is_class_key()
28847 : class_key == record_type ? "struct" : "class", in cp_parser_check_class_key()
/dragonfly/sys/dev/drm/amd/display/dc/bios/
H A Dbios_parser2.c393 if (header->record_type == LAST_RECORD_TYPE || in bios_parser_get_i2c_info()
397 if (header->record_type == ATOM_I2C_RECORD_TYPE in bios_parser_get_i2c_info()
634 if (header->record_type == LAST_RECORD_TYPE || in get_hpd_record()
638 if (header->record_type == ATOM_HPD_INT_RECORD_TYPE in get_hpd_record()
1551 if (header->record_type == LAST_RECORD_TYPE || in get_encoder_cap_record()
1555 if (header->record_type != ATOM_ENCODER_CAP_RECORD_TYPE) in get_encoder_cap_record()
1918 if (record_header->record_type == 0xff || in update_slot_layout_info()
1923 if (record_header->record_type == in update_slot_layout_info()
/dragonfly/sys/dev/drm/amd/include/
H A Datomfirmware.h663 uint8_t record_type; //An emun to indicate the record type member
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Ddecl.c3143 || tag_type == record_type in build_typename_type()
11435 case record_type: in tag_name()
11648 case record_type: in xref_tag_1()
11790 tag_kind = (CLASSTYPE_DECLARED_CLASS (old) ? class_type : record_type); in xref_tag_from_type()
H A Dcp-tree.h4037 record_type, /* "struct" types. */ enumerator
H A Dsemantics.c8744 type = xref_tag (/*tag_code=*/record_type, in begin_lambda_type()
H A Dparser.c22500 return record_type; in cp_parser_token_is_class_key()
22520 : class_key == record_type ? "struct" : "class", in cp_parser_check_class_key()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.c32214 ix86_ms_bitfield_layout_p (const_tree record_type) in ix86_ms_bitfield_layout_p() argument
32217 && !lookup_attribute ("gcc_struct", TYPE_ATTRIBUTES (record_type))) in ix86_ms_bitfield_layout_p()
32218 || lookup_attribute ("ms_struct", TYPE_ATTRIBUTES (record_type))); in ix86_ms_bitfield_layout_p()
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.c41630 ix86_ms_bitfield_layout_p (const_tree record_type) in ix86_ms_bitfield_layout_p() argument
41633 && !lookup_attribute ("gcc_struct", TYPE_ATTRIBUTES (record_type))) in ix86_ms_bitfield_layout_p()
41634 || lookup_attribute ("ms_struct", TYPE_ATTRIBUTES (record_type))); in ix86_ms_bitfield_layout_p()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1365 @deftypefn {Target Hook} bool TARGET_MS_BITFIELD_LAYOUT_P (const_tree @var{record_type})
1367 @var{record_type} are to be laid out following the rules of Microsoft

12