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

1 2 3 4 5 6 7

  /dalvik/dx/tests/065-dex-new-array/
Blort.java 39 public long[] test6() { method in class:Blort
  /external/clang/test/CodeGen/
asm_arm.c 43 // CHECK: @test6
49 void test6() { function
alias.c 26 extern int test6();
27 void test7() { test6(); } // test6 is emitted as extern.
29 // test6 changes to alias.
30 int test6() __attribute__((alias("test7")));
bool-convert.c 9 _Bool test6[x]; local
conditional.c 28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
inline.c 13 // CHECK1: define i32 @test6
35 // CHECK2: define i32 @test6
113 __inline int test6() { return 0; } function
114 extern int test6();
dostmt.c 71 void test6() { function
switch-dce.c 95 // CHECK: @test6
99 void test6() { function
  /external/clang/test/Parser/
statements.c 51 void test6(void) { function
pointer-arithmetic.c 9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
expressions.c 49 int test6(void) { function
  /ndk/tests/build/mips-fp4/jni/
mips-fp4-test3-6.c 15 double test6 (double a) function
27 test6(a);
  /ndk/sources/cxx-stl/gabi++/tests/
catch_const_pointer_nullptr.cpp 97 void test6() function
121 void test6() {} function
135 test6();
  /external/llvm/test/MC/AsmParser/
macros.s 54 .macro test6 $a
59 test6 zed2 label
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 68 public int test6(int x) { method in class:Blort
  /external/clang/test/CodeGenCXX/
throw-expressions.cpp 47 int test6(bool x, bool y, int z) { function
  /external/clang/test/Sema/
warn-shadow.c 49 void test6(void (*f)(int i)) {} function
attr-visibility.c 18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
  /external/clang/test/SemaCXX/
attr-weak.cpp 19 struct Test6 {
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
warn-vla.cpp 22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 41 public static int test6() { method in class:Blort
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 134 int test6 () function
244 test6,
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 134 int test6 () function
244 test6,
  /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>'}}

Completed in 605 milliseconds

1 2 3 4 5 6 7