Searched refs:test2 (Results 126 - 150 of 333) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A Dswitch-dce.c26 // CHECK: @test2
33 void test2() { function
/external/clang/test/CodeGenCXX/
H A Dfunction-template-specialization.cpp21 void test2(int *iptr, double *dptr, int diff) { function
H A Dinline-functions.cpp58 namespace test2 { namespace
H A Dpartial-destruction.cpp125 namespace test2 { namespace
H A Dstatic-data-member.cpp33 namespace test2 { namespace
H A Dblocks.cpp27 void test2() { function in namespace:test1
59 namespace test2 { namespace
/external/clang/test/Parser/
H A Dexpressions.c13 int test2(int a, int b) { function
/external/clang/test/Sema/
H A Darm-neon-types.c11 float32x2_t test2(uint32x2_t x) { function
H A Dattr-unavailable-message.c18 char test2[__has_feature(attribute_unavailable_with_message) ? 1 : -1]; variable
H A Dwarn-cast-align.c34 void test2(char *P) { function
/external/clang/test/SemaCXX/
H A Dattr-declspec-ignored.cpp14 namespace test2 { namespace
H A Dattr-noreturn.cpp15 int &test2() { function in namespace:test5
H A Dpragma-visibility.cpp8 namespace test2 __attribute__((visibility("hidden"))) { namespace
H A Dwarn-unused-value.cpp34 namespace test2 { namespace
H A Dcxx0x-initializer-aggregates.cpp79 typedef int test2[]; typedef in namespace:array_explicit_conversion
85 (void)test2{1};
H A Dfriend.cpp34 namespace test2 { namespace
40 friend void ::test2::foo::Func(int x);
H A Dattr-deprecated.cpp74 void test2(short s) { foo(s); } // expected-warning {{deprecated}} function in namespace:test1
92 namespace test2 { namespace
99 void test2(int i, long l);
111 void A::test2(int i, long l) { function in class:test2::A
178 void test2(A a) { function in namespace:test5
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp22 namespace test2 { namespace
/external/icu4c/test/intltest/
H A Dustrtest.cpp107 UnicodeString test2(temp, 15);
110 if (test2 != expectedValue)
111 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
113 test2 += " for me to go!\n";
115 if (test2 != expectedValue)
116 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
120 if (test2.length() != 30)
121 errln("length() failed: expected 30, got " + test2.length());
270 UnicodeString test2("this is a test");
282 if (test1 != test2 || test
470 UnicodeString test2; local
1475 test3.findAndReplace(UnicodeString((UChar)0x61), test2); local
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp1.cpp32 void test2() { function in namespace:Test0::A
70 namespace test2 { namespace
86 return B(); // expected-error {{'operator int' is a protected member of 'test2::B'}}
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp1.cpp55 int test2 = g<int>(); // expected-note {{here}} local
100 int test2 = g<int>(); // expected-note {{here}} member in namespace:ScopedEnum::ScopedEnum1::ScopedEnum2::UnscopedEnum3::UnscopedEnum
/external/clang/test/Index/
H A Dcomplete-type-factors.m30 void test2(A *a) {
/external/v8/test/mjsunit/regress/
H A Dregress-70066.js47 function test2() { function
56 assertEquals("2:false", test2(), "test2");
57 assertEquals(0, x, "test2"); // Global x is undisturbed.
/external/valgrind/main/gdbserver_tests/
H A Dmcsigpass.stdoutB.exp7 0x........ in test2 () at faultstatus.c:110
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
H A Dregress-50447.js46 test2();
94 function test2() function
97 enterFunc ("test2");
108 exitFunc ("test2");

Completed in 1507 milliseconds

1234567891011>>