Searched refs:test4 (Results 26 - 50 of 145) sorted by relevance

123456

/external/clang/test/CodeGen/
H A D2003-09-18-BitfieldTests.c23 int test4(BF *b) { function
H A Dexprs.c29 void test4() { function
33 t1 = sizeof(test4());
34 t2 = __alignof__(test4());
H A Ddostmt.c53 int test4() { function
H A Dpacked-nest-unpacked.c29 void test4() { function
30 // CHECK: @test4
H A Dswitch-dce.c64 // CHECK: @test4
71 void test4() { function
H A Dalignment.c54 void test4(float4align64 *p) { function
57 // CHECK: @test4(
H A Dbuiltin-memfns.c34 // CHECK: @test4
36 void test4(char *P, char *Q) { function
H A Dconditional.c17 void test4() { function
/external/clang/test/CodeGenCXX/
H A Dinternal-linkage.cpp52 char const * *test4() function
H A D2003-11-29-DuplicatedCleanupTest.cpp34 void test4(int val) { function
H A Dstatic-data-member.cpp76 namespace test4 { namespace
H A Dblocks.cpp50 void test4() { function in namespace:test1
109 namespace test4 { namespace
/external/clang/test/Sema/
H A Dtypedef-retain.c23 int test4(const a y) { function
H A Darm-neon-types.c23 int32x4_t test4(int32x4_t a, vSInt32 b) { function
H A Dblock-args.c39 void test4() { function
/external/clang/test/SemaCXX/
H A Dunknown-anytype.cpp39 namespace test4 { namespace
H A Dcxx0x-initializer-aggregates.cpp82 typedef A<-1> test4[]; typedef in namespace:array_explicit_conversion
87 (void)test4{{{1}}}; // expected-note {{in instantiation of template class 'array_explicit_conversion::A<-1>' requested here}}
/external/icu4c/test/intltest/
H A Dstrcase.cpp78 UnicodeString test4(test3);
79 test4.toLower(Locale(""));
81 if (test4 != expectedResult)
82 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
84 test4 = test3;
85 test4.toLower(Locale("tr", "TR"));
87 if (test4 != expectedResult)
88 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
93 test4 = test3;
95 test4
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-969.js79 function test4() { return first((o.x = 1, typeof x4), 2); } function
80 assertEquals('number', test4());
82 assertEquals('undefined', test4());
H A Dregress-70066.js72 function test4(value) { function
80 assertEquals("4:false", test4(4), "test4");
81 assertEquals(0, x, "test4"); // Global x is undisturbed.
/external/clang/test/CXX/class.access/class.access.dcl/
H A Dp1.cpp69 void test4() { function in struct:test1::B
112 void test4() { function in struct:test2::B
158 void test4() {
171 namespace test4 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp4.cpp66 void test4() { function in struct:test1::B
109 void test4() { function in struct:test2::B
155 void test4() {
186 namespace test4 { namespace
H A Dp11.cpp55 namespace test4 { namespace
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dregress-50447.js48 test4();
131 function test4() function
134 enterFunc ("test4");
145 exitFunc ("test4");
/external/clang/test/CXX/conv/conv.mem/
H A Dp4.cpp48 namespace test4 { namespace
52 int (Derived::*d) = data_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}
53 int (Derived::*m)() = method_ptr; // expected-error {{ambiguous conversion from pointer to member of base class 'Base' to pointer to member of derived class 'test4::Derived':}}

Completed in 347 milliseconds

123456