Searched refs:opt (Results 1 - 25 of 253) sorted by relevance

1234567891011

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dbounds_check_strlen_7.f9011 SUBROUTINE test (opt)
13 CHARACTER(len=5), OPTIONAL :: opt local in subroutine:test
24 ! { dg-output "shorter than the declared one for dummy argument 'opt' \\(0/5\\)" }
H A Dbounds_check_strlen_6.f9013 SUBROUTINE test (str, opt)
16 CHARACTER(len=5), OPTIONAL :: opt local in subroutine:test
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr42998.c3 void ndisc_fill_addr_option(unsigned char *opt, int data_len, argument
11 __builtin_memset(opt + 2, 0, pad);
12 opt += pad;
13 __builtin_constant_p(data_len) ? foo (opt+2) : bar (opt+2);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dcomdat1.C12 template <class DataType> class opt : public Option {}; class in inherits:Option
13 template class opt<int>;
/haiku-buildtools/legacy/gcc/gcc/f/
H A Dtop.c170 char *opt = argv[0];
171 if (opt[0] != '-')
173 if (opt[1] == 'f')
175 if (strcmp (&opt[2], "version") == 0)
180 else if (strcmp (&opt[2], "null-version") == 0)
182 else if (strcmp (&opt[2], "f66") == 0)
187 else if (strcmp (&opt[2], "no-f66") == 0)
192 else if (strcmp (&opt[2], "f77") == 0)
197 else if (strcmp (&opt[2], "no-f77") == 0)
201 else if (strcmp (&opt[
169 char *opt = argv[0]; local
[all...]
H A Dg77spec.c142 Option opt = OPTION_; local
150 opt = OPTION_B, skip = (text[2] == '\0'), arg = text + 2;
152 opt = OPTION_b, skip = (text[2] == '\0'), arg = text + 2;
154 opt = OPTION_c, skip = 0;
156 opt = OPTION_E, skip = 0;
158 opt = OPTION_i, skip = 0;
160 opt = OPTION_l;
162 opt = OPTION_L, arg = text + 2;
164 opt = OPTION_o;
166 opt
265 Option opt; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dlto-opts.c68 bool *first_p, const char *opt)
70 const char *p, *q = opt;
67 append_to_collect_gcc_options(struct obstack *ob, bool *first_p, const char *opt) argument
H A Dopts-global.c145 postpone_unknown_option_warning (const char *opt) argument
147 ignored_options.safe_push (opt);
157 const char *opt; local
159 opt = ignored_options.pop ();
161 "unrecognized command line option %qs", opt);
171 const char *opt = decoded->arg; local
173 if (opt[1] == 'W' && opt[2] == 'n' && opt[3] == 'o' && opt[
345 cl_deferred_option *opt; local
[all...]
H A Dgenmultilib177 for opt in `echo $first | sed -e 's|/| |'g`; do
178 echo ${initial}${opt}/
181 for opt in `echo $first | sed -e 's|/| |'g`; do
182 initial="${initial}${opt}/" ./tmpmultilib $@
199 for opt in $@; do
200 case "$opt" in
208 *) echo ${opt};;
224 for opt in $@; do
225 case "$opt" in
229 echo " /${expect}/) echo \${opt};;" >> tmpmultilib
[all...]
/haiku-buildtools/gcc/gmp/mpn/m68k/
H A Dt-m68k-defs.pl31 my %opt;
32 getopts('t', \%opt);
46 print "branches: ", join(" ",keys(%branch)), "\n" if $opt{'t'};
47 print "insns: ", join(" ",keys(%insn)), "\n" if $opt{'t'};
51 print "file $file\n" if $opt{'t'};
58 print "opcode $1\n" if $opt{'t'};
/haiku-buildtools/binutils/binutils/
H A Dbin2c.c38 const char *opt = &argv[1][1]; local
39 if (*opt == '-')
40 ++opt;
41 ishelp = *opt == 'h' || *opt == 'H';
/haiku-buildtools/binutils/gas/testsuite/gas/sh/arch/
H A Darch.exp72 proc test_arch { file opt arch resultfile } {
78 if [string equal $opt "default-options"] then {
79 gas_run $name "-o ${rootname}-#${opt}#.o" ""
81 gas_run $name "$opt -o ${rootname}-#${opt}#.o" ""
84 if [want_no_output "$rootname file should assemble with $opt"] then {
85 set result [get_sh_arch "${rootname}-#${opt}#.o"]
86 puts $resultfile [format "%-20s %-25s %s" $file $opt $result]
89 pass "$rootname file with $opt should assemble to arch $arch"
90 file delete "${rootname}-#${opt}#
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dgenmultilib109 for opt in `echo $first | sed -e 's|/| |'g`; do
110 echo ${initial}${opt}/
113 for opt in `echo $first | sed -e 's|/| |'g`; do
114 initial="${initial}${opt}/" ./tmpmultilib $@
133 for opt in $@; do
134 case "$opt" in
142 *) echo ${opt};;
158 for opt in `echo ${set} | sed -e 's|/| |'g`; do
159 if [ "$1" != "${opt}" ]; then
160 todirnames="${todirnames} -e s|/${opt}/|/
[all...]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/issue4326.dir/
H A Dp1.go5 func (opts O) RemoveOption(sect, opt string) bool {
9 _, ok := opts[sect][opt]
10 delete(opts[sect], opt)
/haiku-buildtools/gcc/gcc/c/
H A Dc-errors.c47 pedwarn_c99 (location_t location, int opt, const char *gmsgid, ...) argument
71 diagnostic.option_index = opt;
86 pedwarn_c90 (location_t location, int opt, const char *gmsgid, ...) argument
93 if (opt != OPT_Wpedantic)
95 int opt_var = *(int *) option_flag_var (opt, &global_options);
103 diagnostic.option_index = opt;
125 diagnostic.option_index = opt;
/haiku-buildtools/gcc/gmp/tune/
H A Dmany.pl248 my %opt;
249 getopts('t', \%opt);
795 print "srcdir $srcdir\n" if $opt{'t'};
796 print "top_srcdir $top_srcdir\n" if $opt{'t'};
877 print "dir $dir\n" if $opt{'t'};
890 print "@files ",join(" ",@files),"\n" if $opt{'t'};
910 print "file $FILE path $path lang $lang\n" if $opt{'t'};
921 # print " ",$p->{'regexp'},"\n" if $opt{'t'};
930 print "match $t->{'regexp'} $FILE ($file_full)\n" if $opt{'t'};
939 print "objs @$objs\n" if $opt{'
[all...]
/haiku-buildtools/jam/
H A Doption.h25 const char * getoptval( option *optv, char opt, int subopt );
/haiku-buildtools/isl/include/isl/
H A Dilp.h22 isl_int *f, isl_int *opt,
25 __isl_keep isl_aff *obj, isl_int *opt);
29 __isl_keep isl_aff *obj, isl_int *opt);
31 __isl_keep isl_aff *obj, isl_int *opt);
/haiku-buildtools/isl/
H A Disl_lp_no_piplib.c13 isl_int *f, isl_int denom, isl_int *opt,
12 isl_pip_solve_lp(struct isl_basic_map *bmap, int maximize, isl_int *f, isl_int denom, isl_int *opt, isl_int *opt_denom, struct isl_vec **sol) argument
H A Disl_arg.c21 static void set_default_choice(struct isl_arg *arg, void *opt) argument
23 *(unsigned *)(((char *)opt) + arg->offset) = arg->u.choice.default_value;
26 static void set_default_flags(struct isl_arg *arg, void *opt) argument
28 *(unsigned *)(((char *)opt) + arg->offset) = arg->u.flags.default_value;
31 static void set_default_bool(struct isl_arg *arg, void *opt) argument
35 *(unsigned *)(((char *)opt) + arg->offset) = arg->u.b.default_value;
38 static void set_default_child(struct isl_arg *arg, void *opt) argument
43 child = opt;
46 *(void **)(((char *)opt) + arg->offset) = child;
53 static void set_default_user(struct isl_arg *arg, void *opt) argument
58 set_default_int(struct isl_arg *arg, void *opt) argument
63 set_default_long(struct isl_arg *arg, void *opt) argument
68 set_default_ulong(struct isl_arg *arg, void *opt) argument
73 set_default_str(struct isl_arg *arg, void *opt) argument
81 set_default_str_list(struct isl_arg *arg, void *opt) argument
87 isl_args_set_defaults(struct isl_args *args, void *opt) argument
135 free_child(struct isl_arg *arg, void *opt) argument
144 free_str_list(struct isl_arg *arg, void *opt) argument
155 free_user(struct isl_arg *arg, void *opt) argument
161 free_args(struct isl_arg *arg, void *opt) argument
195 isl_args_free(struct isl_args *args, void *opt) argument
320 print_default_choice(struct isl_arg *decl, void *opt, int pos) argument
336 print_choice_help(struct isl_arg *decl, const char *prefix, void *opt) argument
361 print_default_flags(struct isl_arg *decl, void *opt, int pos) argument
401 print_flags_help(struct isl_arg *decl, const char *prefix, void *opt) argument
435 print_bool_help(struct isl_arg *decl, const char *prefix, void *opt) argument
453 print_int_help(struct isl_arg *decl, const char *prefix, void *opt) argument
466 print_long_help(struct isl_arg *decl, const char *prefix, void *opt) argument
495 print_str_help(struct isl_arg *decl, const char *prefix, void *opt) argument
518 print_help(struct isl_arg *arg, const char *prefix, void *opt) argument
624 print_help_and_exit(struct isl_arg *arg, const char *prog, void *opt) argument
716 parse_choice_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
774 parse_flags_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
807 parse_bool_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
872 parse_str_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
898 isl_arg_str_list_append(struct isl_arg *decl, void *opt, const char *s) argument
913 parse_str_list_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
936 parse_int_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
964 parse_long_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
1004 parse_ulong_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
1035 parse_child_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
1049 parse_option(struct isl_arg *decl, char **arg, const char *prefix, void *opt) argument
1157 check_help(struct isl_args *args, char *arg, char *prog, void *opt, unsigned flags) argument
1167 isl_args_parse(struct isl_args *args, int argc, char **argv, void *opt, unsigned flags) argument
[all...]
H A Dcodegen.c54 static __isl_give isl_union_map *set_universe(__isl_take isl_union_map *opt, argument
61 ctx = isl_union_map_get_ctx(opt);
67 opt = isl_union_map_union(opt, option);
69 return opt;
75 * we clear any separate or atomic options that may already exist in "opt".
78 __isl_take isl_union_map *opt, struct options *options,
88 opt = isl_union_map_subtract_range(opt, target);
90 opt
77 set_options(__isl_take isl_ast_build *build, __isl_take isl_union_map *opt, struct options *options, __isl_keep isl_union_map *schedule) argument
[all...]
H A Disl_ctx.c25 switch (ctx->opt->on_error) {
39 void *opt, struct isl_args *wanted)
45 return opt;
55 child = opt;
57 child = *(void **)(((char *)opt) + arg->offset);
69 void *opt)
71 return find_nested_options(args, opt, &isl_options_args);
79 return ctx->opt;
86 struct isl_options *opt = NULL; local
92 opt
38 find_nested_options(struct isl_args *args, void *opt, struct isl_args *wanted) argument
68 find_nested_isl_options(struct isl_args *args, void *opt) argument
147 struct isl_options *opt; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/diagnostic/
H A Dinhibit-warn-2.C34 D opt; local
35 opt = 0; // { dg-error "this context" }
/haiku-buildtools/gcc/gmp/mpn/x86/
H A Dt-zdisp2.pl42 my %opt;
43 getopts('t', \%opt);
79 print "$file\n" if $opt{'t'};
85 print "define(\`SQR_TOOM2_THRESHOLD',$1)\n" if $opt{'t'};
113 print "$m4\n" if $opt{'t'};
/haiku-buildtools/legacy/gcc/gcc/config/
H A Dnextstep.c30 #define OPT_STRCMP(opt) (!strncmp (opt, p, sizeof (opt)-1))

Completed in 142 milliseconds

1234567891011