Searched refs:option (Results 1 - 25 of 1058) sorted by relevance

1234567891011>>

/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Doption-pic-vxworks-1.s1 .option pic1
2 .option pic3
H A Doption-pic-vxworks-2.s1 .option pic0
2 .option pic2
H A Doption-pic-2.s2 .option picfoo
3 .option pic0foo
4 .option pic0 foo
H A Doption-pic-vxworks-1.l2 .*:1: Error: \.option pic1 not supported
3 .*:2: Error: \.option pic3 not supported
H A Doption-pic-2.l2 .*:2: Warning: unrecognized option "picfoo"
3 .*:3: Warning: unrecognized option "pic0foo"
H A Doption-pic-vxworks-2.l2 .*:1: Error: \.option pic0 not supported in VxWorks PIC mode
3 .*:2: Error: \.option pic2 not supported in VxWorks PIC mode
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr41163.c1 struct option { struct
4 void parse_options (struct option *);
7 struct option options[] = { { &options } };
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dinvalid_arith_mode.l2 .*:7: Error: bad option.
3 .*:11: Error: bad option.
4 .*:12: Error: bad option.
5 .*:13: Error: bad option.
6 .*:14: Error: bad option.
7 .*:18: Error: bad option..
8 .*:22: Error: bad option.
9 .*:23: Error: bad option.
10 .*:24: Error: bad option.
11 .*:25: Error: bad option
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/28_regex/constants/
H A Dsyntax_option_type.cc10 // Free Software Foundation; either version 3, or (at your option)
30 std::regex_constants::syntax_option_type option { };
31 option = option | std::regex_constants::icase;
32 option = option | std::regex_constants::nosubs;
33 option = option | std::regex_constants::optimize;
34 option = option | st
[all...]
H A Dconstexpr.cc9 // Free Software Foundation; either version 3, or (at your option)
29 const std::regex_constants::syntax_option_type* option __attribute__((unused)); local
30 option = &std::regex_constants::icase;
31 option = &std::regex_constants::nosubs;
32 option = &std::regex_constants::optimize;
33 option = &std::regex_constants::collate;
34 option = &std::regex_constants::ECMAScript;
35 option = &std::regex_constants::basic;
36 option = &std::regex_constants::extended;
37 option
[all...]
/haiku-buildtools/jam/
H A Doption.h8 * option.h - command line option processing
11 * \ -) "Command line option."
16 typedef struct option struct
20 } option; typedef in typeref:struct:option
24 int getoptions( int argc, char **argv, const char *opts, option *optv );
25 const char * getoptval( option *optv, char opt, int subopt );
/haiku-buildtools/binutils/gas/testsuite/gas/arc/
H A Dcpu-warn1.s1 ; Test mismatch between cpu option passed by mcpu option and .cpu
2 ; directive option.
H A Dcl-warn.s1 ; Test command line option compatibility checking.
4 ; { dg-error ".* invalid double-precision FPX option for archs cpu" "" { target arc*-*-* } 0 }
/haiku-buildtools/gcc/gcc/config/bfin/
H A Dprint-sysroot-suffix.sh7 # the Free Software Foundation; either version 3, or (at your option)
36 # For each multilib option OPT, add to $substs a sed command of the
39 for option in `echo "$options" | tr '/' ' '`
41 substs="$substs -e 's/$option/$option/g'"
50 # will replace a canonical option FOO with a %{...}-style spec pattern.
62 # See which option alternatives in $combo have their own sysroot
64 # from each such option OPTi, where DIRi is the directory associated
67 for option in `echo "$combo" | tr '/' ' '`
69 dir=`echo "$option" | se
[all...]
/haiku-buildtools/gcc/gcc/config/m68k/
H A Dprint-sysroot-suffix.sh7 # the Free Software Foundation; either version 3, or (at your option)
36 # For each multilib option OPT, add to $substs a sed command of the
39 for option in `echo "$options" | tr '/' ' '`
41 substs="$substs -e 's/$option/$option/g'"
50 # will replace a canonical option FOO with a %{...}-style spec pattern.
62 # See which option alternatives in $combo have their own sysroot
64 # from each such option OPTi, where DIRi is the directory associated
67 for option in `echo "$combo" | tr '/' ' '`
69 dir=`echo "$option" | se
[all...]
/haiku-buildtools/gcc/gcc/config/avr/
H A Dgenmultilib.awk7 # Software Foundation; either version 3, or (at your option) any later
33 option[""] = ""
41 option["tiny-stack"] = "msp8"
81 # option[] : Maps Core/Device to the mmcu= option to get it
100 option[core] = "mmcu=" core
122 option[name] = "mmcu=" name
153 m_options = m_options sep option[cores[c]]
158 m_options = m_options " " option[mtiny[1]]
167 line = option[cor
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dpic-and-nonpic-2a.s2 .option pic0
/haiku-buildtools/gcc/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/haiku-buildtools/legacy/binutils/include/
H A Dgetopt.h10 Free Software Foundation; either version 2, or (at your option) any
31 When `getopt' finds an option that takes an argument,
34 each non-option ARGV-element is returned here. */
45 non-option elements that the caller should itself scan.
57 /* Set to an option character which was unrecognized. */
63 of `struct option' terminated by an element containing a name which is
67 no_argument (or 0) if the option does not take an argument,
68 required_argument (or 1) if the option requires an argument,
69 optional_argument (or 2) if the option takes an optional argument.
72 to the value given in the field `val' when the option i
82 struct option struct
[all...]
/haiku-buildtools/legacy/gcc/include/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt.h6 Free Software Foundation; either version 2, or (at your option) any
26 When `getopt' finds an option that takes an argument,
29 each non-option ARGV-element is returned here. */
40 non-option elements that the caller should itself scan.
52 /* Set to an option character which was unrecognized. */
58 of `struct option' terminated by an element containing a name which is
62 no_argument (or 0) if the option does not take an argument,
63 required_argument (or 1) if the option requires an argument,
64 optional_argument (or 2) if the option takes an optional argument.
67 to the value given in the field `val' when the option i
77 struct option struct
[all...]
/haiku-buildtools/binutils/include/
H A Dgetopt.h9 Free Software Foundation; either version 2, or (at your option) any
30 When `getopt' finds an option that takes an argument,
33 each non-option ARGV-element is returned here. */
44 non-option elements that the caller should itself scan.
56 /* Set to an option character which was unrecognized. */
62 of `struct option' terminated by an element containing a name which is
66 no_argument (or 0) if the option does not take an argument,
67 required_argument (or 1) if the option requires an argument,
68 optional_argument (or 2) if the option takes an optional argument.
71 to the value given in the field `val' when the option i
81 struct option struct
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Darmv2-mp-bad.l3 [^:]*: unrecognized option -march=armv2\+mp
/haiku-buildtools/gcc/gcc/
H A Dopts-common.c1 /* Command line option handling.
8 Software Foundation; either version 3, or (at your option) any later
30 /* Perform a binary search to find which option the command-line INPUT
31 matches. Returns its index in the option array, and
116 not taking a joined argument, and abbreviations of "--option"
117 are permitted even if there is a variant "--option=". */
181 option_ok_for_language (const struct cl_option *option, argument
184 if (!(option->flags & lang_mask))
186 else if ((option->flags & CL_TARGET)
187 && (option
234 const struct cl_option *option = &cl_options[opt_index]; local
283 const struct cl_option *option = &cl_options[opt_index]; local
384 const struct cl_option *option; local
827 const struct cl_option *option; local
912 const struct cl_option *option = &cl_options[opt_index]; local
960 const struct cl_option *option = &cl_options[opt_index]; local
1021 const struct cl_option *option; local
1115 const struct cl_option *option = &cl_options[opt_index]; local
1212 const struct cl_option *option = &cl_options[opt_index]; local
1225 const struct cl_option *option = &(cl_options[opt_idx]); local
1265 get_option_state(struct gcc_options *opts, int option, struct cl_option_state *state) argument
[all...]

Completed in 97 milliseconds

1234567891011>>