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

  /src/common/dist/zlib/
configure 123 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
129 -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/[^=]*=//'`; shift ;;
136 -e* | --eprefix) exec_prefix="$2"; shift; shift ;;
  /src/external/gpl3/gcc.old/dist/gcc/d/dmd/
expressionsem.d 1689 Expression eprefix = null;
2226 * 2, 3 and 4 are handled by doing the argument construction in 'eprefix' so that if a later argument throws, they are cleaned
2268 /* Do we need 'eprefix' for problems 3 or 4?
2278 /* Problem 3: initialize 'eprefix' by declaring the gate
2283 // eprefix => bool __gate [= false]
2290 eprefix = ae.expressionSemantic(sc);
2307 /* Do we have 'eprefix' and aren't past 'lastPrefix' yet?
2309 * to 'eprefix', which will implicitly take care of potential problem 2) for
2311 * 'eprefix' will therefore finally contain all args up to and including 'lastPrefix',
2359 // eprefix => (eprefix, auto __pfx/y = arg
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 24717 const char *eprefix, *esuffix;
24722 eprefix = "__attribute__((__target__(";
24727 eprefix = "#pragma GCC target ";
24732 error ("invalid cpu %qs for %s%qs%s", cpu_opt, eprefix,
24735 error ("%s%qs%s is not allowed", eprefix, q, esuffix);
24737 error ("%s%qs%s is invalid", eprefix, q, esuffix);
24672 const char *eprefix, *esuffix; local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 24259 const char *eprefix, *esuffix;
24264 eprefix = "__attribute__((__target__(";
24269 eprefix = "#pragma GCC target ";
24274 error ("invalid cpu %qs for %s%qs%s", cpu_opt, eprefix,
24277 error ("%s%qs%s is not allowed", eprefix, q, esuffix);
24279 error ("%s%qs%s is invalid", eprefix, q, esuffix);
24214 const char *eprefix, *esuffix; local

Completed in 158 milliseconds