Searched refs:element_type (Results 26 - 40 of 40) sorted by relevance

12

/freebsd-11-stable/contrib/gdb/gdb/
H A Dstabsread.c3396 struct type *index_type, *element_type, *range_type;
3435 element_type = read_type (pp, objfile);
3445 type = create_array_type (type, element_type, range_type);
3390 struct type *index_type, *element_type, *range_type; local
H A Ddwarf2read.c3399 struct type *element_type, *range_type, *index_type; local
3411 element_type = die_type (die, cu);
3419 die->type = create_array_type (NULL, element_type, range_type);
3451 type = element_type;
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_enc_ses.c430 const ses_type_t *element_type; local
454 element_type = &ses_cache->ses_types[iter->type_index];
463 if (iter->type_element_index > element_type->hdr->etype_maxelt) {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp594 TypeSP element_type = GetOrCreateType(ar.ElementType); local
601 array_sp->SetEncodingType(element_type.get());
H A DPdbAstBuilder.cpp1115 clang::QualType element_type = GetOrCreateType(ar.ElementType); local
1120 CompilerType array_ct = m_clang.CreateArrayType(ToCompilerType(element_type),
/freebsd-11-stable/bin/chio/
H A Dchio.c93 static const struct element_type elements[] = {
/freebsd-11-stable/contrib/binutils/binutils/
H A Dstabs.c3018 debug_type element_type; local
3089 element_type = parse_stab_type (dhandle, info, (const char *) NULL, pp,
3091 if (element_type == DEBUG_TYPE_NULL)
3100 return debug_make_array_type (dhandle, element_type, index_type, lower,
/freebsd-11-stable/contrib/gcc/
H A Dc-decl.c4474 tree element_type;
4579 element_type = strip_array_types (type);
4580 constp = declspecs->const_p + TYPE_READONLY (element_type);
4581 restrictp = declspecs->restrict_p + TYPE_RESTRICT (element_type);
4582 volatilep = declspecs->volatile_p + TYPE_VOLATILE (element_type);
4592 if (!flag_gen_aux_info && (TYPE_QUALS (element_type)))
4454 tree element_type; local
H A Ddwarf2out.c11322 tree element_type;
11364 element_type = TREE_TYPE (type);
11371 while (TREE_CODE (element_type) == ARRAY_TYPE)
11372 element_type = TREE_TYPE (element_type);
11374 gen_type_die (element_type, context_die);
11377 add_type_attribute (array_die, element_type, 0, 0, context_die);
11307 tree element_type; local
H A Dc-common.c2728 tree element_type = c_build_qualified_type (TREE_TYPE (type),
2744 TREE_TYPE (t) = element_type;
2716 tree element_type = c_build_qualified_type (TREE_TYPE (type), local
/freebsd-11-stable/contrib/gcc/cp/
H A Dclass.c3320 tree element_type = strip_array_types (type);
3325 if (!CLASS_TYPE_P (element_type)
3326 || !CLASSTYPE_CONTAINS_EMPTY_CLASS_P (element_type))
3316 tree element_type = strip_array_types (type); local
H A Ddecl.c4848 tree element_type = TREE_TYPE (type);
4853 if (!COMPLETE_TYPE_P (complete_type (element_type)))
4861 || !TREE_CONSTANT (TYPE_SIZE (element_type))))
4837 tree element_type = TREE_TYPE (type); local
/freebsd-11-stable/sys/dev/ixl/
H A Di40e_adminq_cmd.h678 u8 element_type; member in struct:i40e_aqc_switch_config_element_resp
H A Dixl_pf_main.c2098 sw_config->element[i].element_type,
5961 switch (element->element_type) {
/freebsd-11-stable/sys/dev/mlx5/
H A Dmlx5_ifc.h2390 u8 element_type[0x8]; member in struct:mlx5_ifc_scheduling_context_bits

Completed in 467 milliseconds

12