Searched refs:test0 (Results 1 - 25 of 221) sorted by relevance

123456789

/external/v8/test/mjsunit/regress/
H A Dregress-263.js33 function test0() { with({}) for(var x in {}) return; } function
34 test0();
H A Dregress-265.js33 function test0() { function
47 test0();
/external/clang/test/Sema/
H A Dconditional-expr.c38 unsigned long test0 = 5; local
39 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
40 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
41 test0
[all...]
/external/llvm/test/MC/AsmParser/
H A Dmacros-parsing.s4 .macro .test0
9 .test0
12 .test0
14 // CHECK-ERRORS: macro '.test0' is already defined
15 .macro .test0
/external/clang/test/CodeGen/
H A Dunwind-attr.c6 // CHECK: define [[INT:i.*]] @test0() [[TF:#[0-9]+]] {
7 // CHECK-NOEXC: define [[INT:i.*]] @test0() [[NUW:#[0-9]+]] {
8 int test0(void) { function
H A Dvolatile-2.c3 void test0() { function
4 // CHECK-LABEL: define void @test0()
H A Dasm_arm.c4 void test0(void) { function
/external/clang/test/CodeGenCXX/
H A Dapple-kext.cpp8 namespace test0 { namespace
H A Dnoexcept.cpp6 namespace test0 { namespace
H A Druntimecc.cpp15 namespace test0 { namespace
H A Dvarargs.cpp5 namespace test0 { namespace
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/
H A Dpointer_string.pass.cpp28 test0(const typename S::value_type* lhs, const S& rhs, const S& x) function
48 test0("", S(""), S(""));
49 test0("", S("12345"), S("12345"));
50 test0("", S("1234567890"), S("1234567890"));
51 test0("", S("12345678901234567890"), S("12345678901234567890"));
52 test0("abcde", S(""), S("abcde"));
53 test0("abcde", S("12345"), S("abcde12345"));
54 test0("abcde", S("1234567890"), S("abcde1234567890"));
55 test0("abcde", S("12345678901234567890"), S("abcde12345678901234567890"));
56 test0("abcdefghi
[all...]
H A Dstring_pointer.pass.cpp28 test0(const S& lhs, const typename S::value_type* rhs, const S& x) function
48 test0(S(""), "", S(""));
49 test0(S(""), "12345", S("12345"));
50 test0(S(""), "1234567890", S("1234567890"));
51 test0(S(""), "12345678901234567890", S("12345678901234567890"));
52 test0(S("abcde"), "", S("abcde"));
53 test0(S("abcde"), "12345", S("abcde12345"));
54 test0(S("abcde"), "1234567890", S("abcde1234567890"));
55 test0(S("abcde"), "12345678901234567890", S("abcde12345678901234567890"));
56 test0(
[all...]
H A Dchar_string.pass.cpp28 test0(typename S::value_type lhs, const S& rhs, const S& x) function
48 test0('a', S(""), S("a"));
49 test0('a', S("12345"), S("a12345"));
50 test0('a', S("1234567890"), S("a1234567890"));
51 test0('a', S("12345678901234567890"), S("a12345678901234567890"));
65 test0('a', S(""), S("a"));
66 test0('a', S("12345"), S("a12345"));
67 test0('a', S("1234567890"), S("a1234567890"));
68 test0('a', S("12345678901234567890"), S("a12345678901234567890"));
H A Dstring_char.pass.cpp28 test0(const S& lhs, typename S::value_type rhs, const S& x) function
48 test0(S(""), '1', S("1"));
49 test0(S("abcde"), '1', S("abcde1"));
50 test0(S("abcdefghij"), '1', S("abcdefghij1"));
51 test0(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
65 test0(S(""), '1', S("1"));
66 test0(S("abcde"), '1', S("abcde1"));
67 test0(S("abcdefghij"), '1', S("abcdefghij1"));
68 test0(S("abcdefghijklmnopqrst"), '1', S("abcdefghijklmnopqrst1"));
/external/clang/test/SemaCXX/
H A Dunknown-anytype.cpp3 namespace test0 { namespace
4 extern __unknown_anytype test0;
40 extern __unknown_anytype test0(...);
44 void (*fn)(int) = (void(*)(int)) test0;
H A Dconditional-expr.cpp202 unsigned long test0 = 5; local
203 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
204 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
205 test0
[all...]
H A Dcxx0x-return-init-list.cpp6 int test0(int i) { function
H A Dexception-spec-no-exceptions.cpp9 namespace test0 { namespace
H A Dno-exceptions.cpp7 namespace test0 { namespace
H A Dwarn-string-conversion.cpp6 void test0() { function
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp13 namespace test0 { namespace
18 Opaque0 test0(int*);
25 using Base::test0;
26 Opaque1 test0(const int*);
38 void test0() { function in namespace:test0
39 Opaque0 a = Derived().test0((int*) 0);
40 Opaque1 b = Derived().test0((const int*) 0);
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp5 namespace test0 { namespace
/external/clang/test/CXX/over/over.match/over.match.best/over.best.ics/over.ics.list/
H A Dp6.cpp4 namespace test0 { namespace
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
H A Dp1.cpp13 struct test0 {}; struct in namespace:ns0::ns1
33 test0 a;

Completed in 405 milliseconds

123456789