Home
last modified time | relevance | path

Searched refs:three_args (Results 1 – 25 of 56) sorted by relevance

123

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Drobust_against_adl.pass.cpp22 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
37 std::ref(three_args)(x, x, x); in main() local
38 std::ref(three_args)(x, x, cx); in main() local
39 std::ref(three_args)(x, cx, x); in main() local
40 std::ref(three_args)(cx, x, x); in main() local
41 std::ref(three_args)(x, cx, cx); in main() local
42 std::ref(three_args)(cx, x, cx); in main() local
43 std::ref(three_args)(cx, cx, x); in main() local
44 std::ref(three_args)(cx, cx, cx); in main() local
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/intervals/
H A Drandom_intervals.py61 throw_random_private(lengths, gaps, save_interval_func, allow_overlap, three_args=False)
109 def throw_random_private(lengths, regions, save_interval_func, allow_overlap=False, three_args=True… argument
222 if (three_args):
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/list/
H A Dslash.hrx22 <===> three_args/input.scss
26 <===> three_args/output.css
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/t/sass-spec/spec/core_functions/math/
H A Dmin.hrx29 <===> three_args/input.scss
33 <===> three_args/output.css
H A Dmax.hrx29 <===> three_args/input.scss
33 <===> three_args/output.css
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp24 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp24 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp24 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp24 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp24 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/
H A Drobust_against_adl.pass.cpp24 Ptr three_args(Ptr p, Ptr, Ptr) { return p; } in three_args() function
/dports/math/reduce/Reduce-svn5758-src/csl/cslbase/
H A Dexterns.h708 { three_args *p;
909 three_args *f3, fourup_args *f4up);
963 two_args *f2, three_args *f3, fourup_args *f4up);
1088 extern three_args *three_arg_functions[];
1109 three_args *three;
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/VEX/switchback/
H A Dtest_ppc_jm1.c4333 static void do_tests (int one_arg, int two_args, int three_args, in do_tests() argument
4355 (nb_args == 3 && !three_args)) in do_tests()
4483 int one_arg = 0, two_args = 0, three_args = 0; in _main() local
4555 if (one_arg == 0 && two_args == 0 && three_args == 0) { in _main()
4558 three_args = 1; in _main()
4582 three_args=1; in _main()
4596 do_tests(one_arg, two_args, three_args, in _main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/VEX/switchback/
H A Dtest_ppc_jm1.c4333 static void do_tests (int one_arg, int two_args, int three_args, in do_tests() argument
4355 (nb_args == 3 && !three_args)) in do_tests()
4483 int one_arg = 0, two_args = 0, three_args = 0; in _main() local
4555 if (one_arg == 0 && two_args == 0 && three_args == 0) { in _main()
4558 three_args = 1; in _main()
4582 three_args=1; in _main()
4596 do_tests(one_arg, two_args, three_args, in _main()
/dports/textproc/p5-CSS-Sass/CSS-Sass-3.6.4/
H A DMANIFEST559 t/sass-spec/spec/core_functions/color/hsl/error/three_args.hrx
572 t/sass-spec/spec/core_functions/color/hsl/three_args/named.hrx
574 t/sass-spec/spec/core_functions/color/hsl/three_args/units.hrx
575 t/sass-spec/spec/core_functions/color/hsl/three_args/w3c.hrx
579 t/sass-spec/spec/core_functions/color/hsla/error/three_args.hrx
592 t/sass-spec/spec/core_functions/color/hsla/three_args/named.hrx
596 t/sass-spec/spec/core_functions/color/hsla/three_args/w3c.hrx
601 t/sass-spec/spec/core_functions/color/hwb/error/three_args.hrx
607 t/sass-spec/spec/core_functions/color/hwb/three_args/named.hrx
608 t/sass-spec/spec/core_functions/color/hwb/three_args/units.hrx
[all …]
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c1144 int one_arg, two_args, three_args; member
1946 (nb_args == 3 && !seln_flags.three_args)){ in do_tests()
2102 flags.three_args = 1; in main()
2156 printf(" three_args = %d\n", flags.three_args); in main()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c1144 int one_arg, two_args, three_args; member
1946 (nb_args == 3 && !seln_flags.three_args)){ in do_tests()
2102 flags.three_args = 1; in main()
2156 printf(" three_args = %d\n", flags.three_args); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc32/
H A Dtest_isa_2_07_part1.c1144 int one_arg, two_args, three_args; member
1946 (nb_args == 3 && !seln_flags.three_args)){ in do_tests()
2102 flags.three_args = 1; in main()
2156 printf(" three_args = %d\n", flags.three_args); in main()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/none/tests/ppc64/
H A Dtest_isa_2_07_part1.c1144 int one_arg, two_args, three_args; member
1946 (nb_args == 3 && !seln_flags.three_args)){ in do_tests()
2102 flags.three_args = 1; in main()
2156 printf(" three_args = %d\n", flags.three_args); in main()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A Darg-copy-elide.ll226 define i32 @three_args(i32 %x, i32 %y, i32 %z) {
227 ; CHECK-LABEL: three_args:

123