Home
last modified time | relevance | path

Searched refs:Empty2 (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/lang/rust/rustc-1.58.1-src/src/test/ui/structs-enums/
H A Dempty-struct-braces.rs14 struct Empty2; struct
30 let e2: Empty2 = Empty2 {}; in local()
31 let e2: Empty2 = Empty2; in local()
48 Empty2 {} => {} in local()
73 Empty2 { .. } => {} in local()
95 Empty2 => {} in local()
120 let e22: Empty2 = Empty2 { ..e2 }; in local()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/empty/
H A Dempty-struct-unit-pat.stderr1 error[E0532]: expected tuple struct or tuple variant, found unit struct `Empty2`
4 LL | struct Empty2;
5 | -------------- `Empty2` defined here
7 LL | Empty2() => ()
17 LL | Empty2 => ()
46 error[E0532]: expected tuple struct or tuple variant, found unit struct `Empty2`
49 LL | struct Empty2;
50 | -------------- `Empty2` defined here
52 LL | Empty2(..) => ()
62 LL | Empty2 => ()
H A Dempty-struct-unit-pat.rs8 struct Empty2; struct
15 let e2 = Empty2; in main()
21 Empty2() => () //~ ERROR expected tuple struct or tuple variant, found unit struct `Empty2` in main()
28 Empty2(..) => () in main()
H A Dempty-struct-tuple-pat.rs8 struct Empty2(); struct
16 let e2 = Empty2(); in main()
22 Empty2 => () //~ ERROR match bindings cannot shadow tuple structs in main()
H A Dempty-struct-unit-expr.stderr1 error[E0618]: expected function, found `Empty2`
4 LL | struct Empty2;
5 | -------------- `Empty2` defined here
7 LL | let e2 = Empty2();
H A Dempty-struct-unit-expr.rs8 struct Empty2; struct
15 let e2 = Empty2(); //~ ERROR expected function, found `Empty2` in main()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx112 class Empty2:
117 explicit Empty2(
149 Empty2(Empty2 &); // not defined
150 void operator =(Empty2 &); // not defined
152 virtual ~Empty2() {}
155 css::uno::Any Empty2::queryInterface(css::uno::Type const & type)
361 { return new Empty2(m_context); }
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx112 class Empty2: class
117 explicit Empty2( in Empty2() function in __anona79f18170211::Empty2
149 Empty2(Empty2 &); // not defined
150 void operator =(Empty2 &); // not defined
152 virtual ~Empty2() {} in ~Empty2()
155 css::uno::Any Empty2::queryInterface(css::uno::Type const & type) in queryInterface()
361 { return new Empty2(m_context); } in getEmpty2()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/g++.dg/cpp0x/
H A Dnsdmi-empty1.C5 struct Empty2 : Empty {}; struct
7 struct A : Empty2
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/deriving-compat-0.5.10/tests/
H A DShowSpec.hs77 data Empty2 a b type
138 $(deriveShowOptions defaultShowOptions{ showEmptyCaseBehavior = True } ''Empty2)
139 $(deriveShow1Options defaultShowOptions{ showEmptyCaseBehavior = True } ''Empty2)
141 $(deriveShow2Options defaultShowOptions{ showEmptyCaseBehavior = True } ''Empty2)

12345678910>>...12