| /src/external/gpl3/gdb/dist/gdb/ |
| ada-typeprint.c | 618 int i, flds; 620 flds = 0; 632 flds += print_record_field_types (type->field (i).type (), type, 637 flds = 1; 641 flds += 1; 650 return flds; 833 int flds; 835 flds = 0; 837 flds += print_record_field_types (parent_type, parent_type, 839 flds += print_record_field_types (type, type, stream, show, level 617 int i, flds; local 832 int flds; local [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ada-typeprint.c | 620 int i, flds; 622 flds = 0; 634 flds += print_record_field_types (type->field (i).type (), type, 639 flds = 1; 643 flds += 1; 652 return flds; 835 int flds; 837 flds = 0; 839 flds += print_record_field_types (parent_type, parent_type, 841 flds += print_record_field_types (type, type, stream, show, level 619 int i, flds; local 834 int flds; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| gengtype.cc | 1162 pair_p flds = NULL; 1388 flds = create_field (flds, substruct, ""); 1389 flds->opt = create_string_option (nodot, "tag", ftag); 1391 return new_structure ("rtx_def_subunion", TYPE_UNION, &lexer_line, flds, 1157 pair_p flds = NULL; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| gengtype.cc | 1163 pair_p flds = NULL; 1385 flds = create_field (flds, substruct, ""); 1386 flds->opt = create_string_option (nodot, "tag", ftag); 1388 return new_structure ("rtx_def_subunion", TYPE_UNION, &lexer_line, flds, 1401 pair_p flds; 1413 flds = create_field (NULL, t, ""); 1414 flds->opt = create_string_option (nodot, "length", 1416 flds->opt = create_string_option (flds->opt, "default", "") 1158 pair_p flds = NULL; local 1396 pair_p flds; local [all...] |