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

  /src/external/gpl3/gcc/dist/gcc/
genextract.cc 31 set of extractions methods. Each method may be used by more than
61 /* All extractions needed for this machine description. */
62 static struct extraction *extractions; variable in typeref:struct:extraction
68 data that will be used to produce an extractions structure. */
134 for (p = extractions; p; p = p->next)
173 p->next = extractions;
174 extractions = p;
468 for (p = extractions; p; p = p->next)
  /src/external/gpl3/gcc.old/dist/gcc/
genextract.cc 31 set of extractions methods. Each method may be used by more than
61 /* All extractions needed for this machine description. */
62 static struct extraction *extractions; variable in typeref:struct:extraction
68 data that will be used to produce an extractions structure. */
134 for (p = extractions; p; p = p->next)
173 p->next = extractions;
174 extractions = p;
468 for (p = extractions; p; p = p->next)

Completed in 15 milliseconds