Lines Matching defs:flags
59 * -flags Show this summary of compiler options
125 * -xhelp=<f> Display on-line help information f(flags, readme, errors)
187 * -flags --help
336 #define CIDX(compiler, flags) \
337 ((int)(compiler) << 1) + ((flags) & CW_F_CXX ? 1 : 0)
367 * flags are being used.
377 * value is translated into the appropriate gcc flags according
379 * is being used and what flags have been set via the use of
899 if (strcmp(arg, "-flags") == 0) {
1440 "Conflicting \"-xarch=\" flags (both Studio 11 and 12)\n");