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

1 2 3

  /external/clang/test/CodeGen/
asm_arm.c 42 // CHECK: @test6
48 void test6() { function
bool-convert.c 9 _Bool test6[x]; local
builtin-memfns.c 46 // CHECK: @test6
48 int test6(char *X) { function
blocks-1.c 57 void test6() { function
inline.c 15 // RUN: grep "define i32 @test6" %t
31 // RUN: grep "define i32 @test6" %t
92 __inline int test6() { return 0; } function
93 extern int test6();
switch-dce.c 95 // CHECK: @test6
99 void test6() { function
  /external/clang/test/Parser/
pointer-arithmetic.c 9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
statements.c 51 void test6(void) { function
expressions.c 49 int test6(void) { function
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 39 public long[] test6() { method in class:Blort
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 68 public int test6(int x) { method in class:Blort
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 48 static public int test6(boolean b) { method in class:Blort
  /external/v8/test/mjsunit/regress/
regress-70066.js 98 function test6(value) { function
106 assertEquals("undefined:true", test6(6), "test6");
107 assertEquals(0, x, "test6"); // Global x is undisturbed.
regress-969.js 91 function test6() { return first((++o.x, typeof x6), 2); } function
92 assertEquals('number', test6());
94 assertEquals('undefined', test6());
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 41 public static int test6() { method in class:Blort
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 118 public static int test6() { method in class:Blort
  /external/clang/test/Analysis/
unreachable-code-path.c 62 void test6(const char *c) { function
  /external/clang/test/CodeGenCXX/
new-overflow.cpp 117 namespace test6 { namespace
unknown-anytype.cpp 52 long test6() { function
  /external/clang/test/Sema/
block-misc.c 75 const char*test6() { function
scope-check.c 44 int test6() { function
warn-shadow.c 49 void test6(void (*f)(int i)) {} function
asm.c 54 void test6(long i) { function
  /external/clang/test/SemaCXX/
warn-unreachable.cpp 70 void test6() { function
  /frameworks/compile/libbcc/tests/data/src/
casts.c 52 void test6() { function
81 test6();

Completed in 1661 milliseconds

1 2 3