Searched refs:base_types (Results 1 - 7 of 7) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c77 struct types base_types[] = { variable in typeref:struct:types
146 #define NTYPES2 (sizeof (base_types) / sizeof (base_types[0]))
1200 e[1].type = &base_types[i];
1235 e->type = &base_types[r + NTYPES1];
1282 /* 50% ETYPE_TYPE base_types NTYPES1
1297 e[n].type = &base_types[r % NTYPES1];
1308 e[n].type = &base_types[r % NTYPES1];
1612 if (base_types[i].bitfld)
1613 bitfld_types[n_bitfld_types++] = base_types[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dstruct-layout-encoding-1_generate.c63 struct types base_types[] = { variable in typeref:struct:types
101 #define NTYPES2 (sizeof (base_types) / sizeof (base_types[0]))
961 e[1].type = &base_types[i];
1001 e->type = &base_types[r + NTYPES1];
1042 /* 50% ETYPE_TYPE base_types NTYPES1
1058 e[n].type = &base_types[r % NTYPES1];
1069 e[n].type = &base_types[r % NTYPES1];
1324 if (base_types[i].bitfld)
1325 bitfld_types[n_bitfld_types++] = base_types[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c61 struct types base_types[] = { variable in typeref:struct:types
130 #define NTYPES2 (sizeof (base_types) / sizeof (base_types[0]))
1179 e[1].type = &base_types[i];
1214 e->type = &base_types[r + NTYPES1];
1261 /* 50% ETYPE_TYPE base_types NTYPES1
1276 e[n].type = &base_types[r % NTYPES1];
1287 e[n].type = &base_types[r % NTYPES1];
1575 if (base_types[i].bitfld)
1576 bitfld_types[n_bitfld_types++] = base_types[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c82 struct types base_types[] = { variable in typeref:struct:types
163 #define NTYPES2 (sizeof (base_types) / sizeof (base_types[0]))
1572 e[1].type = &base_types[i];
1627 e->type = &base_types[r + NTYPES1];
1692 /* 50% ETYPE_TYPE base_types NTYPES1
1707 e[n].type = &base_types[r % NTYPES1];
1718 e[n].type = &base_types[r % NTYPES1];
2033 if (base_types[i].bitfld)
2034 bitfld_types[n_bitfld_types++] = base_types[
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c64 struct types base_types[] = { variable in typeref:struct:types
133 #define NTYPES2 (sizeof (base_types) / sizeof (base_types[0]))
1442 e[1].type = &base_types[i];
1497 e->type = &base_types[r + NTYPES1];
1562 /* 50% ETYPE_TYPE base_types NTYPES1
1577 e[n].type = &base_types[r % NTYPES1];
1588 e[n].type = &base_types[r % NTYPES1];
1887 if (base_types[i].bitfld)
1888 bitfld_types[n_bitfld_types++] = base_types[
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/cp/
H A Dclass.c1867 tree types, base_types;
1869 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl));
1870 if ((TYPE_QUALS (TREE_TYPE (TREE_VALUE (base_types)))
1872 && compparms (TREE_CHAIN (base_types), TREE_CHAIN (types)))
1863 tree types, base_types; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/cp/
H A Dclass.c1806 tree types, base_types;
1808 base_types = TYPE_ARG_TYPES (TREE_TYPE (base_fndecl));
1809 if ((TYPE_QUALS (TREE_TYPE (TREE_VALUE (base_types)))
1811 && compparms (TREE_CHAIN (base_types), TREE_CHAIN (types)))
1802 tree types, base_types; local

Completed in 166 milliseconds