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

1 2 3 4 5 6 7 8

  /external/clang/test/CodeGen/
asm_arm.c 43 // CHECK: @test6
49 void test6() { function
builtin-assume-aligned.c 58 // CHECK-LABEL: @test6
59 int test6() { function
bool-convert.c 23 _Bool test6[x]; local
dostmt.c 71 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
  /external/llvm/test/MC/Mips/
nacl-mask.s 292 test6: label
308 # CHECK-LABEL: test6:
  /external/v8/test/mjsunit/
packed-elements.js 69 function test6() { function
107 test_with_optimization(test6);
  /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/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp 88 namespace test6 { namespace
97 friend void X<T>::f(); // expected-error {{friend function 'f' is a private member of 'test6::X<int>'}}
  /external/clang/test/Sema/
arm-neon-types.c 34 void test6(float *p, int32x2_t v) { function
builtin-assume-aligned.c 31 int test6(int *a) { function
builtins-arm.c 50 void test6(int a, int b, int c) { function
return-noreturn.c 45 void test6() function
  /external/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 97 void test6() function
121 void test6() {} function
132 test6();
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 58 .macro test6 $a
63 test6 zed2 label
macros-gas.s 58 .macro test6 $a
63 test6 zed2 label
  /ndk/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 97 void test6() function
121 void test6() {} function
135 test6();
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 97 void test6() function
121 void test6() {} function
132 test6();
  /ndk/tests/build/mips-fp4/jni/
mips-fp4-test3-6.c 15 double test6 (double a) function
27 test6(a);
  /external/v8/test/mjsunit/regress/
regress-70066.js 94 function test6(value) { function
102 assertEquals("6:false", test6(6), "test6");
103 assertEquals(0, x, "test6"); // Global x is undisturbed.
  /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

Completed in 1601 milliseconds

1 2 3 4 5 6 7 8