Home
last modified time | relevance | path

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

/external/clang/test/SemaCXX/
Dmember-pointers-2.cpp14 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()
Dstorage-class.cpp7 extern "C" struct Test0 { int x; }; // no warning struct
Dempty-class-layout.cpp6 namespace Test0 { namespace
Dconstructor-initializer.cpp187 namespace Test0 { namespace
Dmember-pointer.cpp208 template <typename T> struct Test0 { struct
/external/deqp-deps/glslang/Test/
Dhlsl.self_cast.frag1 struct Test0 {};
7 Test0 a;
8 Test0 b = (Test0)a;
17 Test0 a[2];
18 Test0 b[2] = (Test0[2])a;
/external/clang/test/CodeGenObjC/
Dproperty-aggregate.m13 @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:]"(
Darc-related-result-type.m3 @interface Test0 interface
6 void test0(Test0 *val) {
7 Test0 *x = [val self];
Dobjfw.m5 @interface Test0 interface
9 [Test0 test];
Darc-unopt.m5 @class Test0;
6 Test0 *test0(void) {
7 extern Test0 *test0_helper;
Dstret_lookup.m9 @interface Test0 interface
16 t = [Test0 test];
Darc-property.m4 @interface Test0 interface
7 void test0(Test0 *t0, id value) {
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
Dp11.cpp42 class Test0 { class
59 template <typename> class Test0 { class
77 template <typename T> class Test0 { class
91 template class Test0<int>; variable
Dp1.cpp15 namespace Test0 { namespace
31 using Test0::foo; in test1()
46 class Test0::foo b; in test2()
Dp4.cpp24 class Test0 { class
Dp12.cpp36 struct Test0 : Base { struct
/external/clang/test/SemaTemplate/
Dtemp_class_spec_neg.cpp39 struct Test0;
43 struct Test0<T, N, TT>; // expected-error{{does not specialize}}
49 struct Test0<T*, N, TT> { }; struct
/external/deqp-deps/glslang/Test/baseResults/
Dhlsl.self_cast.frag.out82 Name 8 "Test0"
95 8(Test0): TypeStruct
96 9: TypePointer Function 8(Test0)
102 21: TypeArray 8(Test0) 20
121 12: 8(Test0) Load 11(a)
/external/clang/test/CodeGenObjCXX/
Dmessage.mm6 @interface Test0 interface
11 operator Test0*();
/external/clang/test/SemaObjC/
Dwarn-retain-cycle.m5 @interface Test0 interface
10 void test0(Test0 *x) {
20 __weak Test0 *weakx = x;
166 void testCopying(Test0 *obj) {
/external/clang/test/Parser/
Drecovery.m3 @interface Test0 interface
/external/testng/src/test/java/test/tmp/
DTest0.java6 public class Test0 { class
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dsmml.ll11 define i32 @Test0(i32 %a, i32 %b, i32 %c) nounwind readnone ssp {
13 ; CHECK-LABEL: Test0
/external/clang/test/CXX/class.access/class.access.dcl/
Dp1.cpp28 class Test0 { class
/external/libchrome/base/message_loop/
Dmessage_loop_unittest.cc63 void Test0() { ++test_count_; } in Test0() function in base::__anon2a3b24860111::Foo
856 BindOnce(&Foo::Test0, foo)); in TEST_P()