Searched defs:test0 (Results 1 - 25 of 124) sorted by relevance

12345

/external/clang/test/CodeGen/
H A Dkr-call.c7 void test0() { function
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 Daltivec.c5 vector int test0 = (vector int)(1); // CHECK: @test0 = global <4 x i32> <i32 1, i32 1, i32 1, i32 1> variable
H A Ddostmt.c4 int test0() { function
/external/clang/test/SemaCXX/
H A Dwarn-string-conversion.cpp6 void test0() { function
H A Dcxx0x-return-init-list.cpp8 int test0(int i) { function
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 Dattr-weak.cpp3 static int test0 __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}} variable
H A Dexception-spec-no-exceptions.cpp8 namespace test0 { namespace
/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();
H A Dregress-1167.js32 function test0(n) { function
43 test0(j * 1000);
H A Dregress-603.js32 function test0() { function
36 assertEquals('bcdz', test0());
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp4 namespace test0 { namespace
/external/clang/test/CXX/class/class.mem/
H A Dp2.cpp13 namespace test0 { namespace
14 struct A { // expected-note {{definition of 'test0::A' is not complete until the closing '}'}}
15 A x; // expected-error {{field has incomplete type 'test0::A'}}
/external/clang/test/CXX/expr/expr.unary/expr.unary.op/
H A Dp4.cpp4 namespace test0 { namespace
10 foo(&g<int>); // expected-error {{can't form member pointer of type 'void (test0::A::*)(int)' without '&' and class name}}
/external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
H A Dp3.cpp5 namespace test0 { namespace
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp10.cpp3 namespace test0 { namespace
/external/clang/test/CXX/temp/temp.spec/temp.inst/
H A Dp11.cpp4 namespace test0 { namespace
/external/clang/test/CodeGenCXX/
H A DPR6474.cpp3 namespace test0 { namespace
H A Dvarargs.cpp5 namespace test0 { namespace
H A Dvla.cpp4 void test0(void *array, int n) { function
H A Dvolatile.cpp5 namespace test0 { namespace
/external/clang/test/Sema/
H A Dconversion-64-32.c3 int test0(long v) { function

Completed in 259 milliseconds

12345