| /src/external/apache2/llvm/dist/llvm/utils/ |
| findoptdiff | 84 echo "Diff fails with these switches:" 85 echo $switches 88 echo 'Switches:' $switches_to_use >> $diffs 97 switches="$switches $sw" 98 if tryit "$switches" ; then
|
| findmisopt | 101 # Current set of switches is empty 113 echo "Return code not the same with these switches:" 114 echo $switches 122 echo "Diff fails with these switches:" 123 echo $switches 135 switches="$switches $sw" 136 if tryit "$switches" ; then 145 if [ "$switches" == " $all_switches" ] ; then 151 while [ ! -z "$switches" ] ; d [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| run_tests.pl | 36 switches => '-w', 125 my @switches = (); 126 if ($self->{switches}) { 127 push @switches, $self->{switches}; 133 # It seems that $switches is getting interpreted with 'eval' or 137 push @switches, "-I$l"; 141 $Test::Harness::switches = join(' ', @switches);
|
| /src/crypto/external/apache2/openssl/dist/test/ |
| run_tests.pl | 50 switches => '-w', 304 my @switches = (); 305 if ($self->{switches}) { 306 push @switches, $self->{switches}; 312 # It seems that $switches is getting interpreted with 'eval' 316 push @switches, "-I$l"; 320 $Test::Harness::switches = join(' ', @switches);
|
| /src/crypto/external/bsd/openssl/dist/test/ |
| run_tests.pl | 45 switches => '-w', 277 my @switches = (); 278 if ($self->{switches}) { 279 push @switches, $self->{switches}; 285 # It seems that $switches is getting interpreted with 'eval' 289 push @switches, "-I$l"; 293 $Test::Harness::switches = join(' ', @switches);
|
| /src/external/gpl3/gcc/dist/gcc/common/ |
| common-target.def | 92 @var{switches} is the raw option list with @var{n_switches} items;\n\ 102 const char *, (const struct switchstr *switches,
|
| /src/external/gpl3/gcc/dist/gcc/ |
| 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...] |
| 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)
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| 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...] |
| 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)
|
| /src/usr.bin/make/unit-tests/ |
| sh-flags.mk | 4 # error check, trace), which are controlled by 12 different switches. These 5 # switches interact in various non-obvious ways. To analyze the interactions, 6 # this test runs each possible combination of these switches, for now. 8 # As soon as an interaction of switches is identified as obvious and expected,
|
| deptgt-posix.mk | 100 # If the main makefile switches to POSIX mode in its very first line, before
|
| /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/common/config/riscv/ |
| riscv-common.cc | 1851 const struct switchstr *switches, 1860 const struct switchstr *this_switch = &switches[n_switches - i - 1]; 1919 /* Checking ARG is not appeared in SWITCHES if NOT_ARG is set or 1924 const struct switchstr *switches, 1932 const struct switchstr *this_switch = &switches[n_switches - i - 1]; 1954 const struct switchstr *switches, 1984 ok = riscv_check_cond (switches, n_switches, checking_arg, not_arg); 2013 const riscv_subset_list *subset_list, const struct switchstr *switches, 2033 match_score = riscv_check_conds (switches, n_switches, match_score, 2060 const struct switchstr *switches, [all...] |
| /src/sys/arch/sandpoint/ |
| README | 24 S3/S4 - Mode 1: PMC w/o IDE (switches opposite, one nearest PCI
|
| /src/external/gpl3/gcc/dist/contrib/vim-gcc-dev/syntax/ |
| gimple.vim | 12 " it is invoked with -fdump-tree-* and/or -fdump-ipa-* switches. Tested
|
| /src/external/gpl3/gcc.old/dist/contrib/vim-gcc-dev/syntax/ |
| gimple.vim | 12 " it is invoked with -fdump-tree-* and/or -fdump-ipa-* switches. Tested
|
| /src/external/apache2/llvm/include/ |
| Makefile | 195 clang/Parse/AttrParserStringSwitches.inc|-gen-clang-attr-parser-string-switches \ 196 clang/Parse/AttrSubMatchRulesParserStringSwitches.inc|-gen-clang-attr-subject-match-rules-parser-string-switches \
|
| /src/crypto/external/apache2/openssl/dist/crypto/aes/asm/ |
| bsaes-armv8.pl | 49 // No attempt has been made to carry across the build switches for
|
| /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))
|
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| constexpr.cc | 6958 switches (tree *jump_target) 7287 && (!switches (jump_target) || count == 0) 7327 if (switches (jump_target) && css == css_default_seen) 7331 label on switches (jump_target). */ 7336 if (breaks (jump_target) || switches (jump_target))
|
| /src/external/gpl3/gdb/dist/gdb/ |
| ChangeLog-3.x | 2872 when it had to be). Shortened switches and duplicated code to
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| ChangeLog-3.x | 2872 when it had to be). Shortened switches and duplicated code to
|
| /src/external/gpl3/binutils/dist/ |
| ltmain.sh | 4987 # -frecord-gcc-switches used to verify flags were respected 5004 -fdiagnostics-color*|-frecord-gcc-switches| \
|
| /src/external/gpl3/binutils.old/dist/ |
| ltmain.sh | 4987 # -frecord-gcc-switches used to verify flags were respected 5004 -fdiagnostics-color*|-frecord-gcc-switches| \
|