Searched refs:test1 (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.string/
H A Dp2.cpp2 char test1[1]="f"; // expected-error {{initializer-string for char array is too long}} variable
/external/v8/test/mjsunit/regress/
H A Dregress-263.js37 function test1() { with({}) try { } finally { with({}) return; } } function
38 test1();
H A Dregress-265.js49 function test1() { function
64 test1();
/external/valgrind/main/none/tests/
H A Dnestedfns.stdout.exp1 Inside test1
H A Dnestedfns.c17 void test1() function
21 printf( "Inside test1\n" );
37 test1();
/external/clang/test/CodeGenCXX/
H A Dvarargs.cpp6 // test1 should be compmiled to be a varargs function in the IR even
11 int test1(...) { function in namespace:test0
17 test1(0);
21 namespace test1 { namespace
/external/clang/test/SemaCXX/
H A Dcxx0x-return-init-list.cpp13 T test1(U u) { function
17 template int test1(char);
18 template long test1(int);
H A Dunknown-anytype.cpp5 extern __unknown_anytype test1();
9 namespace test1 { namespace
41 extern __unknown_anytype test1(...);
45 int x = (int) test1; // expected-error {{function 'test1' with unknown type must be given a function type}}
/external/clang/test/CodeGen/
H A D2003-11-03-AddrArrayElement.c8 char *test1(unsigned i) { function
H A D2004-02-13-BuiltinFrameReturnAddress.c3 void *test1() { function
H A Dasm-errors.c7 int test1(int X) { function
H A Dx86.c11 void test1() { function
H A Dexceptions.c5 void test1() { function
8 // CHECK: define void @test1()
9 // CHECK-ARM: define arm_aapcscc void @test1()
H A Dunwind-attr.c13 // CHECK: define [[INT:i.*]] @test1() nounwind {
14 // CHECK-NOEXC: define [[INT:i.*]] @test1() nounwind {
15 int test1(void) { function
H A Dvolatile-2.c14 void test1() { function
15 // CHECK: define void @test1()
H A D2005-03-06-OffsetOfStructCrash.c8 void test1() { function
H A Dinstrument-functions.c3 // CHECK: @test1
4 int test1(int x) { function
H A Dasm_arm.c6 void test1(void) { function
H A Dbool-convert.c3 struct teststruct1 {_Bool a, b;} test1; variable in typeref:struct:teststruct1
H A Dstack-protector.c2 // NOSSP: define void @test1(i8* %msg) nounwind {
4 // WITHSSP: define void @test1(i8* %msg) nounwind ssp {
6 // SSPREQ: define void @test1(i8* %msg) nounwind sspreq {
10 void test1(const char *msg) { function
/external/clang/test/Sema/
H A Dimplicit-cast.c3 static char *test1(int cf) { function
/external/v8/test/mjsunit/
H A Dobject-literal-conversions.js31 var test1 = { 13: 6, "13": 7 };
36 assertEquals(7, test1[13]);
/external/clang/test/CXX/class.access/class.friend/
H A Dp11.cpp13 namespace test1 { namespace
/external/e2fsprogs/lib/ext2fs/
H A Dtst_byteswap.c28 __u16 test1[] = { variable
55 printf("swab16(0x%04x) = 0x%04x\n", test1[i],
56 ext2fs_swab16(test1[i]));
57 if (ext2fs_swab16(test1[i]) != test1[i+1]) {
59 ext2fs_swab16(test1[i]), test1[i+1]);
62 if (ext2fs_swab16(test1[i+1]) != test1[i]) {
64 ext2fs_swab16(test1[
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp18 Opaque0 test1(const int*);
27 using Base::test1;
28 Opaque1 test1(int*);
42 void test1() { function in namespace:test0
43 Opaque1 a = Derived().test1((int*) 0);
44 Opaque0 b = Derived().test1((const int*) 0);

Completed in 1473 milliseconds

1234567891011>>