| /src/external/gpl2/gmake/dist/ |
| main.c | 128 in command switches of a type that takes string arguments. */ 138 /* The recognized command switches. */ 213 /* List of makefiles given with -f switches. */ 246 /* List of directories given with -C switches. */ 250 /* List of include directories given with -I switches. */ 254 /* List of files given with -o switches. */ 258 /* List of files given with -W switches. */ 362 /* The table of command switches. */ variable in typeref:struct:command_switch 364 static const struct command_switch switches[] = 1231 /* Decode the switches. * [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| opts.cc | 1635 /* Skip unwanted switches. */ 1654 /* Skip switches that have already been printed. */ 3780 auto_vec<const char *> switches; local 3837 switches.safe_push (lto_canonical); 3860 switches.safe_push (options[i].orig_option_with_args_text); 3869 FOR_EACH_VEC_ELT (switches, i, p) 3874 if (i != switches.length () - 1)
|
| gcc.cc | 23 them, forwarding the users switches to those programs selectively, 366 collect2 that describes all of the relevant switches of what to 615 %<S* remove all occurrences of all switches beginning with -S from the 626 %{S*} substitutes all the switches specified to GCC whose names start 627 with -S. This is used for -o, -I, etc; switches that take 638 %{S*:X} substitutes X if one or more switches whose names start 640 once, no matter how many such switches appeared. However, 680 The -O, -f, -g, -m, and -W switches are handled specifically in these 690 Note that it is built into GCC which switches take arguments and which 692 allow each compiler's spec to say which switches take arguments. Bu 3596 static struct switchstr *switches; variable in typeref:struct:switchstr [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| opts.cc | 1565 /* Skip unwanted switches. */ 1584 /* Skip switches that have already been printed. */ 3629 auto_vec<const char *> switches; local 3685 switches.safe_push (lto_canonical); 3708 switches.safe_push (options[i].orig_option_with_args_text); 3717 FOR_EACH_VEC_ELT (switches, i, p) 3722 if (i != switches.length () - 1)
|
| gcc.cc | 23 them, forwarding the users switches to those programs selectively, 353 collect2 that describes all of the relevant switches of what to 600 %<S* remove all occurrences of all switches beginning with -S from the 611 %{S*} substitutes all the switches specified to GCC whose names start 612 with -S. This is used for -o, -I, etc; switches that take 623 %{S*:X} substitutes X if one or more switches whose names start 625 once, no matter how many such switches appeared. However, 665 The -O, -f, -g, -m, and -W switches are handled specifically in these 675 Note that it is built into GCC which switches take arguments and which 677 allow each compiler's spec to say which switches take arguments. Bu 3627 static struct switchstr *switches; variable in typeref:struct:switchstr [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| constexpr.cc | 6113 switches (tree *jump_target) function 6331 && (!switches (jump_target) || count == 0) 6363 if (switches (jump_target) && css == css_default_seen) 6367 label on switches (jump_target). */ 6372 if (breaks (jump_target) || switches (jump_target))
|