Searched refs:explicit (Results 1 - 25 of 427) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dexplicit8.C5 explicit operator int() const;
8 explicit inline A::operator int() const { return 1; } // { dg-error "'explicit' outside class declaration" }
11 explicit void f(); // { dg-error "only declarations of constructors and conversion operators can be 'explicit'" }
14 explicit void B::f() { } // { dg-error "'explicit' outside class declaration" }
17 explicit C(int);
21 explicit friend C::C(int); // { dg-error "'explicit' i
[all...]
H A Dauto19.C5 explicit Explicit(const Explicit&){}
H A Dinitlist40.C6 explicit A(int = 42);
11 A a1 = { }; // { dg-error "explicit" }
12 A a2 = { 24 }; // { dg-error "explicit" }
H A Ddc7.C5 explicit A() { }
H A Dexplicit6.C6 explicit operator int(); // { dg-message "qualification conversion" }
H A Dexplicit7.C1 // [over.match.conv]: For direct-initialization, those explicit conversion
12 explicit operator B*(); // { dg-message "explicit" }
13 explicit operator B&(); // { dg-message "explicit" }
H A Dnsdmi-template11.C6 explicit SampleModule (int);
/haiku-buildtools/binutils/gas/testsuite/gas/ia64/
H A Dnop_x.s1 .explicit
H A Ddv-war-err.s5 .explicit
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/ia64/
H A Dnop_x.s1 .explicit
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tc1/
H A Ddr194.C7 inline explicit A();
13 inline explicit B();
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dexplicit1.C7 explicit A (int);
H A Ddecl6.C10 friend explicit int j(); // { dg-error "" } only ctor decls can be explicit
11 friend explicit B::B (); // { dg-error "" } only ctor decls can be explicit
22 explicit A (); // ok
25 explicit A::A () {} // { dg-error "" } only ctor decls can be explicit
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dexplicit2.C3 struct A { explicit A(int = 0); };
H A Darray28.C3 struct Foo { explicit Foo(int) { } };
H A Dexplicit1.C3 struct A { explicit A(int = 0); };
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dnop123.s1 # A nop to pad with an explicit insn.
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dnop123.s1 # A nop to pad with an explicit insn.
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dexplicit1.C3 explicit A1(int) { }
7 explicit A(int);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dstatic_cast4.C3 explicit C(int) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/overload/
H A Dreftemp1.C5 explicit X(const X&);
H A Ddefarg7.C4 explicit A(const int *);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A Dp13417.C7 explicit Foo (int){}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/dwarf2/
H A Dexplicit-constructor.C10 explicit Foo (int) {}
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-direct-init.C7 explicit A(const A&);

Completed in 123 milliseconds

1234567891011>>