Searched refs:options (Results 1 - 25 of 511) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dvisibility-c.c5 int options __attribute__((__visibility__("hidden"))); variable
9 options = 0;
H A Dpragma-darwin.c4 /* { dg-options "-O -Wunused" } */
12 /* The options pragma used to do a lot, now it's only for emulating
15 #pragma options 23 /* { dg-warning "malformed '#pragma options'" } */
16 #pragma options align /* { dg-warning "malformed '#pragma options'" } */
17 #pragma options align natural /* { dg-warning "malformed '#pragma options'" } */
18 #pragma options align=45 /* { dg-warning "malformed '#pragma options'" } */
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr41163.c7 struct option options[] = { { &options } }; local
8 parse_options(options);
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/execute/
H A Dintrinsic_fraction_exponent.x1 add-ieee-options
H A Dintrinsic_spacing.x1 add-ieee-options
H A Dintrinsic_set_exponent.x5 add-ieee-options
H A Dnan_inf_fmt.x5 add-ieee-options
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dpr32540-2.c2 /* { dg-options "-O3 -ftree-pre" } */
5 void acceptloop_th(int *t, int options) { argument
6 if (f()) options |= 0x1 << 0;
7 if (f()) options |= 0x1 << 1;
8 if (f()) options |= 0x1 << 2;
9 if (f()) options |= 0x1 << 3;
10 if (f()) options |= 0x1 << 4;
11 if (f()) options |= 0x1 << 5;
12 if (f()) options |= 0x1 << 6;
13 if (f()) options |
[all...]
H A Dpr32540-1.c2 /* { dg-options "-O3 -ftree-pre" } */
6 int options = 0; local
7 if (f()) options |= 0x1 << 1;
8 if (f()) options |= 0x1 << 2;
9 if (f()) options |= 0x1 << 3;
10 if (f()) options |= 0x1 << 4;
11 if (f()) options |= 0x1 << 5;
12 if (f()) options |= 0x1 << 6;
13 if (f()) options |= 0x1 << 7;
14 if (f()) options |
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Dv32-err-9.s2 ; { dg-options "--march=v32" }
H A Dus-err-1.s1 ; Test that we get an error with mismatching options.
4 ; { dg-options "--no-underscore --em=crisaout" }
H A Dv32-err-2.s2 ; { dg-options " --underscore --march=common_v10_v32 --em=criself" }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Dv32-err-9.s2 ; { dg-options "--march=v32" }
H A Dus-err-1.s1 ; Test that we get an error with mismatching options.
4 ; { dg-options "--no-underscore --em=crisaout" }
/haiku-buildtools/cloog/source/
H A Doptions.c5 ** options.c **
53 void cloog_vmsg(CloogOptions *options, enum cloog_msg_type type, argument
58 if (options && options->quiet &&
82 void cloog_msg(CloogOptions *options, enum cloog_msg_type type, argument
88 cloog_vmsg(options, type, msg, args);
117 void cloog_options_print(FILE * foo, CloogOptions * options) argument
123 fprintf(foo,"l = %3d,\n",options->l) ;
124 fprintf(foo,"f = %3d,\n",options->f) ;
125 fprintf(foo,"fs = %3d,\n",options
176 cloog_options_free(CloogOptions *options) argument
324 { CloogOptions * options ; local
380 cloog_options_read(CloogState *state, int argc, char **argv, FILE **input, FILE **output, CloogOptions **options) argument
525 cloog_options_copy_from_osl_scop(osl_scop_p scop, CloogOptions *options) argument
[all...]
/haiku-buildtools/cloog/examples/example/
H A Dexample.c14 CloogOptions * options ; local
18 options = cloog_options_malloc(state);
19 input = cloog_input_read(stdin, options);
21 root = cloog_clast_create_from_input(input, options);
22 clast_pprint(stdout, root, 0, options);
25 cloog_options_free(options) ;
/haiku-buildtools/legacy/gcc/libiberty/
H A Dwaitpid.c2 waitpid (pid, stat_loc, options)
3 int pid, *stat_loc, options;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/vect/
H A Dunswitch-loops-pr26969.c5 ruby_re_compile_fastmap (char *fastmap, int options) argument
10 if (j != '\n' || (options & 4))
/haiku-buildtools/binutils/gas/testsuite/gas/sh/sh64/
H A Derr-4.s2 ! { dg-options "--abi=32 -no-mix" }
H A Derr-abi-32.s4 ! { dg-options "-abi=64" }
7 .abi 32 ! { dg-error "options do not specify 32-bit ABI" }
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sh/sh64/
H A Derr-4.s2 ! { dg-options "--abi=32 -no-mix" }
/haiku-buildtools/binutils/gas/testsuite/gas/elf/
H A Dwarn-2.s2 ;# { dg-options "--gdwarf2 --defsym nop_type=0" }
3 ;# { dg-options "--gdwarf2 --defsym nop_type=1" { target ia64-*-* } }
4 ;# { dg-options "--gdwarf2 --defsym nop_type=2" { target or1k*-*-* } }
5 ;# { dg-options "--gdwarf2 --defsym nop_type=3" { target i370-*-* } }
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tls/
H A Dopt-14.c5 /* { dg-options "-O2" } */
10 int options; member in struct:__res_state
23 if (((*__resp).options & 0x00000001) == 0)
25 (*__resp).options &= ~((0x00000002 | 0x00000200 | 0x00000080));
/haiku-buildtools/binutils/gold/
H A Doptions.h0 // options.h -- handle command line options for gold -*- C++ -*-
23 // General_options (from Command_line::options())
24 // All the options (a.k.a. command-line flags)
26 // The list of input files, including -l options.
33 // that change as options are parsed (as opposed to the usual behavior
69 // (For files added implicitly by gcc before any user options.)
82 namespace options namespace in namespace:gold
127 // Most options have both a shortname (one letter) and a longname.
157 // IS_DEFAULT is true for boolean options tha
247 parse_to_value(const char* option, const char* arg, Command_line* cmdline, General_options* options) argument
1874 copy_from_options(const General_options& options) argument
1927 Input_file_argument(const char* name, Input_file_type type, const char* extra_search_path, bool just_symbols, const Position_dependent_options& options) argument
1939 Input_file_argument(const char* name, Input_file_type type, const char* extra_search_path, bool just_symbols, const General_options& options) argument
1952 options() const function in class:gold::Input_file_argument
2146 Input_file_lib(const Position_dependent_options& options) argument
2159 options() const function in class:gold::Input_file_lib
2285 options() const function in class:gold::Command_line
[all...]
/haiku-buildtools/isl/
H A Dclosure.c3 #include <isl/options.h>
9 struct isl_options *options; local
12 options = isl_options_new_with_defaults();
13 assert(options);
14 argc = isl_options_parse(options, argc, argv, ISL_ARG_ALL);
16 ctx = isl_ctx_alloc_with_options(&isl_options_args, options);

Completed in 262 milliseconds

1234567891011>>