/external/clang/test/SemaCXX/ |
D | member-pointers-2.cpp | 14 struct Test0 { struct 18 Test0 *memptr; argument 24 p = &Test0::memfoo++; in test() argument 25 p = &Test0::memfoo--; in test() 26 p = &Test0::memarr[1]; in test() 27 p = &Test0::memptr->memint; in test() 28 p = &Test0::memstruct.a; in test() 29 p = &Test0::memfun(); in test() 34 Test0 mytest; in test0()
|
D | storage-class.cpp | 7 extern "C" struct Test0 { int x; }; // no warning argument
|
D | empty-class-layout.cpp | 6 namespace Test0 { namespace
|
D | constructor-initializer.cpp | 187 namespace Test0 { namespace
|
D | member-pointer.cpp | 208 template <typename T> struct Test0 { struct
|
/external/clang/test/CodeGenObjC/ |
D | property-aggregate.m | 13 @interface Test0 interface 17 @implementation Test0 implementation 21 // CHECK: define internal i24 @"\01-[Test0 s3]"( 24 // CHECK: define internal void @"\01-[Test0 setS3:]"( 27 // CHECK: define internal i32 @"\01-[Test0 s4]"( 30 // CHECK: define internal void @"\01-[Test0 setS4:]"(
|
D | arc-related-result-type.m | 3 @interface Test0 interface 6 void test0(Test0 *val) { 7 Test0 *x = [val self];
|
D | objfw.m | 5 @interface Test0 interface 9 [Test0 test];
|
D | arc-unopt.m | 5 @class Test0; 6 Test0 *test0(void) { 7 extern Test0 *test0_helper;
|
D | stret_lookup.m | 9 @interface Test0 interface 16 t = [Test0 test];
|
D | arc-property.m | 4 @interface Test0 interface 7 void test0(Test0 *t0, id value) {
|
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/ |
D | p11.cpp | 42 class Test0 { class 59 template <typename> class Test0 { class 77 template <typename T> class Test0 { class 91 template class Test0<int>; variable
|
D | p1.cpp | 15 namespace Test0 { namespace 31 using Test0::foo; in test1() 46 class Test0::foo b; in test2()
|
D | p4.cpp | 24 class Test0 { class
|
D | p12.cpp | 36 struct Test0 : Base { struct
|
/external/clang/test/SemaTemplate/ |
D | temp_class_spec_neg.cpp | 39 struct Test0; 43 struct Test0<T, N, TT>; // expected-error{{does not specialize}} 49 struct Test0<T*, N, TT> { }; struct
|
/external/clang/test/CodeGenObjCXX/ |
D | message.mm | 6 @interface Test0 interface 11 operator Test0*();
|
/external/clang/test/Parser/ |
D | recovery.m | 3 @interface Test0 interface
|
/external/testng/src/test/java/test/tmp/ |
D | Test0.java | 6 public class Test0 { class
|
/external/clang/test/SemaObjC/ |
D | warn-retain-cycle.m | 5 @interface Test0 interface 10 void test0(Test0 *x) { 20 __weak Test0 *weakx = x; 166 void testCopying(Test0 *obj) {
|
/external/clang/test/CXX/class.access/class.access.dcl/ |
D | p1.cpp | 28 class Test0 { class
|
/external/libchrome/base/message_loop/ |
D | message_loop_test.cc | 29 void Test0() { in Test0() function in base::test::__anon9470f2bc0111::Foo 101 Bind(&Foo::Test0, foo.get())); in RunTest_PostTask()
|