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

123456789

/external/clang/test/CodeGenCXX/
H A Dexpr.cpp27 int test4() { function
H A Dthrow-expressions.cpp18 int test4() { function
H A Dinternal-linkage.cpp52 char const * *test4() function
/external/clang/test/Lexer/
H A Dc90.c37 int test4() { function
/external/clang/test/Parser/
H A Dimplicit-casts.c20 short x; void test4(char c) { x += c; } function
H A Dpointer-arithmetic.c6 int test4(int *a, int *b) { return a - b; } function
/external/clang/test/Sema/
H A Dreturn-noreturn.c35 test4() { function
H A Dtypedef-retain.c23 int test4(const a y) { function
H A Dwarn-documentation-fixits.cpp21 void test4(SomeTy aaa, OtherTy bbb);
H A Dasm.c37 void test4(const volatile void *addr) function
42 asm ("nop" : : "r"(test4(addr))); // expected-error {{invalid type 'void' in asm input for constraint 'r'}}
43 asm ("nop" : : "m"(test4(addr))); // expected-error {{invalid lvalue in asm input for constraint 'm'}}
/external/clang/test/SemaCXX/
H A Dwarn-func-not-needed.cpp32 namespace test4 { namespace
H A Dattr-weak.cpp11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
H A Dunknown-anytype.cpp39 namespace test4 { namespace
H A Dwarn-vla.cpp13 void test4(int n) { function
/external/clang/test/CodeGen/
H A Dblocks-1.c43 int test4() { function
75 rv += test4();
H A D2003-09-18-BitfieldTests.c23 int test4(BF *b) { function
H A Ddostmt.c53 int test4() { function
H A Dswitch-dce.c64 // CHECK: @test4
71 void test4() { function
/external/chromium_org/third_party/icu/source/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/icu4c/test/intltest/
H A Dstrcase.cpp75 UnicodeString test4(test3);
76 test4.toLower(Locale(""));
78 if (test4 != expectedResult)
79 errln("1. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
81 test4 = test3;
82 test4.toLower(Locale("tr", "TR"));
84 if (test4 != expectedResult)
85 errln("2. toLower failed: expected \"" + expectedResult + "\", got \"" + test4 + "\".");
90 test4 = test3;
92 test4
[all...]
/external/chromium_org/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());
/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());
/external/chromium_org/v8/test/webkit/
H A Dcontinue-break-multiple-labels.js81 function test4() function
94 shouldBe("test4()", "1");
/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

Completed in 441 milliseconds

123456789