Searched refs:test2 (Results 1 - 25 of 333) 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() {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() nounwind {
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 Dbuiltins-arm.c13 void test2() { function
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
/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-nullptr-arg.cpp12 void test2(PM<nullptr>) { } function
H A Dthrow-expressions.cpp8 int test2() { function
/external/clang/test/SemaCXX/
H A DPR10447.cpp17 namespace test2 { namespace
20 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.cpp19 Opaque0 test2(int*);
30 using Base::test2;
31 Opaque1 test2(int*) const;
47 void test2() { function in namespace:test0
48 Opaque0 a = ((Derived*) 0)->test2((int*) 0);
49 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
/external/clang/test/FixIt/
H A Dfixit-unicode.c22 void test2() { function

Completed in 400 milliseconds

1234567891011>>