HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 1 - 25 of 858) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-12-14-ordered_expr.c 3 int test2(float X, float Y) { function
2003-11-08-PointerSubNotGetelementptr.c 8 int *test2(int* I) { function
2004-02-13-BuiltinFrameReturnAddress.c 7 void *test2() { function
branch-target-layout.c 29 // CHECK: @test2
34 void test2(int a) { function
instrument-functions.c 11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
attr-optnone.c 12 int test2() { return 0; } function
13 // OPTSIZE: @test2{{.*}}[[ATTR2:#[0-9]+]]
14 // MINSIZE: @test2{{.*}}[[ATTR2:#[0-9]+]]
21 int test4() { return test2(); }
23 // Also check that test2 is inlined into test4 (always_inline still works).
24 // PRESENT-NOT: call i32 @test2
34 // With -Os, check that 'optsize' appears only on test2.
39 // With -Oz, check that 'minsize' appears only on test2.
exceptions.c 24 void test2() { function
pointer-to-int.c 9 int test2(void) { function
  /external/v8/test/mjsunit/regress/
regress-2717.js 45 function test2(a) { function
50 assertEquals({}, test2({}).y);
regress-2055.js 40 function test2(depth) { function
44 var o = [ 0, test2(depth) ];
48 assertEquals([0,0.5], test2(2));
regress-2110.js 45 function test2() { function
50 test2();
51 test2();
52 %OptimizeFunctionOnNextCall(test2);
53 test2();
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
fix-rm7000-2.s 3 test2: label
micromips-b16.s 4 test2: label
  /external/clang/test/Analysis/
malloc-protoype.c 14 void test2() function
test-include-cpp.cpp 10 int TestIncludeClass::test2(int *p) { function in class:TestIncludeClass
plist-html-macros.c 29 void test2(int *p) { function
  /external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp 7 void test2() function
  /external/clang/test/Sema/
implicit-cast.c 6 static char *test2(int cf) { function
  /external/v8/test/webkit/
duplicate-param-crash.js 36 function test2(a, a, a, a, a, a, b) { function
42 shouldBe('test2("success", "success", "success", "success", "success", "success", "success")()', '"success"');
  /dalvik/dx/tests/059-dex-call-super/
Blort.java 25 public void test2() { method in class:Blort
26 super.test2();
Zorch.java 27 public void test2() { method in class:Zorch
  /dalvik/dx/tests/047-dex-wide-args/
Blort.java 23 public static long test2(long w, int x, long y, int z) { method in class:Blort
  /dalvik/dx/tests/051-dex-explicit-null/
Blort.java 23 public static void test2(Object x) { method in class:Blort
  /dalvik/dx/tests/063-dex-empty-switch/
Blort.java 25 public int test2(int x) { method in class:Blort
  /dalvik/dx/tests/097-dex-branch-offset-zero/
Blort.java 23 public void test2(int x) { method in class:Blort

Completed in 229 milliseconds

1 2 3 4 5 6 7 8 91011>>