Searched refs:test3 (Results 226 - 250 of 375) sorted by relevance

1234567891011>>

/external/clang/test/CodeGenCXX/
H A Deh.cpp50 void test3() { function
H A Dglobal-init.cpp65 namespace test3 { namespace
H A Dmicrosoft-abi-virtual-inheritance.cpp338 namespace test3 { namespace
360 // CHECK-LABEL: define x86_thiscallcc void @"\01?bar@D@test3@@UAEXXZ"(%"struct.test3::D"* %this)
366 // CHECK: %[[OBJ_i8:.*]] = bitcast %"struct.test3::D"* %{{.*}} to i8*
368 // CHECK: %[[C:.*]] = bitcast i8* %[[C_i8]] to %"struct.test3::C"*
369 // CHECK: %[[C_i8:.*]] = bitcast %"struct.test3::C"* %[[C]] to i8*
371 // CHECK: call x86_thiscallcc void @"\01?foo@C@test3@@UAEXXZ"(i8* %[[ARG]])
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-no-thunks.cpp67 namespace test3 { namespace
78 // CHECK-LABEL: VFTable for 'test3::A' in 'test3::X' (2 entries)
79 // CHECK-NEXT: 0 | void test3::A::f()
80 // CHECK-NEXT: 1 | void test3::X::i()
82 // CHECK-LABEL: VFTable for 'test3::B' in 'test3::X' (2 entries)
83 // CHECK-NEXT: 0 | void test3::B::g()
84 // CHECK-NEXT: 1 | void test3::B::h()
86 // CHECK-LABEL: VFTable indices for 'test3
[all...]
H A Dvisibility-inlines-hidden.cpp114 namespace test3 { namespace
/external/clang/test/Parser/
H A Dcxx-casting.cpp76 void test3() { function
H A Ddeclarators.c30 void test3(x, function
H A Dswitch-recovery.cpp35 int test3(int i) { function in struct:B
/external/clang/test/Sema/
H A Dasm.c35 void test3() { function
H A Dcomplex-int.c47 void test3(_Complex int *x) { function
H A Dwarn-type-safety.cpp69 void test3(C *c, int *int_buf) { function
/external/clang/test/SemaCXX/
H A Dalignof.cpp14 const int test3 = __alignof__(s1); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} variable
H A Dast-print.cpp34 void test3() { function
H A Dconversion.cpp60 void test3() { function
H A Dreferences.cpp34 void test3() { function
H A Dwarn-global-constructors.cpp43 namespace test3 { namespace
H A Dwarn-thread-safety-verbose.cpp60 void test3() { // expected-note {{Thread warning in function 'test3'}} function in class:Test
/external/clang/test/SemaTemplate/
H A Ddependent-names.cpp48 static void test3() { function in class:test0::Derived1
71 static void test3() { function in class:test0::Derived2
82 d1.test3(); // expected-note {{in instantiation of member function}}
88 d2.test3(); // expected-note {{in instantiation of member function}}
/external/valgrind/none/tests/mips32/
H A DSignalException.c67 static void test3(void) function
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dutils_module_tests.c205 int test3[] = { 1, 1, 1, -1, 2, 3, 4, 1, 2, 0 }; local
216 int_array_sort_unique(test3);
218 if (int_array_len(test3) != len)
220 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0)
/external/wpa_supplicant_8/src/utils/
H A Dutils_module_tests.c205 int test3[] = { 1, 1, 1, -1, 2, 3, 4, 1, 2, 0 }; local
216 int_array_sort_unique(test3);
218 if (int_array_len(test3) != len)
220 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dutils_module_tests.c205 int test3[] = { 1, 1, 1, -1, 2, 3, 4, 1, 2, 0 }; local
216 int_array_sort_unique(test3);
218 if (int_array_len(test3) != len)
220 else if (os_memcmp(test3, test3_res, len * sizeof(int)) != 0)
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp151 namespace test3 { namespace
163 return p->x; // expected-error {{'x' is a protected member of 'test3::A'}}
317 void test3(int);
329 void A::test3(int x = B::private_type()) {} // expected-error {{'private_type' is a private member of 'test11::B'}} function in class:test11::A
/external/clang/test/CXX/class.access/
H A Dp4.cpp112 namespace test3 { namespace
119 A a; // expected-error {{variable of type 'test3::A' has private destructor}}
123 A local; // expected-error {{variable of type 'test3::A' has private destructor}}
139 Base2, // expected-error {{base class 'test3::Base2' has private destructor}}
150 Base2, // expected-error 2 {{base class 'test3::Base2' has private destructor}}
386 int test3(A<int> &a) { function in class:test15::A
411 int test3(B<int> &b) { function in class:test15::B
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp205 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
216 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
221 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
242 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
243 if (*test1 != *test3 || *test1 == *test5)
247 delete test3;
291 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
313 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
321 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
357 *test1 = *test3;
[all...]

Completed in 467 milliseconds

1234567891011>>