Searched refs:test3 (Results 276 - 300 of 463) sorted by relevance

<<111213141516171819

/external/clang/test/SemaCXX/
H A Dwarn-redundant-move.cpp49 A test3(B& b1) { function
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/ltp/testcases/commands/eject/
H A Deject-tests.sh110 test3() function
/external/ltp/testcases/commands/ld/
H A Dld0166 test3() function
/external/valgrind/none/tests/mips32/
H A DSignalException.c67 static void test3(void) function
/external/clang/test/CXX/class.access/class.friend/
H A Dp1.cpp152 namespace test3 { namespace
164 return p->x; // expected-error {{'x' is a protected member of 'test3::A'}}
318 void test3(int);
330 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/ltp/testcases/network/nfsv4/acl/
H A Dacl1.c166 static void test3(char *file) function
313 test3(path);
342 test3(argv[1]);
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp207 CharacterIterator* test3 = new StringCharacterIterator(testText, 2, 20, 5); local
218 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4)
223 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
244 *((StringCharacterIterator*)test1) = *((StringCharacterIterator*)test3);
245 if (*test1 != *test3 || *test1 == *test5)
249 delete test3;
293 UCharCharacterIterator* test3 = new UCharCharacterIterator(testText, u_strlen(testText), 2, 20, 5); local
315 if (*test1 == *test2 || *test1 == *test3 || *test1 == *test4 )
323 if (test1->hashCode() == test2->hashCode() || test1->hashCode() == test3->hashCode()
359 *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 Deh.cpp50 void test3() { function
H A Dexceptions.cpp175 namespace test3 { namespace
H A Dlinkage.cpp25 namespace test3 { namespace
H A Dmangle-template.cpp27 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-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...]
H A Dvtable-assume-load.cpp96 namespace test3 { namespace
113 // CHECK3: call void @_ZN5test31CC1Ev(%"struct.test3::C"*
121 } // test3
/external/clang/test/Misc/
H A Dcaret-diags-macros.c102 void test3() { function
/external/clang/test/Sema/
H A Dasm.c34 void test3() { 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

Completed in 2404 milliseconds

<<111213141516171819