HomeSort by: relevance | last modified time | path
    Searched refs:nalternatives (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.c 2330 ap->nalternatives = 0;
2345 ap->nalternatives = shapes->nshapes;
2382 + ap->nalternatives * sizeof (struct partial_call));
2388 copy->nalternatives = ap->nalternatives;
2389 for (i = 0; i < ap->nalternatives; i++)
2425 size_t nalternatives = ap->nalternatives; local
2430 for (i = 0; i < nalternatives; i++)
2487 for (i = 0; i < ap->nalternatives; i++
    [all...]
xgettext.h 279 size_t nalternatives; /* number of partial_call alternatives */ member in struct:arglist_parser
  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 2950 int nalternatives = n_occurrences (',', constraints[0]); local
2952 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2959 if (n_occurrences (',', constraints[i]) != nalternatives)
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 2963 int nalternatives = n_occurrences (',', constraints[0]); local
2965 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2972 if (n_occurrences (',', constraints[i]) != nalternatives)

Completed in 24 milliseconds