Searched refs:test2 (Results 1 - 25 of 369) sorted by relevance

1234567891011>>

/external/valgrind/main/none/tests/
H A Dnestedfns.stdout.exp2 Inside test2
H A Dnestedfns.c26 void test2() function
30 printf( "Inside test2\n" );
38 test2();
/external/clang/test/CodeGen/
H A D2004-02-13-BuiltinFrameReturnAddress.c7 void *test2() { function
H A Dinstrument-functions.c11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
H A D2003-11-08-PointerSubNotGetelementptr.c8 int *test2(int* I) { function
H A D2006-12-14-ordered_expr.c3 int test2(float X, float Y) { function
H A Dpointer-to-int.c9 int test2(void) { function
H A Dunwind-attr.c20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
H A D2005-03-06-OffsetOfStructCrash.c12 void test2() { function
H A Dasm_arm.c11 void test2(void) { function
H A Dbool-convert.c4 _Bool* test2; variable
/external/clang/test/Sema/
H A Dimplicit-cast.c6 static char *test2(int cf) { function
H A Dattr-section.c18 void __attribute__((section("foo,zed"))) test2(void); // expected-note {{previous attribute is here}}
19 void __attribute__((section("bar,zed"))) test2(void) {} // expected-warning {{section does not match previous declaration}} function
H A Dinvalid-decl.c42 void test2();
43 void test2(undef); // expected-error {{a parameter list without types is only allowed in a function definition}}
44 void test2() { } function
/external/clang/test/CodeGenCXX/
H A Dinstrument-functions.cpp12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
H A Dmangle-valist.cpp10 void test2(const char *fmt, va_list ap);
13 void Test2::test2(const char *fmt, va_list ap) { function in class:Test2
H A Dthrow-expressions.cpp9 int test2() { function
/external/clang/test/Index/
H A Dlinkage.c16 static int test2; variable
18 extern int test2;
37 // CHECK: VarDecl=test2{{.*}}linkage=Internal
38 // CHECK: VarDecl=test2{{.*}}linkage=Internal
/external/clang/test/SemaCXX/
H A DPR10447.cpp18 namespace test2 { namespace
21 test2::Bar *ptr;
/external/elfutils/tests/
H A Drun-ranlib-test3.sh30 . $srcdir/run-ranlib-test2.sh
/external/v8/test/mjsunit/
H A Dobject-literal-conversions.js32 var test2 = { 13: 7, "13.0": 6 };
37 assertEquals(7, test2[13]);
/external/e2fsprogs/lib/ext2fs/
H A Dtst_byteswap.c37 __u32 test2[] = { variable
73 printf("swab32(0x%08x) = 0x%08x\n", test2[i],
74 ext2fs_swab32(test2[i]));
75 if (ext2fs_swab32(test2[i]) != test2[i+1]) {
77 ext2fs_swab32(test2[i]), test2[i+1]);
80 if (ext2fs_swab32(test2[i+1]) != test2[i]) {
82 ext2fs_swab32(test2[
[all...]
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp13.cpp20 Opaque0 test2(int*);
31 using Base::test2;
32 Opaque1 test2(int*) const;
48 void test2() { function in namespace:test0
49 Opaque0 a = ((Derived*) 0)->test2((int*) 0);
50 Opaque1 b = ((const Derived*) 0)->test2((int*) 0);
/external/v8/test/mjsunit/regress/
H A Dregress-1167.js67 function test2(x) { function
73 for (var i = 0; i < 5; ++i) test2(0);
74 %OptimizeFunctionOnNextCall(test2);
75 test2(0);
76 test2(test2);
/external/clang/test/Analysis/
H A Dplist-html-macros.c29 void test2(int *p) { function

Completed in 4560 milliseconds

1234567891011>>