HomeSort by: relevance | last modified time | path
    Searched defs:structures (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
gengtype.cc 515 type_p structures = NULL;
765 type_p *p = &structures;
769 for (si = structures; si != NULL; p = &si->next, si = *p)
850 type_p *p = &structures;
854 for (s = structures; s != NULL; p = &s->next, s = *p)
2397 For structures, given a pointer to the item in 'val'.
2425 type_p structures,
2431 type_p structures);
3558 /* TYPE_USER_STRUCTs should not occur here. These structures
3639 /* User structures have no fields to walk. Simply generate a cal
511 type_p structures = NULL; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gengtype.cc 515 type_p structures = NULL;
766 type_p *p = &structures;
770 for (si = structures; si != NULL; p = &si->next, si = *p)
851 type_p *p = &structures;
855 for (s = structures; s != NULL; p = &s->next, s = *p)
1427 - Converts structures for which a parameter is provided to
2427 For structures, given a pointer to the item in 'val'.
2455 type_p structures,
2461 type_p structures);
3574 /* TYPE_USER_STRUCTs should not occur here. These structures
511 type_p structures = NULL; variable
    [all...]

Completed in 59 milliseconds