Home
last modified time | relevance | path

Searched refs:arg_ok (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DCmdLine.hs273 arg_ok optKind rest arg ]
278 arg_ok :: OptKind t -> [Char] -> String -> Bool
279 arg_ok (NoArg _) rest _ = null rest function
280 arg_ok (HasArg _) _ _ = True function
281 arg_ok (SepArg _) rest _ = null rest function
284 arg_ok (OptIntSuffix _) _ _ = True function
285 arg_ok (IntSuffix _) _ _ = True function
286 arg_ok (WordSuffix _) _ _ = True function
287 arg_ok (FloatSuffix _) _ _ = True function
288 arg_ok (OptPrefix _) _ _ = True function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DCmdLine.hs269 arg_ok optKind rest arg ]
274 arg_ok :: OptKind t -> [Char] -> String -> Bool
275 arg_ok (NoArg _) rest _ = null rest function
276 arg_ok (HasArg _) _ _ = True function
277 arg_ok (SepArg _) rest _ = null rest function
280 arg_ok (OptIntSuffix _) _ _ = True function
281 arg_ok (IntSuffix _) _ _ = True function
282 arg_ok (FloatSuffix _) _ _ = True function
283 arg_ok (OptPrefix _) _ _ = True function
284 arg_ok (PassFlag _) rest _ = null rest function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DCmdLineParser.hs269 arg_ok optKind rest arg ]
274 arg_ok :: OptKind t -> [Char] -> String -> Bool
275 arg_ok (NoArg _) rest _ = null rest function
276 arg_ok (HasArg _) _ _ = True function
277 arg_ok (SepArg _) rest _ = null rest function
280 arg_ok (OptIntSuffix _) _ _ = True function
281 arg_ok (IntSuffix _) _ _ = True function
282 arg_ok (FloatSuffix _) _ _ = True function
283 arg_ok (OptPrefix _) _ _ = True function
284 arg_ok (PassFlag _) rest _ = null rest function
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DCmdLineParser.hs269 arg_ok optKind rest arg ]
274 arg_ok :: OptKind t -> [Char] -> String -> Bool
275 arg_ok (NoArg _) rest _ = null rest function
276 arg_ok (HasArg _) _ _ = True function
277 arg_ok (SepArg _) rest _ = null rest function
280 arg_ok (OptIntSuffix _) _ _ = True function
281 arg_ok (IntSuffix _) _ _ = True function
282 arg_ok (FloatSuffix _) _ _ = True function
283 arg_ok (OptPrefix _) _ _ = True function
284 arg_ok (PassFlag _) rest _ = null rest function
[all …]
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tools/make_strings/
H A Dmake_strings.m141 int arg_ok[MAX_ARGS];
188 if (ch!= '"' && num_args!=-1 && arg_ok[num_args])
193 if (num_args!= -1 && arg_ok[num_args])
324 arg_ok[i] = 1;
345 arg_ok[num_args] = 0;
356 printf(" %3i : %i '%s'\n", i, arg_ok[i], args[i]);
359 if (arg_ok[lf->key_index]
360 && (lf->comment_index == -1 || arg_ok[lf->comment_index])
361 && (lf->table_index == -1 || arg_ok[lf->table_index]))
377 || (arg_ok[lf->table_index]
[all …]
/dports/math/rexx-regmath/math/
H A Drxxmath.cmd255 x = arg_ok(arg(1), ">=0")
278 x = arg_ok(arg(1))
279 y = arg_ok(arg(2))
304 x = arg_ok(arg(1))
319 x = arg_ok(arg(1), ">0")
464 x = arg_ok(arg(1))
475 x = arg_ok(arg(1))
486 x = arg_ok(arg(1))
497 x = arg_ok(arg(1))
535 x = arg_ok(arg(1))
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/i386/
H A Di386-options.c1294 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1297 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1298 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/i386/
H A Di386-options.c1202 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1205 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1206 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/i386/
H A Di386-options.c1266 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1269 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1270 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/lang/gcc11/gcc-11.2.0/gcc/config/i386/
H A Di386-options.c1264 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1267 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1268 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/i386/
H A Di386-options.c1264 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1267 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1268 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/lang/gcc10/gcc-10.3.0/gcc/config/i386/
H A Di386-options.c1204 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1207 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1208 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/config/i386/
H A Di386-options.c1204 bool arg_ok; in ix86_valid_target_attribute_inner_p() local
1207 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in ix86_valid_target_attribute_inner_p()
1208 if (arg_ok) in ix86_valid_target_attribute_inner_p()
/dports/lang/gleam/gleam-0.18.2/compiler-core/src/
H A Derlang.rs1857 let arg_ok = self.print(args.get(0).expect("print_prelude_type result ok")); in print_prelude_type() localVariable
1859 let ok = tuple(["ok".to_doc(), arg_ok]); in print_prelude_type()
/dports/www/node10/node-v10.24.1/deps/openssl/config/archs/VC-WIN32/asm/crypto/camellia/
H A Dcmll-x86.asm1543 je NEAR L$015arg_ok
1545 je NEAR L$015arg_ok
1549 L$015arg_ok:
/dports/www/node10/node-v10.24.1/deps/openssl/config/archs/VC-WIN32/asm_avx2/crypto/camellia/
H A Dcmll-x86.asm1543 je NEAR L$015arg_ok
1545 je NEAR L$015arg_ok
1549 L$015arg_ok:
/dports/lang/gnat_util/gcc-6-20180516/gcc/config/s390/
H A Ds390.c14884 bool arg_ok; in s390_valid_target_attribute_inner_p() local
14887 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
14888 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/config/s390/
H A Ds390.c14884 bool arg_ok; in s390_valid_target_attribute_inner_p() local
14887 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
14888 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/config/s390/
H A Ds390.c15882 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15885 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15886 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/s390/
H A Ds390.c15963 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15966 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15967 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/lang/gcc9/gcc-9.4.0/gcc/config/s390/
H A Ds390.c15536 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15539 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15540 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/config/s390/
H A Ds390.c15707 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15710 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15711 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/config/s390/
H A Ds390.c15874 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15877 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15878 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/config/s390/
H A Ds390.c15882 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15885 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15886 if (arg_ok) in s390_valid_target_attribute_inner_p()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/s390/
H A Ds390.c15926 bool arg_ok; in s390_valid_target_attribute_inner_p() local
15929 arg_ok = opt_enum_arg_to_value (opt, p + opt_len, &value, CL_TARGET); in s390_valid_target_attribute_inner_p()
15930 if (arg_ok) in s390_valid_target_attribute_inner_p()

12