| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| amd64-watchpoint-downgrade.c | 18 struct struct_type struct 23 struct struct_type global_var;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| amd64-watchpoint-downgrade.c | 18 struct struct_type struct 23 struct struct_type global_var;
|
| /src/external/gpl3/gdb/dist/gdb/unittests/ |
| unpack-selftests.c | 34 struct type *struct_type = arch_composite_type (arch, "<<selftest>>", local 37 append_composite_type_field (struct_type, "field0", bt->builtin_int8); 38 append_composite_type_field_aligned (struct_type, "field1", 48 SELF_CHECK (unpack_field_as_long (struct_type, buffer, 0) == -1); 49 SELF_CHECK (unpack_field_as_long (struct_type, buffer, 1) == 23);
|
| /src/external/gpl3/gdb.old/dist/gdb/unittests/ |
| unpack-selftests.c | 34 struct type *struct_type = arch_composite_type (arch, "<<selftest>>", local 37 append_composite_type_field (struct_type, "field0", bt->builtin_int8); 38 append_composite_type_field_aligned (struct_type, "field1", 48 SELF_CHECK (unpack_field_as_long (struct_type, buffer, 0) == -1); 49 SELF_CHECK (unpack_field_as_long (struct_type, buffer, 1) == 23);
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.compile/ |
| compile.c | 31 struct struct_type { struct 45 volatile struct struct_type *selffield; 60 volatile struct struct_type struct_object;
|
| compile-cplus.c | 34 struct struct_type { struct 48 struct struct_type *selffield; 63 volatile struct struct_type struct_object;
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.compile/ |
| compile.c | 31 struct struct_type { struct 45 volatile struct struct_type *selffield; 60 volatile struct struct_type struct_object;
|
| compile-cplus.c | 34 struct struct_type { struct 48 struct struct_type *selffield; 63 volatile struct struct_type struct_object;
|
| /src/external/gpl3/gdb/dist/gdb/ |
| eval.c | 2377 struct type *struct_type = check_typedef (struct_val->type ()); 2390 while (fieldno < struct_type->num_fields () 2391 && struct_type->field (fieldno).is_static ()) 2393 if (fieldno >= struct_type->num_fields ()) 2395 field_type = struct_type->field (fieldno).type (); 2397 && struct_type->field (fieldno).name ()[0] == '0') 2400 /* Here, struct_type is the type of the inner struct, 2409 field_type = struct_type->field (fieldno).type (); 2419 bitsize = struct_type->field (fieldno).bitsize (); 2420 bitpos = struct_type->field (fieldno).loc_bitpos () 2375 struct type *struct_type = check_typedef (struct_val->type ()); local [all...] |
| valops.c | 2150 struct type *struct_type = candidate.path.back (); 2165 TYPE_SAFE_NAME (struct_type), 2148 struct type *struct_type = candidate.path.back (); local
|
| ada-lang.c | 504 struct type *struct_type = check_typedef ((struct type *) type); 506 for (fieldno = 0; fieldno < struct_type->num_fields (); fieldno++) 507 if (field_name_match (struct_type->field (fieldno).name (), field_name)) 512 field_name, struct_type->name ()); 502 struct type *struct_type = check_typedef ((struct type *) type); local
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| eval.c | 2348 struct type *struct_type = check_typedef (struct_val->type ()); 2361 while (fieldno < struct_type->num_fields () 2362 && struct_type->field (fieldno).is_static ()) 2364 if (fieldno >= struct_type->num_fields ()) 2366 field_type = struct_type->field (fieldno).type (); 2368 && struct_type->field (fieldno).name ()[0] == '0') 2371 /* Here, struct_type is the type of the inner struct, 2380 field_type = struct_type->field (fieldno).type (); 2390 bitsize = struct_type->field (fieldno).bitsize (); 2391 bitpos = struct_type->field (fieldno).loc_bitpos () 2346 struct type *struct_type = check_typedef (struct_val->type ()); local [all...] |
| valops.c | 2151 struct type *struct_type = candidate.path.back (); 2166 TYPE_SAFE_NAME (struct_type), 2149 struct type *struct_type = candidate.path.back (); local
|
| ada-lang.c | 502 struct type *struct_type = check_typedef ((struct type *) type); 504 for (fieldno = 0; fieldno < struct_type->num_fields (); fieldno++) 505 if (field_name_match (struct_type->field (fieldno).name (), field_name)) 510 field_name, struct_type->name ()); 500 struct type *struct_type = check_typedef ((struct type *) type); local
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| libgccjit.cc | 648 gcc::jit::recording::struct_ *struct_type = type->is_struct (); local 649 return (gcc_jit_struct *)struct_type; 931 gcc_jit_struct_as_type (gcc_jit_struct *struct_type) 933 RETURN_NULL_IF_FAIL (struct_type, NULL, NULL, "NULL struct_type"); 935 return static_cast <gcc_jit_type *> (struct_type->as_type ()); 945 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type, 950 RETURN_IF_FAIL (struct_type, NULL, loc, "NULL struct_type"); 951 gcc::jit::recording::context *ctxt = struct_type->m_ctxt [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| libgccjit.cc | 633 gcc::jit::recording::struct_ *struct_type = type->is_struct (); local 634 return (gcc_jit_struct *)struct_type; 916 gcc_jit_struct_as_type (gcc_jit_struct *struct_type) 918 RETURN_NULL_IF_FAIL (struct_type, NULL, NULL, "NULL struct_type"); 920 return static_cast <gcc_jit_type *> (struct_type->as_type ()); 930 gcc_jit_struct_set_fields (gcc_jit_struct *struct_type, 935 RETURN_IF_FAIL (struct_type, NULL, loc, "NULL struct_type"); 936 gcc::jit::recording::context *ctxt = struct_type->m_ctxt [all...] |
| /src/sys/fs/udf/ |
| ecma167-udf.h | 71 uint8_t struct_type; member in struct:vrs_desc
|
| /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/ |
| llvm.mli | 669 (** [struct_type context tys] returns the structure type in the context 672 val struct_type : llcontext -> lltype array -> lltype var 1020 [struct_type (Array.map type_of elts)] and containing the values [elts]
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2out.cc | 19837 tree struct_type; 20006 ctx->struct_type, /* context_type */ 23281 DECL_CONTEXT (member), /* struct_type */ 25455 /* Check that OPERAND is a reference to a field in STRUCT_TYPE. If it is, 25459 analyze_discr_in_predicate (tree operand, tree struct_type) 25464 /* Match field access to members of struct_type only. */ 25467 && TREE_TYPE (TREE_OPERAND (operand, 0)) == struct_type 25516 FIELD_DECL in STRUCT_TYPE that represents a variant part. If unsuccessful, 25519 - store the discriminant field in STRUCT_TYPE that controls the variant 25533 tree struct_type, 19824 tree struct_type; member in struct:vlr_context [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2out.cc | 19750 tree struct_type; 19919 ctx->struct_type, /* context_type */ 23165 DECL_CONTEXT (member), /* struct_type */ 25317 /* Check that OPERAND is a reference to a field in STRUCT_TYPE. If it is, 25321 analyze_discr_in_predicate (tree operand, tree struct_type) 25326 /* Match field access to members of struct_type only. */ 25329 && TREE_TYPE (TREE_OPERAND (operand, 0)) == struct_type 25378 FIELD_DECL in STRUCT_TYPE that represents a variant part. If unsuccessful, 25381 - store the discriminant field in STRUCT_TYPE that controls the variant 25395 tree struct_type, 19737 tree struct_type; member in struct:vlr_context [all...] |