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

  /src/external/gpl2/gettext/dist/gettext-tools/src/
xgettext.h 279 size_t nalternatives; /* number of partial_call alternatives */ member in struct:arglist_parser
xgettext.h 279 size_t nalternatives; /* number of partial_call alternatives */ member in struct:arglist_parser
x-perl.c 3149 size_t nalternatives = argparser->nalternatives; local
3152 for (i = 0; i < nalternatives; i++)
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...]
x-perl.c 3149 size_t nalternatives = argparser->nalternatives; local
3152 for (i = 0; i < nalternatives; i++)
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...]
  /src/external/gpl3/gcc.old/dist/gcc/
cfgexpand.cc 2947 int nalternatives = n_occurrences (',', constraints[0]); local
2949 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2956 if (n_occurrences (',', constraints[i]) != nalternatives)
cfgexpand.cc 2947 int nalternatives = n_occurrences (',', constraints[0]); local
2949 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2956 if (n_occurrences (',', constraints[i]) != nalternatives)
  /src/external/gpl3/gcc/dist/gcc/
cfgexpand.cc 2960 int nalternatives = n_occurrences (',', constraints[0]); local
2962 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2969 if (n_occurrences (',', constraints[i]) != nalternatives)
cfgexpand.cc 2960 int nalternatives = n_occurrences (',', constraints[0]); local
2962 if (nalternatives + 1 > MAX_RECOG_ALTERNATIVES)
2969 if (n_occurrences (',', constraints[i]) != nalternatives)

Completed in 73 milliseconds