Searched defs:Derived (Results 1 - 25 of 118) sorted by relevance

12345

/external/clang/test/Profile/
H A Dcxx-implicit.cpp13 struct Derived : public Base { struct in inherits:Base
14 Derived();
17 Derived::Derived() {} function in class:Derived
/external/chromium_org/tools/clang/plugins/tests/
H A Dblacklisted_dirs.cpp10 struct Derived : public Base { struct in inherits:Base
/external/clang/test/CXX/class.derived/
H A Dp2.cpp8 struct Derived : Base {}; struct in namespace:PR5840
H A Dp1.cpp24 struct Derived : decltype(Base()) { }; struct in namespace:PR11216
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-fwd.cpp5 // CHECK: [ DW_TAG_structure_type ] [Derived<int>] {{.*}} [def]
7 template <class A> class Derived;
10 static Derived<A> *create();
13 template <class A> struct Derived : Base<A> { struct in inherits:Base
18 // During the instantiation of Derived<int>, Base<int> becomes required to be
21 // requires the (incomplete definition) of Derived<int> which is problematic.
24 // complete during the instantiation of Derived<int> is a no-op because
26 // wire up the base class of Derived<int> in the debug info later on)
27 Derived<int> d;
H A Dvtable-key-function.cpp26 struct Derived : public Base<T> { }; struct in inherits:Base
29 struct Derived<char> : public Base<char> { struct in inherits:Base
33 void Derived<char>::anchor() { }
/external/clang/test/SemaCXX/
H A DPR9884.cpp9 class Derived : public Base { class in inherits:Base
11 Derived(int val);
15 Derived::Derived(int val) function in class:Derived
H A DPR7410.cpp9 struct Derived : Base { struct in inherits:Base
13 Derived d;
H A Dpr13394-crash-on-invalid.cpp25 struct Derived : public Foo::Base { struct in inherits:Foo::Base
/external/clang/test/SemaTemplate/
H A Dinstantiate-elab-type-specifier.cpp10 template <class T> struct Derived : Base<T> { struct in inherits:Base
14 template struct Derived<int>;
H A Dtemp.cpp14 template<typename T> struct Derived : A::Base<char>, B::Base<int> { struct in namespace:test1
16 typename Derived::Base<float>::t x; // expected-error {{found in multiple base classes of different types}} \
/external/chromium_org/v8/test/mjsunit/harmony/
H A Dsuper.js10 function Derived() { class
13 Derived.prototype = Object.create(Base.prototype);
20 assertEquals("Base this is Derived", super.f());
24 return "Derived"
29 Derived.prototype.toString = function() { return "this is Derived"; };
30 Derived.prototype.x = 27;
31 Derived.prototype.f = fDerived.toMethod(Derived.prototype);
34 assertEquals("Derived", ne
58 function Derived() {} function
[all...]
H A DtoMethod.js30 function Derived() { } class
31 Derived.prototype = Object.create(Base.prototype);
36 var g = q.toMethod(Derived.prototype);
/external/chromium_org/tools/clang/blink_gc_plugin/tests/
H A Dclass_multiple_trace_bases.h22 class Derived : public Base, public Mixin { class in namespace:blink
/external/clang/test/PCH/
H A Dcxx-offsetof-base.h4 struct Derived : Base { int y; }; struct in inherits:Base
5 int o = __builtin_offsetof(Derived, x);
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op.const/
H A Dconvert.pass.cpp33 struct Derived : Base {}; struct in inherits:Base
37 Derived d;
39 test<input_iterator<Base*> >(input_iterator<Derived*>(&d));
40 test<forward_iterator<Base*> >(forward_iterator<Derived*>(&d));
41 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
42 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d));
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.cons/
H A Dreverse_iterator.pass.cpp33 struct Derived : Base {}; struct in inherits:Base
37 Derived d;
39 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
40 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d));
/external/clang/test/CXX/except/except.spec/
H A Dp5-virtual.cpp61 struct Derived : Base struct in inherits:Base
/external/libcxx/test/iterators/predef.iterators/move.iterators/move.iter.ops/move.iter.op=/
H A Dmove_iterator.pass.cpp36 struct Derived : Base {}; struct in inherits:Base
40 Derived d;
42 test<input_iterator<Base*> >(input_iterator<Derived*>(&d));
43 test<forward_iterator<Base*> >(forward_iterator<Derived*>(&d));
44 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
45 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d));
/external/libcxx/test/iterators/predef.iterators/reverse.iterators/reverse.iter.ops/reverse.iter.op=/
H A Dreverse_iterator.pass.cpp36 struct Derived : Base {}; struct in inherits:Base
40 Derived d;
42 test<bidirectional_iterator<Base*> >(bidirectional_iterator<Derived*>(&d));
43 test<random_access_iterator<const Base*> >(random_access_iterator<Derived*>(&d));
/external/libcxx/test/utilities/utility/pairs/pairs.pair/
H A Dassign_rv_pair_U_V.pass.cpp25 struct Derived struct in inherits:Base
34 typedef std::pair<std::unique_ptr<Derived>, short> P1;
36 P1 p1(std::unique_ptr<Derived>(), 4);
H A Drv_pair_U_V.pass.cpp25 struct Derived struct in inherits:Base
34 typedef std::pair<std::unique_ptr<Derived>, short> P1;
36 P1 p1(std::unique_ptr<Derived>(), 4);
/external/clang/test/Analysis/
H A Dregion-store.cpp22 class Derived: public P1, public P2 { class in inherits:P1,P2
24 int radar13445834(Derived *Builder, Loc l) {
/external/clang/test/CXX/class/class.friend/
H A Dp1.cpp16 struct Derived : public Base { struct in inherits:Base
49 friend void Derived::missing_member(); // expected-error {{no function named 'missing_member' with type 'void ()' was found in the specified scope}}
51 friend void Derived::base_member(); // expected-error {{no function named 'base_member' with type 'void ()' was found in the specified scope}}
/external/clang/test/CXX/class.derived/class.member.lookup/
H A Dp8.cpp15 struct Derived : public D1, public D2 { struct in namespace:PR5820
20 Derived d;
25 void Derived::Inner() {

Completed in 572 milliseconds

12345