Home
last modified time | relevance | path

Searched defs:Overload (Results 1 – 25 of 203) sorted by relevance

123456789

/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Doverload_null.i12 struct Overload { struct
13 int byval1(X x) { return 1; } in byval1()
14 int byval1(Y* y) { return 2; } in byval1()
16 int byval2(Y* y) { return 3; } in byval2()
17 int byval2(X x) { return 4; } in byval2()
19 int byref1(X& x) { return 5; } in byref1()
20 int byref1(Y* y) { return 6; } in byref1()
22 int byref2(Y* y) { return 7; } in byref2()
23 int byref2(X& x) { return 8; } in byref2()
32 int byval1cpr(X x) { return 13; } in byval1cpr()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/interpreter/functions/
H A Dfunctions.go29 type Overload struct { struct
32 Operator string
37 OperandTrait int
40 Unary UnaryOp
43 Binary BinaryOp
47 Function FunctionOp
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceIntrinsics.cpp44 #define AtomicCmpxchgInit(Overload, NameSuffix) \ argument
70 #define AtomicLoadInit(Overload, NameSuffix) \ argument
83 #define AtomicRMWInit(Overload, NameSuffix) \ argument
96 #define AtomicStoreInit(Overload, NameSuffix) \ argument
109 #define BswapInit(Overload, NameSuffix) \ argument
121 #define CtlzInit(Overload, NameSuffix) \ argument
132 #define CtpopInit(Overload, NameSuffix) \ argument
143 #define CttzInit(Overload, NameSuffix) \ argument
154 #define FabsInit(Overload, NameSuffix) \ argument
194 #define SqrtInit(Overload, NameSuffix) \ argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/associated-types/
H A Dissue-54182-1.rs38 pub trait Overload { interface
45 impl Overload for (i32, bool) { impl
56 impl<'a> Overload for (&'a str, f32) { impl
66 impl Overload for (i32, bool, f32) { impl
73 impl<'a> Overload for (&'a str, f32, i32) { impl
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/libc++/libcxx-10.0.1.src/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/llvm12/llvm-project-12.0.1.src/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/libcxx/test/libcxx/utilities/meta/stress_tests/
H A Dstress_test_variant_overloads_impl.sh.cpp58 struct Overload { struct
86 struct Overload<> { void operator()() const; }; struct
89 struct Overload<Tp, Types...> : Overload<Types...> { struct
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-785.cs61 public void Overload () in Overload() method in NewVTable
65 public void Overload (int i) in Overload() method in NewVTable
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/glsl/
H A Dast.rs50 pub struct Overload { struct
64 pub overloads: Vec<Overload>, argument
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A DOverloadTest.cpp36 TEST(Overload, StdVariant) { in TEST() argument
54 TEST(Overload, BoostVariant) { in TEST() argument
72 TEST(Overload, DiscriminatedPtr) { in TEST() argument
96 TEST(Overload, StdPattern) { in TEST() argument
122 TEST(Overload, BoostPattern) { in TEST() argument
/dports/lang/rust/rustc-1.58.1-src/src/doc/rust-by-example/src/macros/
H A Doverload.md1 # Overload chapter
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/
H A Doverload.hxx22 class EXTERN_AST Overload class
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gnat.dg/
H A Doverload.adb3 package body Overload is package
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gnat.dg/
H A Doverload.adb3 package body Overload is package
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Doverload.adb3 package body Overload is package
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gnat.dg/
H A Doverload.adb3 package body Overload is package
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gnat.dg/
H A Doverload.adb3 package body Overload is package
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gnat.dg/
H A Doverload.adb3 package body Overload is package

123456789