| /src/external/gpl2/gettext/dist/gnulib-local/lib/ |
| gen-lbrkprop.c | 63 const char *field1, const char *field2, 81 uni->category = (field2[0] == '\0' ? "" : strdup (field2)); 140 char field2[FIELDLEN]; local 172 n += getfield (stream, field2, ';'); 202 n += getfield (stream, field2, ';'); 232 fill_attribute (i, field1+1, field2, field3, field4, field5, 239 fill_attribute (i, field1, field2, field3, field4, field5, 345 char field2[FIELDLEN]; local 375 n += getfield (stream, field2, '\n') 1033 char field2[FIELDLEN]; local [all...] |
| /src/sys/arch/sun3/dev/ |
| xdreg.h | 321 volatile u_char field2; /* >0, field1+field2 <= 255 */ member in struct:xd_iopb_format 324 volatile u_char field3; /* >= field1+field2 */
|
| /src/sys/dev/vme/ |
| xdreg.h | 321 volatile u_char field2; /* >0, field1+field2 <= 255 */ member in struct:xd_iopb_format 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 3717 field2 = TREE_OPERAND (ref2, 1); 3725 if (next != field2) 3727 for (next = DECL_CHAIN (field2); 3735 std::swap (field1, field2); 3744 tree_offset2 = bit_position (field2); 3745 tree_size2 = DECL_SIZE (field2); 3945 x2 = (<expr>).field2; 3953 x2 = (<expr>).field2;
|
| 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) 1398 tree type2 = DECL_CONTEXT (field2); 1404 && DECL_BIT_FIELD_REPRESENTATIVE (field2)) 1405 field2 = DECL_BIT_FIELD_REPRESENTATIVE (field2); 1802 tree field2 = TREE_OPERAND (ref2, 1); local 1863 const_tree field2 = *(const_tree *) const_cast <void *>(field2_); local 4108 tree field2 = TREE_OPERAND (r2, 1); local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| semantics.cc | 11676 tree field2 = TYPE_FIELDS (basetype2); 11680 bool r = next_common_initial_sequence (field1, field2); 11681 if (field1 == NULL_TREE || field2 == NULL_TREE) 11686 && same_type_ignoring_top_level_qualifiers_p (TREE_TYPE (field2), 11701 && ANON_AGGR_TYPE_P (TREE_TYPE (field2))) 11706 DECL_ATTRIBUTES (field2))) 11709 bit_position (field2))) 11724 tree sz2 = TYPE_SIZE_UNIT (TREE_TYPE (field2)); 11731 && NON_UNION_CLASS_TYPE_P (TREE_TYPE (field2))) 11742 tree t2 = TREE_TYPE (field2); 11671 tree field2 = TYPE_FIELDS (basetype2); local [all...] |
| typeck.cc | 1719 tree field2 = TYPE_FIELDS (type2); 1724 if (!next_common_initial_sequence (field1, field2)) 1729 field2 = DECL_CHAIN (field2); 1746 for (; field2; field2 = DECL_CHAIN (field2)) 1747 if (TREE_CODE (field2) == FIELD_DECL) 1748 vec.safe_push (field2); 1762 FOR_EACH_VEC_ELT (vec, j, field2) 1717 tree field2 = TYPE_FIELDS (type2); local [all...] |