Searched defs:test3 (Results 126 - 150 of 311) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dpacked-nest-unpacked.c22 void test3(struct X a) { function
23 // CHECK: @test3
H A Dtypes.c33 void test3(struct List a) { function
/external/clang/test/CodeGenCXX/
H A Ddevirtualize-virtual-function-calls.cpp75 namespace test3 { namespace
H A Dmember-functions.cpp70 void test3() { function
H A Dmicrosoft-abi-dynamic-cast.cpp33 T* test3(B* x) { return &dynamic_cast<T&>(*x); } function
34 // CHECK-LABEL: define %struct.T* @"\01?test3@@YAPAUT@@PAUB@@@Z"(%struct.B* %x)
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 Dnrvo.cpp120 X test3(bool B) { function
H A Dstatic-data-member.cpp53 namespace test3 { namespace
H A Dunknown-anytype.cpp39 float test3() { function
/external/clang/test/Parser/
H A Dbrackets.cpp76 void test3() { function
/external/clang/test/Sema/
H A Dvector-assign.c51 void test3(const unsigned *src) { function
H A Dvector-init.c40 void test3() { function
H A Dwarn-cast-align.c39 void test3(char *P) { function
H A Dwarn-type-safety.cpp69 void test3(C *c, int *int_buf) { function
/external/clang/test/SemaCXX/
H A Dlinkage.cpp58 namespace test3 { namespace
65 // CHECK: define void @test3(
66 extern "C" void test3(A a) {} function in namespace:test3
/external/clang/test/SemaTemplate/
H A Dcopy-ctor-assign.cpp32 void test3(X<int> &x, X<int> xi, X<long> xl, X<int Y::*> xmptr) { function
/external/libcxx/test/containers/associative/
H A Dtree_remove.pass.cpp1103 test3() function
1646 test3();
/external/libcxxabi/test/
H A Dcatch_ptr_02.cpp48 void test3 () function
188 test3();
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-70066.js61 function test3(value) { function
67 assertEquals("3:false", test3(3), "test3");
68 assertEquals(0, x, "test3"); // Global x is undisturbed.
/external/clang/test/Analysis/
H A Dmalloc-interprocedural.c50 static void test3() { function
H A Dout-of-bounds.c134 void test3(int x) { function
H A Dunreachable-code-path.c28 void test3(unsigned a) { function
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp65 void test3() { function in struct:test1::B
108 void test3() { function in struct:test2::B
122 namespace test3 { namespace
153 void test3() { function in struct:test3::B
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp42 void test3() { Opaque<1> _ = foo(Opaque<3>()); } function in struct:test1::Test0
54 void test3() { Opaque<1> _ = foo(Opaque<3>()); } function in struct:test1::Test1
67 void test3() { Opaque<1> _ = foo(Opaque<3>()); } function in struct:test1::Test2
106 namespace test3 { namespace
H A Dp4.cpp62 void test3() { function in struct:test1::B
105 void test3() { function in struct:test2::B
119 namespace test3 { namespace
150 void test3() { function in struct:test3::B

Completed in 376 milliseconds

1234567891011>>