Searched refs:options (Results 276 - 300 of 3091) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dc++0x_warning.h34 with the -std=c++11 or -std=gnu++11 compiler options.
/netbsd-current/external/gpl3/gdb.old/dist/gold/
H A Dparameters.cc26 #include "options.h"
89 Parameters::set_options(const General_options* options) argument
92 this->options_ = options;
93 // For speed, we convert the options() debug var from a string to an
95 this->debug_ = debug_string_to_enum(this->options().debug());
98 this->incremental_mode_ = this->options().incremental_mode();
100 if (options->verbose())
208 General_options::Endianness endianness = this->options().endianness();
228 if (this->options().user_set_Trodata_segment()
229 && !this->options()
294 set_parameters_options(const General_options* options) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Dpush-err-1.s2 ; { dg-options "--march=v32" }
H A Dv32-err-7.s3 ; { dg-options "--march=v32 --em=criself" }
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dinsn-opts.d2 #name: MIPS .insn default file options
4 # Check that .insn at the beginning of assembly sees default file options
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dobjdump.h36 /* Return TRUE if these options can be applied to ABFD. */
40 options whose SELECTED field is set. */
43 /* List of options. Terminated by a NULL name. */
44 struct objdump_private_option *options; member in struct:objdump_private_desc
/netbsd-current/external/gpl3/gdb.old/dist/libiberty/
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options,
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
81 getopt_long_only (int argc, char *const *argv, const char *options,
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
68 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
80 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/visium/
H A Dfcmp.s4 ; { dg-options "-mtune=gr6" }
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options,
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
81 getopt_long_only (int argc, char *const *argv, const char *options,
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
68 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
80 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dmain.c73 if (options.fpe != 0)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dc++0x_warning.h34 with the -std=c++11 or -std=gnu++11 compiler options.
/netbsd-current/external/gpl3/gdb/dist/libiberty/
H A Dgetopt1.c69 getopt_long (int argc, char *const *argv, const char *options,
72 return _getopt_internal (argc, argv, options, long_options, opt_index, 0);
81 getopt_long_only (int argc, char *const *argv, const char *options,
84 return _getopt_internal (argc, argv, options, long_options, opt_index, 1);
68 getopt_long(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
80 getopt_long_only(int argc, char *const *argv, const char *options, const struct option *long_options, int *opt_index) argument
/netbsd-current/lib/libc/compat/sys/
H A Dcompat_wait4.c61 wait3(int *status, int options, struct rusage50 *ru50)
66 if ((rv = __wait350(status, options, ru50 ? &ru : NULL)) == -1)
74 wait4(pid_t wpid, int *status, int options, struct rusage50 *ru50) argument
79 if ((rv = __wait450(wpid, status, options, ru50 ? &ru : NULL)) == -1)
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dopt_41.h31 unsigned char *options; member in struct:dns_rdata_opt
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dopt_41.h30 unsigned char *options; member in struct:dns_rdata_opt
/netbsd-current/external/mit/libuv/dist/docs/code/multi-echo-server/
H A Dmain.c11 uv_process_options_t options; member in struct:child_worker
85 worker->options.stdio = child_stdio;
86 worker->options.stdio_count = 3;
88 worker->options.exit_cb = close_process_handle;
89 worker->options.file = args[0];
90 worker->options.args = args;
92 uv_spawn(loop, &worker->req, &worker->options);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DNaCl.cpp60 !Args.hasArg(options::OPT_dynamic) && !Args.hasArg(options::OPT_shared);
65 Args.ClaimAllArgs(options::OPT_g_Group);
67 Args.ClaimAllArgs(options::OPT_emit_llvm);
68 // and for "clang -w foo.o -o foo". Other warning options are already
70 Args.ClaimAllArgs(options::OPT_w);
75 if (Args.hasArg(options::OPT_rdynamic))
78 if (Args.hasArg(options::OPT_s))
103 else if (Args.hasArg(options::OPT_shared))
108 if (!Args.hasArg(options
[all...]
H A DDarwin.cpp110 if (Args.hasArg(options::OPT_fno_integrated_as)) {
119 if (Args.hasArg(options::OPT_gstabs))
121 else if (Args.hasArg(options::OPT_g_Group))
130 Args.hasArg(options::OPT_force__cpusubtype__ALL))
134 (((Args.hasArg(options::OPT_mkernel) ||
135 Args.hasArg(options::OPT_fapple_kext)) &&
137 Args.hasArg(options::OPT_static)))
140 Args.AddAllArgValues(CmdArgs, options::OPT_Wa_COMMA, options::OPT_Xassembler);
190 if (Arg *A = Args.getLastArg(options
[all...]
H A DVEToolchain.cpp66 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc))
69 if (DriverArgs.hasArg(options::OPT_nobuiltininc) &&
70 DriverArgs.hasArg(options::OPT_nostdlibinc))
73 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) {
79 if (!DriverArgs.hasArg(options::OPT_nostdlibinc)) {
98 if (!DriverArgs.hasFlag(options::OPT_fuse_init_array,
99 options::OPT_fno_use_init_array, UseInitArrayDefault))
105 if (DriverArgs.hasArg(clang::driver::options::OPT_nostdinc) ||
106 DriverArgs.hasArg(options::OPT_nostdlibinc) ||
107 DriverArgs.hasArg(options
[all...]
H A DCuda.cpp137 if (Args.hasArg(clang::driver::options::OPT_cuda_path_EQ)) {
139 Args.getLastArgValue(clang::driver::options::OPT_cuda_path_EQ).str());
146 if (!Args.hasArg(clang::driver::options::OPT_cuda_path_ignore_env)) {
179 bool NoCudaLib = Args.hasArg(options::OPT_nogpulib);
304 if (!DriverArgs.hasArg(options::OPT_nobuiltininc)) {
314 if (DriverArgs.hasArg(options::OPT_nogpuinc))
366 /// the host and device are disabled (-g0/-ggdb0 or no debug options at all). If
374 const Arg *A = Args.getLastArg(options::OPT_O_Group);
375 bool IsDebugEnabled = !A || A->getOption().matches(options::OPT_O0) ||
376 Args.hasFlag(options
[all...]
/netbsd-current/sys/compat/linux32/common/
H A Dlinux32_wait.c81 syscallarg(int) options;
87 SCARG(&ua, options) = SCARG(uap, options);
99 syscallarg(int) options;
102 int error, status, linux_options, options, pid; local
107 linux_options = SCARG(uap, options);
111 options = 0;
113 options |= WNOHANG;
115 options |= WUNTRACED;
117 options |
[all...]
/netbsd-current/external/bsd/nsd/dist/
H A Dnsd.c52 #include "options.h"
78 "Supported options:\n"
897 char const* file = nsd->options->cookie_secret_file;
902 assert( nsd->options->cookie_secret_file != NULL );
988 /* Create region where options will be stored and set defaults */
989 nsd.options = nsd_options_create(region_create_custom(xalloc, free,
1012 nsd.options->region, sizeof(*ip));
1014 nsd.options->region, optarg);
1015 ip->next = nsd.options->ip_addresses;
1016 nsd.options
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Df-valprint.c119 OPTIONS are the printing control options. */
125 const struct value_print_options *options)
130 m_options (options),
381 /* The print control options. Gives us the maximum number of elements to
406 const struct value_print_options *options)
409 (type, address, (struct value *) val, stream, recurse, options);
434 const struct value_print_options *options) const
450 type->length (), NULL, 0, options);
455 fortran_print_array (type, address, stream, recurse, val, options);
463 options);
120 fortran_array_printer_impl(struct type *type, CORE_ADDR address, struct value *val, struct ui_file *stream, int recurse, const struct value_print_options *options) argument
403 fortran_print_array(struct type *type, CORE_ADDR address, struct ui_file *stream, int recurse, const struct value *val, const struct value_print_options *options) argument
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_schedule_band.c45 * marked coincident and the AST build options are empty.
46 * Since there are no build options, the node is not anchored.
493 * These can be used to encode loop AST generation options of the given type.
513 /* Add encodings of the "n" loop AST generation options "type" to "options".
514 * If "isolate" is set, then these options refer to the isolated part.
526 __isl_take isl_union_set *options, int n, enum isl_ast_loop_type *type,
532 return options;
533 if (!options)
548 space = isl_union_set_get_space(options);
525 add_loop_types( __isl_take isl_union_set *options, int n, enum isl_ast_loop_type *type, int isolate) argument
564 isl_union_set *options; local
626 has_isolate_option(__isl_keep isl_union_set *options) argument
695 has_isolate_loop_type_options(__isl_keep isl_union_set *options) argument
702 has_loop_type_options(__isl_keep isl_union_set *options) argument
711 extract_loop_type( __isl_keep isl_union_set *options, int pos, int isolate) argument
749 extract_loop_types(__isl_keep isl_schedule_band *band, __isl_keep isl_union_set *options) argument
775 extract_isolate_loop_types(__isl_keep isl_schedule_band *band, __isl_keep isl_union_set *options) argument
829 clear_loop_types( __isl_take isl_union_set *options) argument
843 clear_isolate_loop_types( __isl_take isl_union_set *options) argument
865 isl_schedule_band_set_ast_build_options( __isl_take isl_schedule_band *band, __isl_take isl_union_set *options) argument
950 isl_union_set *options; local
[all...]
/netbsd-current/lib/libc/resolv/
H A Dres_data.c116 * to set options. We keep another struct res that is the same
122 if (ores->options != 0)
123 _nres.options = ores->options;
143 * _nres.options is tricky since some apps were known to diddle the bits
153 if (!(_nres.options & RES_INIT))
154 _nres.options = RES_DEFAULT;
182 if ((_nres.options & RES_INIT) == 0U && res_init() == -1)
198 if ((_nres.options & RES_INIT) == 0U && res_init() == -1) {
210 if ((_nres.options
[all...]

Completed in 194 milliseconds

<<11121314151617181920>>