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

123456

/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() {
7 // CHECK-NOEXC: define [[INT:i.*]] @test0() nounwind {
8 int test0(void) { function
H A Dvolatile-2.c3 void test0() { function
4 // CHECK: 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 Dvarargs.cpp5 namespace test0 { namespace
H A Dexceptions-no-rtti.cpp10 namespace test0 { namespace
34 void test0() { function in namespace:test1
/external/clang/test/SemaCXX/
H A Doverload-0x.cpp3 namespace test0 { namespace
4 struct A { // expected-note {{candidate function (the implicit copy assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}} expected-note {{candidate function (the implicit move assignment operator) not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
5 A &operator=(void*); // expected-note {{candidate function not viable: 'this' argument has type 'const test0::A', but method is not marked const}}
H A Dwarn-string-conversion.cpp6 void test0() { function
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.cpp192 unsigned long test0 = 5; local
193 test0 = test0 ? (long) test0 : test0; // expected-warning {{operand of ? changes signedness: 'long' to 'unsigned long'}}
194 test0 = test0 ? (int) test0 : test0; // expected-warning {{operand of ? changes signedness: 'int' to 'unsigned long'}}
195 test0
[all...]
H A Dcxx0x-return-init-list.cpp6 int test0(int i) { function
H A Dexception-spec-no-exceptions.cpp8 namespace test0 { namespace
H A Dno-exceptions.cpp7 namespace test0 { namespace
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp4 namespace test0 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp12 namespace test0 { namespace
17 Opaque0 test0(int*);
24 using Base::test0;
25 Opaque1 test0(const int*);
37 void test0() { function in namespace:test0
38 Opaque0 a = Derived().test0((int*) 0);
39 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.cpp12 struct test0 {}; struct in namespace:ns0::ns1
32 test0 a;
/external/clang/test/SemaTemplate/
H A Dtemp_arg.cpp15 namespace test0 { namespace
18 bar(::test0::foo<tee> *ptr) {} // FIXME(redundant): expected-error 2 {{use of undeclared identifier 'tee'}}
/external/clang/test/CXX/class.access/class.protected/
H A Dp1-cxx11.cpp4 namespace test0 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
H A Dp1.cpp7 void test0() { i++; } function

Completed in 328 milliseconds

123456