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

1234567891011>>

/external/clang/test/Sema/
H A Dwarn-type-safety.cpp69 void test3(C *c, int *int_buf) { function
H A Dattr-deprecated.c50 struct bar_dep *test3; // expected-warning {{'bar_dep' is deprecated}} variable in typeref:struct:bar_dep
H A Dblock-misc.c47 void test3() { function
H A Denable_if.c72 void test3(int c) { function
H A Dexprs.c47 void test3() { function
/external/clang/test/SemaCXX/
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
/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/main/none/tests/mips32/
H A DSignalException.c67 static void test3(void) function
/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
H A Dp6.cpp83 namespace test3 { namespace
105 Outer::A<B, Blue>::foo(); // expected-error {{no member named 'foo' in 'test3::Outer::A<test3::B, test3::Blue>'; did you mean 'Outer::A<B, Green>::foo'?}}
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp206 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
243 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
244 if (*test1 != *test3 || *test1 == *test5)
248 delete test3;
292 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
314 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
322 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
358 *test1 = *test3;
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp206 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
217 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
222 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
243 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
244 if (*test1 != *test3 || *test1 == *test5)
248 delete test3;
292 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
314 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
322 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
358 *test1 = *test3;
[all...]
/external/clang/test/Analysis/inlining/
H A Dfalse-positive-suppression.cpp172 void test3() { function
/external/clang/test/CXX/dcl.decl/dcl.meaning/dcl.array/
H A Dp3.cpp31 namespace test3 { namespace
/external/clang/test/CodeGen/
H A Dexprs.c21 int test3() { function
/external/clang/test/CodeGenCXX/
H A Dexceptions.cpp172 namespace test3 { namespace
H A Dlinkage.cpp25 namespace test3 { namespace
H A Dmangle-template.cpp28 namespace test3 { namespace
H A Dmicrosoft-abi-vtables-multiple-nonvirtual-inheritance-return-adjustment.cpp93 namespace test3 { namespace
119 // CHECK-LABEL: VFTable for 'test3::D' in 'test3::E' in 'test3::X' (4 entries).
120 // CHECK-NEXT: 0 | test3::F *test3::X::foo()
121 // CHECK-NEXT: [return adjustment (to type 'struct test3::B *'): 8 non-virtual]
122 // CHECK-NEXT: 1 | void test3::D::z()
123 // CHECK-NEXT: 2 | test3::F *test3
[all...]
/external/clang/test/Misc/
H A Dcaret-diags-macros.c108 void test3() { function
/external/clang/test/Modules/
H A Dmacros.c123 void test3() { function

Completed in 802 milliseconds

1234567891011>>