| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| symbol-alias.c | 20 int field1; member in struct:S 30 return s->field1 - s->field1;
|
| symbol-alias2.c | 20 int field1; member in struct:S
|
| ptype-offsets.cc | 31 void *field1; member in struct:abc
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| symbol-alias.c | 20 int field1; member in struct:S 30 return s->field1 - s->field1;
|
| symbol-alias2.c | 20 int field1; member in struct:S
|
| ptype-offsets.cc | 31 void *field1; member in struct:abc
|
| /src/external/gpl2/gettext/dist/gettext-tools/libuniname/ |
| test-names.c | 72 char field1[FIELDLEN]; local 92 n += getfield (stream, field1, ';'); 109 unicode_names[i] = xstrdup (field1);
|
| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| gen-lbrkprop.c | 63 const char *field1, const char *field2, 80 uni->name = strdup (field1); 139 char field1[FIELDLEN]; local 171 n += getfield (stream, field1, ';'); 194 if (field1[0] == '<' 195 && strlen (field1) >= 9 196 && !strcmp (field1 + strlen(field1) - 8, ", First>")) 201 n += getfield (stream, field1, ';'); 221 if (!(field1[0] == '< 344 char field1[FIELDLEN]; local 1032 char field1[FIELDLEN]; local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| gnu-v3-abi.c | 157 struct field &field1 = t->field (1); local 158 field1.set_name ("offset_to_top"); 159 field1.set_type (ptrdiff_type); 160 field1.set_loc_bitpos (offset * TARGET_CHAR_BIT); 161 offset += field1.type ()->length (); 1025 struct field &field1 = t->field (1); local 1026 field1.set_name ("__name"); 1027 field1.set_type (char_ptr_type); 1028 field1.set_loc_bitpos (offset * TARGET_CHAR_BIT); 1029 offset += field1.type ()->length () [all...] |
| gdbtypes.c | 4332 const struct field *field1 = &type1->field (i); 4335 if (field1->is_artificial () != field2->is_artificial () 4336 || field1->bitsize () != field2->bitsize () 4337 || field1->loc_kind () != field2->loc_kind ()) 4339 if (!compare_maybe_null_strings (field1->name (), field2->name ())) 4341 switch (field1->loc_kind ()) 4344 if (field1->loc_bitpos () != field2->loc_bitpos ()) 4348 if (field1->loc_enumval () != field2->loc_enumval ()) 4354 if (field1->loc_physaddr () != field2->loc_physaddr ()) 4358 if (!compare_maybe_null_strings (field1->loc_physname () 4328 const struct field *field1 = &type1->field (i); local [all...] |
| /src/sys/arch/sun3/dev/ |
| xdreg.h | 318 volatile u_char field1; /* >= 1, xylogic says should be 1 */ member in struct:xd_iopb_format 321 volatile u_char field2; /* >0, field1+field2 <= 255 */ 324 volatile u_char field3; /* >= field1+field2 */
|
| /src/sys/dev/vme/ |
| xdreg.h | 318 volatile u_char field1; /* >= 1, xylogic says should be 1 */ member in struct:xd_iopb_format 321 volatile u_char field2; /* >0, field1+field2 <= 255 */ 324 volatile u_char field3; /* >= field1+field2 */
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-phiopt.cc | 3660 tree arg1, arg2, ref1, ref2, field1, field2; local 3716 field1 = TREE_OPERAND (ref1, 1); 3719 /* Check for field adjacency, and ensure field1 comes first. */ 3720 for (next = DECL_CHAIN (field1); 3732 if (next != field1) 3735 std::swap (field1, field2); 3743 tree_offset1 = bit_position (field1); 3755 align1 = DECL_ALIGN (field1) % param_align_bits; 3942 x1 = (<expr>).field1; 3952 x1 = (<expr>).field1; [all...] |
| tree-ssa-alias.cc | 1372 /* FIELD1 and FIELD2 are two fields of component refs. We assume 1374 We do not assume that the containers of FIELD1 and FIELD2 are of the 1378 FIELD1 and FIELD2 have same address. Note that FIELD1 and FIELD2 1381 Return 1 if FIELD1 and FIELD2 are non-overlapping. 1393 nonoverlapping_component_refs_p_1 (const_tree field1, const_tree field2) 1397 tree type1 = DECL_CONTEXT (field1); 1401 && DECL_BIT_FIELD_REPRESENTATIVE (field1)) 1402 field1 = DECL_BIT_FIELD_REPRESENTATIVE (field1); 1801 tree field1 = TREE_OPERAND (ref1, 1); local 1862 const_tree field1 = *(const_tree *) const_cast <void *>(field1_); local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| gnu-v3-abi.c | 156 struct field &field1 = t->field (1); local 157 field1.set_name ("offset_to_top"); 158 field1.set_type (ptrdiff_type); 159 field1.set_loc_bitpos (offset * TARGET_CHAR_BIT); 160 offset += field1.type ()->length (); 1059 struct field &field1 = t->field (1); local 1060 field1.set_name ("__name"); 1061 field1.set_type (char_ptr_type); 1062 field1.set_loc_bitpos (offset * TARGET_CHAR_BIT); 1063 offset += field1.type ()->length () [all...] |
| gdbtypes.c | 4297 const struct field *field1 = &type1->field (i); 4300 if (field1->is_artificial () != field2->is_artificial () 4301 || field1->bitsize () != field2->bitsize () 4302 || field1->loc_kind () != field2->loc_kind ()) 4304 if (!compare_maybe_null_strings (field1->name (), field2->name ())) 4306 switch (field1->loc_kind ()) 4309 if (field1->loc_bitpos () != field2->loc_bitpos ()) 4313 if (field1->loc_enumval () != field2->loc_enumval ()) 4319 if (field1->loc_physaddr () != field2->loc_physaddr ()) 4323 if (!compare_maybe_null_strings (field1->loc_physname () 4293 const struct field *field1 = &type1->field (i); local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-alias.cc | 1385 /* FIELD1 and FIELD2 are two fields of component refs. We assume 1387 We do not assume that the containers of FIELD1 and FIELD2 are of the 1391 FIELD1 and FIELD2 have same address. Note that FIELD1 and FIELD2 1394 Return 1 if FIELD1 and FIELD2 are non-overlapping. 1406 nonoverlapping_component_refs_p_1 (const_tree field1, const_tree field2) 1410 tree type1 = DECL_CONTEXT (field1); 1414 && DECL_BIT_FIELD_REPRESENTATIVE (field1)) 1415 field1 = DECL_BIT_FIELD_REPRESENTATIVE (field1); 1814 tree field1 = TREE_OPERAND (ref1, 1); local 1875 const_tree field1 = *(const_tree *) const_cast <void *>(field1_); local [all...] |
| tree-ssa-phiopt.cc | 3831 tree arg1, arg2, ref1, ref2, field1, field2; local 3886 field1 = TREE_OPERAND (ref1, 1); 3889 /* Check for field adjacency, and ensure field1 comes first. */ 3890 for (next = DECL_CHAIN (field1); 3902 if (next != field1) 3905 std::swap (field1, field2); 3913 tree_offset1 = bit_position (field1); 3925 align1 = DECL_ALIGN (field1) % param_align_bits; 4117 x1 = (<expr>).field1; 4127 x1 = (<expr>).field1; [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| semantics.cc | 12330 tree field1 = TYPE_FIELDS (basetype1); 12335 bool r = next_common_initial_sequence (field1, field2); 12336 if (field1 == NULL_TREE || field2 == NULL_TREE) 12339 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (field1), 12344 tree pos = byte_position (field1); 12355 else if (ANON_AGGR_TYPE_P (TREE_TYPE (field1)) 12359 DECL_ATTRIBUTES (field1))) 12363 if (!tree_int_cst_equal (bit_position (field1), 12367 tree pos = byte_position (field1); 12371 tree sz1 = TYPE_SIZE_UNIT (TREE_TYPE (field1)); 12325 tree field1 = TYPE_FIELDS (basetype1); local [all...] |
| typeck.cc | 1873 tree field1 = TYPE_FIELDS (type1); 1879 if (!next_common_initial_sequence (field1, field2)) 1881 if (field1 == NULL_TREE) 1883 field1 = DECL_CHAIN (field1); 1898 for (; field1; field1 = DECL_CHAIN (field1)) 1899 if (TREE_CODE (field1) == FIELD_DECL) 1909 for (field1 = TYPE_FIELDS (type1); field1; field1 = DECL_CHAIN (field1) 1871 tree field1 = TYPE_FIELDS (type1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 11675 tree field1 = TYPE_FIELDS (basetype1); 11680 bool r = next_common_initial_sequence (field1, field2); 11681 if (field1 == NULL_TREE || field2 == NULL_TREE) 11684 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (field1), 11689 tree pos = byte_position (field1); 11700 else if (ANON_AGGR_TYPE_P (TREE_TYPE (field1)) 11704 DECL_ATTRIBUTES (field1))) 11708 if (!tree_int_cst_equal (bit_position (field1), 11712 tree pos = byte_position (field1); 11716 tree sz1 = TYPE_SIZE_UNIT (TREE_TYPE (field1)); 11670 tree field1 = TYPE_FIELDS (basetype1); local [all...] |
| typeck.cc | 1718 tree field1 = TYPE_FIELDS (type1); 1724 if (!next_common_initial_sequence (field1, field2)) 1726 if (field1 == NULL_TREE) 1728 field1 = DECL_CHAIN (field1); 1743 for (; field1; field1 = DECL_CHAIN (field1)) 1744 if (TREE_CODE (field1) == FIELD_DECL) 1754 for (field1 = TYPE_FIELDS (type1); field1; field1 = DECL_CHAIN (field1) 1716 tree field1 = TYPE_FIELDS (type1); local [all...] |