Searched refs:struct_type (Results 1 – 14 of 14) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | ProcessStructReader.h | 42 CompilerType struct_type) in ProcessStructReader() argument 51 for (size_t idx = 0; idx < struct_type.GetNumFields(); idx++) { in ProcessStructReader() 56 CompilerType field_type = struct_type.GetFieldAtIndex( in ProcessStructReader() 70 auto total_size = struct_type.GetByteSize(nullptr); in ProcessStructReader()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-Constant/lib/ExtUtils/Constant/ |
| H A D | ProxySubs.pm | 400 my $struct_type = $lc_type . '_s'; 407 print $c_fh "struct $struct_type $struct;\n"; 411 static const struct $struct_type $array_name\[] = 442 const struct $struct_type *$iterator{$type} = $array_name;
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | tree-mudflap.c | 319 tree struct_type = make_node (RECORD_TYPE); in mf_make_mf_cache_struct_type() local 320 DECL_CONTEXT (fieldlo) = struct_type; in mf_make_mf_cache_struct_type() 321 DECL_CONTEXT (fieldhi) = struct_type; in mf_make_mf_cache_struct_type() 323 TYPE_FIELDS (struct_type) = fieldlo; in mf_make_mf_cache_struct_type() 324 TYPE_NAME (struct_type) = get_identifier ("__mf_cache"); in mf_make_mf_cache_struct_type() 325 layout_type (struct_type); in mf_make_mf_cache_struct_type() 327 return struct_type; in mf_make_mf_cache_struct_type()
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | eval.c | 200 struct type *struct_type = check_typedef (VALUE_TYPE (struct_val)); in evaluate_struct_tuple() local 201 struct type *substruct_type = struct_type; in evaluate_struct_tuple() 223 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); in evaluate_struct_tuple() 226 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno); in evaluate_struct_tuple() 231 substruct_type = struct_type; in evaluate_struct_tuple() 235 for (fieldno = 0; fieldno < TYPE_NFIELDS (struct_type); in evaluate_struct_tuple() 238 char *field_name = TYPE_FIELD_NAME (struct_type, fieldno); in evaluate_struct_tuple() 239 field_type = TYPE_FIELD_TYPE (struct_type, fieldno); in evaluate_struct_tuple() 279 substruct_type = struct_type; in evaluate_struct_tuple() 286 if (fieldno >= TYPE_NFIELDS (struct_type)) in evaluate_struct_tuple() [all …]
|
| H A D | dwarfread.c | 487 static struct type *struct_type (struct dieinfo *, char *, char *, 931 struct_type (struct dieinfo *dip, char *thisdie, char *enddie, in struct_type() function 1143 type = struct_type (dip, thisdie, enddie, objfile); in read_structure_scope()
|
| H A D | ChangeLog-1991 | 354 * dwarfread.c (enum_type, struct_type): Fixes for opaque and 379 * dwarfread.c (struct_type): Build a correct TYPE_NAME. 442 * dwarfread.c (struct_type): Handle structures and unions which 514 * dwarfread.c (enum_type, struct_type): Expand recognized 599 * dwarfread.c (struct_type): Must initialize the c++ specific 650 * dwarfread.c (enum_type, struct_type): Ignore names invented by 730 * dwarfread.c (struct_type): Ditto.
|
| H A D | ChangeLog-1992 | 317 * dwarfread.c (struct_type): Local anonymous_size variable is 2481 * dwarfread.c (process_dies, add_partial_symbol, struct_type, 2630 * dwarfread.c (struct_type): Use TYPE_ALLOC. 2780 * dwarfread.c (struct_type): In absence of AT_byte_size for 3463 * dwarfread.c (struct_type): Save member name on type_obstack. 4133 * dwarfread.c (struct_type): Apply fix from Peggy Fieland for
|
| H A D | ChangeLog-1997 | 1410 (struct_type): Call locval with dieinfo struct pointer.
|
| H A D | ChangeLog-2003 | 6503 * dwarfread.c (struct_type): Skip static fields without crashing. 8378 (struct_type, decode_array_element_type): Ditto.
|
| H A D | ChangeLog-2002 | 330 (lookup_utype, alloc_utype, struct_type, decode_array_element_type) 2159 * dwarfread.c (struct_type, enum_type): Likewise.
|
| H A D | ChangeLog | 11276 * dwarfread.c (struct_type, enum_type): Ditto.
|
| /openbsd-src/sys/isofs/udf/ |
| H A D | ecma167-udf.h | 52 uint8_t struct_type; member
|
| /openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/ |
| H A D | llvm.ml | 490 external struct_type : llcontext -> lltype array -> lltype = "llvm_struct_type"
|
| H A D | llvm.mli | 669 (** [struct_type context tys] returns the structure type in the context 672 val struct_type : llcontext -> lltype array -> lltype val 1020 [struct_type (Array.map type_of elts)] and containing the values [elts]
|