| /external/clang/test/CodeGenCXX/ |
| unknown-anytype.cpp | 58 void test5() { function
|
| visibility-ms-compat.cpp | 98 namespace test5 { namespace
|
| /external/clang/test/Parser/ |
| char-literal-printing.c | 11 char test5(void) { return '\a'; } function
|
| declarators.c | 37 int (test5), ; // expected-error {{expected identifier or '('}} variable
|
| switch-recovery.cpp | 50 int test5(int i) { function
|
| /external/clang/test/Sema/ |
| asm.c | 49 void test5() { function
|
| c89.c | 31 void test5(register);
|
| enum.c | 106 char test5[__has_feature(enumerator_attributes) ? 1 : -1]; variable
|
| offsetof.c | 69 int test5() { function
|
| statements.c | 19 int test5() { return ({L1: L2: L3: 5;}); }
|
| /external/clang/test/SemaCXX/ |
| alignof.cpp | 22 int test5 = __alignof__(s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}} member in struct:S2
|
| ast-print.cpp | 45 void test5() { function
|
| blocks.cpp | 86 namespace test5 {
|
| class-base-member-init.cpp | 78 namespace test5 { namespace 86 decltype(Base(1))(2), // expected-error {{multiple initializations given for base 'decltype(test5::Base(1))' (aka 'test5::Base')}}
|
| uninit-variables.cpp | 73 int test5() { function
|
| warn-global-constructors.cpp | 60 namespace test5 { namespace
|
| warn-unreachable.cpp | 61 void test5() { function
|
| warn-unused-filescoped.cpp | 92 namespace test5 { namespace
|
| attr-deprecated.cpp | 86 void test5() { function in namespace:test1 164 namespace test5 { namespace
|
| /external/chromium_org/third_party/icu/source/test/intltest/ |
| citrtest.cpp | 207 CharacterIterator* test5 = test1->clone(); local 218 if (*test1 != *test5) 225 if (test1->hashCode() != test5->hashCode()) 239 if (*test1 != *test2 || *test1 == *test5) 243 if (*test1 != *test3 || *test1 == *test5) 249 delete test5; 293 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); local 315 if (*test1 != *test5 ) 325 if (test1->hashCode() != test5->hashCode()) 337 test5->getText(result5); [all...] |
| /external/icu4c/test/intltest/ |
| citrtest.cpp | 208 CharacterIterator* test5 = test1->clone(); local 219 if (*test1 != *test5) 226 if (test1->hashCode() != test5->hashCode()) 240 if (*test1 != *test2 || *test1 == *test5) 244 if (*test1 != *test3 || *test1 == *test5) 250 delete test5; 294 UCharCharacterIterator* test5 = (UCharCharacterIterator*)test1->clone(); local 316 if (*test1 != *test5 ) 326 if (test1->hashCode() != test5->hashCode()) 338 test5->getText(result5); [all...] |
| /external/chromium_org/v8/test/mjsunit/regress/ |
| regress-70066.js | 85 function test5(value) { function 91 assertEquals("5:false", test5(5), "test5"); 92 assertEquals(0, x, "test5"); // Global x is undisturbed.
|
| /external/v8/test/mjsunit/regress/ |
| regress-70066.js | 85 function test5(value) { function 91 assertEquals("5:false", test5(5), "test5"); 92 assertEquals(0, x, "test5"); // Global x is undisturbed.
|
| /external/chromium_org/v8/test/mjsunit/ |
| object-literal-conversions.js | 41 var test5 = { 13: function() {}, "13": 7 }; 44 assertEquals(7, test5[13]);
|
| /external/chromium_org/v8/test/webkit/ |
| continue-break-multiple-labels.js | 96 function test5() function 111 shouldBe("test5()", "1");
|