Home
last modified time | relevance | path

Searched defs:Thingy (Results 1 – 25 of 114) sorted by relevance

12345

/dports/devel/swig/swig-4.0.2/Examples/test-suite/
H A Dcpp11_rvalue_reference2.i21 struct Thingy { struct
26 Thingy(int v, int &&rvalv) : val(v), lvalref(val), rvalref(std::move(rvalv)) {} in Thingy() argument
35 Thingy(const Thingy& rhs) : val(rhs.val), lvalref(rhs.lvalref), rvalref(std::move(rhs.rvalref)) {} in Thingy() argument
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/
H A Dnew-impl-syntax.rs5 struct Thingy { struct
10 impl fmt::Debug for Thingy { implementation
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/packages/Python/lldbsuite/test/python_api/class_members/
H A Dmain.mm26 @interface Thingy: NSObject { interface
32 @implementation Thingy { implementation
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/test/API/python_api/class_members/
H A Dmain.mm18 @interface Thingy: NSObject { interface
24 @implementation Thingy { implementation
/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dtest-169.cs24 public virtual int Thingy { property in Base
35 public override int Thingy { property in Derived
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/20_util/function_objects/bind_front/
H A D2.cc61 struct Thingy { }; in test02() struct
63 auto func = [](const std::unique_ptr<Thingy>&, int) {}; in test02()
/dports/devel/py-breathe/breathe-4.31.0/examples/specific/
H A Dcpp_trailing_return_type.h1 class Thingy; variable
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/20_util/optional/
H A D77288.cc141 struct Thingy struct
143 Thingy(int) {} in Thingy() function
144 Thingy(Widget) {} in Thingy() function
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/20_util/optional/
H A D77288.cc142 struct Thingy struct
144 Thingy(int) {} in Thingy() function
145 Thingy(Widget) {} in Thingy() function

12345