Searched refs:eprefix (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/common/dist/zlib/
H A Dconfigure118 echo ' configure [--const] [--zprefix] [--prefix=PREFIX] [--eprefix=EXPREFIX]' | tee -a configure.log
123 -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;;
129 -e* | --eprefix) exec_prefix="$2"; shift; shift ;;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c1387 Expression *eprefix = NULL; local
1793 * 2 and 3 are handled by doing the argument construction in 'eprefix' so that if a later argument throws, they are cleaned
1832 /* If so, initialize 'eprefix' by declaring the gate
1837 // eprefix => bool __gate [= false]
1844 eprefix = semantic(ae, sc);
1861 * Declare a temporary variable for this arg and append that declaration to 'eprefix',
1863 * 'eprefix' will therefore finally contain all args up to and including the last
1898 // eprefix => (eprefix, auto __pfx/y = arg)
1900 eprefix
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpressionsem.d1689 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
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/rs6000/
H A Drs6000.c23564 const char *eprefix, *esuffix;
23569 eprefix = "__attribute__((__target__(";
23574 eprefix = "#pragma GCC target ";
23579 error ("invalid cpu %qs for %s%qs%s", cpu_opt, eprefix,
23582 error ("%s%qs%s is not allowed", eprefix, q, esuffix);
23584 error ("%s%qs%s is invalid", eprefix, q, esuffix);
23520 const char *eprefix, *esuffix; local
/netbsd-current/external/gpl3/gcc/dist/gcc/config/rs6000/
H A Drs6000.cc24244 const char *eprefix, *esuffix;
24249 eprefix = "__attribute__((__target__(";
24254 eprefix = "#pragma GCC target ";
24259 error ("invalid cpu %qs for %s%qs%s", cpu_opt, eprefix,
24262 error ("%s%qs%s is not allowed", eprefix, q, esuffix);
24264 error ("%s%qs%s is invalid", eprefix, q, esuffix);
24199 const char *eprefix, *esuffix; local

Completed in 270 milliseconds