HomeSort by relevance Sort by last modified time
    Searched refs:Base2 (Results 1 - 23 of 23) sorted by null

  /external/clang/test/Index/
index-suppress-refs.cpp 6 typedef B2 Base2;
annotate-context-sensitive.cpp 13 struct Base2 {
17 struct Derived2 : Base2 {
  /external/clang/test/Parser/
cxx0x-override-control-keywords.cpp 20 struct Base2 {
24 struct A : Base2 {
  /external/clang/test/CXX/class/class.mem/
p8-0x.cpp 12 struct Base2 {
17 struct B : Base2 {
40 struct Base2 {
44 struct B : Base2 {
  /external/clang/test/CodeCompletion/
member-access.cpp 6 struct Base2 {
12 struct Base3 : Base1, Base2 {
33 // CHECK-CC1: member1 : [#int#][#Base2::#]member1
39 // CHECK-CC1: memfun1 (Hidden) : [#void#]Base2::memfun1(<#int#>)
  /external/clang/test/CodeGenCXX/
apple-kext-indirect-call-2.C 43 struct Base2 { };
45 struct Derived2 : virtual Base2 {
thunks.cpp 156 struct Base2 {
162 struct Thunks : Base1, Base2 {
visibility.cpp 359 struct Base2 : virtual Base1 { virtual void foo(); };
360 template <class T> struct A : virtual Base1, Base2 {
  /external/clang/test/Analysis/
reinterpret-cast.cpp 28 class Base2 {};
29 class Derived2 : public Base2 {};
31 void f2(Base2 *foo);
  /external/clang/test/SemaCXX/
offsetof.cpp 45 struct Base2 {
49 struct Derived2 : public Base1, public Base2 {
MicrosoftCompatibility.cpp 135 typedef B<U> Base2;
142 Base2::TYPE a4; // expected-warning {{missing 'typename' prior to dependent type name}}
virtual-override.cpp 150 struct Base2 { };
154 (void)sizeof(Foo<Base2>); // expected-note{{instantiation}}
164 Foo2<Base2> f2;
empty-class-layout.cpp 153 struct Base2 : Empty { };
154 struct Test : Base1, Base2 {
conversion-function.cpp 310 struct Base2 {
318 struct Derived23 : Base2, Base3 {
319 using Base2::operator int;
constant-expression-cxx11.cpp 669 struct Base2 : Bottom {
670 constexpr Base2(const int &r) : r(r) {}
674 struct Derived : Base, Base2 {
675 constexpr Derived() : Base(76), Base2(a) {}
684 constexpr Base base2(76);
694 static_assert(derived == base2, "");
697 constexpr Bottom &bot2 = (Base2&)derived;
701 constexpr Bottom *pb2 = (Base2*)&derived;
706 constexpr Base2 &fail = (Base2&)bot1; // expected-error {{constant expression}} expected-note {{cannot cast object of dynamic typ (…)
    [all...]
warn-thread-safety-parsing.cpp     [all...]
warn-thread-safety-analysis.cpp     [all...]
  /external/clang/test/SemaTemplate/
instantiate-using-decl.cpp 35 typedef Visitor2<Derived> Base2;
38 using Base2::Visit;
dependent-base-classes.cpp 71 struct Base2 {
76 struct Derived : Base1<T>, Base2 {
member-access-expr.cpp 21 typedef TheBase Base2;
22 x.Base2::f0();
  /external/clang/test/CXX/class.access/
p4.cpp 127 class Base2 : virtual Base<2> { ~Base2(); }; // expected-note 3 {{declared private here}} \
139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}}
150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}}
  /external/clang/lib/AST/
ASTImporter.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 1391 milliseconds