Searched refs:test2 (Results 251 - 275 of 627) sorted by relevance

<<11121314151617181920>>

/external/clang/test/CodeGen/
H A Dswitch-dce.c26 // CHECK: @test2
33 void test2() { function
/external/clang/test/CodeGenCXX/
H A Darm64.cpp43 namespace test2 { namespace
H A Ddebug-info-enum-class.cpp50 namespace test2 { namespace in namespace:A::B::PR14029
56 // CHECK: [[TEST2]] = !MDNamespace(name: "test2"
H A Dextern-c.cpp33 namespace test2 { namespace
H A Dmember-functions.cpp41 void test2() { function
H A Dpartial-destruction.cpp125 namespace test2 { namespace
H A Dstatic-data-member.cpp37 namespace test2 { namespace
H A Dthrow-expressions.cpp8 int test2() { function
/external/clang/test/Misc/
H A Dast-dump-templates.cpp54 namespace test2 { namespace
/external/clang/test/Parser/
H A Dbrackets.cpp32 void test2() { function
/external/clang/test/Sema/
H A Dattr-visibility.c5 void test2() __attribute__((visibility("internal")));
H A Ddeclspec.c32 void test2() {} function
H A Dwarn-cast-align.c34 void test2(char *P) { function
/external/clang/test/SemaCXX/
H A Daddress-of.cpp29 void test2() { function
H A Dattr-declspec-ignored.cpp14 namespace test2 { namespace
H A Dattr-weak.cpp6 namespace test2 __attribute__((weak)) { // expected-warning {{'weak' attribute only applies to variables, functions and classes}} namespace
H A Derr_init_conversion_failed.cpp12 int test2() { function
H A Dpragma-visibility.cpp8 namespace test2 __attribute__((visibility("hidden"))) { namespace
/external/clang/test/SemaTemplate/
H A Dqualified-id.cpp22 namespace test2 { namespace
/external/libxml2/
H A Dtestdict.c32 static const xmlChar *test2[NB_STRINGS_MAX]; variable
162 memset(test2, 0, sizeof(test2));
171 test2[i] = xmlDictLookup(dict, strings2[i], -1);
172 if (test2[i] == NULL) {
181 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
182 if (test2[j] == NULL) {
191 test2[j] = xmlDictLookup(dict, strings2[j], xmlStrlen(strings2[j]));
192 if (test2[j] == NULL) {
205 if (test2[
[all...]
/external/v8/test/webkit/
H A Dcontinue-break-multiple-labels.js45 function test2() function
60 shouldBe("test2()", "'123'");
/external/icu/icu4c/source/test/intltest/
H A Dustrtest.cpp102 UnicodeString test2(temp, 15);
105 if (test2 != expectedValue)
106 errln("extract() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
108 test2 += " for me to go!\n";
110 if (test2 != expectedValue)
111 errln("operator+=() failed: expected \"" + expectedValue + "\"\n,got \"" + test2 + "\"");
115 if (test2.length() != 30)
116 errln(UnicodeString("length() failed: expected 30, got ") + test2.length());
265 UnicodeString test2("this is a test");
277 if (test1 != test2 || test
465 UnicodeString test2; local
1485 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.cpp54 int test2 = g<int>(); // expected-note {{here}} local
99 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) {

Completed in 487 milliseconds

<<11121314151617181920>>