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

1 2 3 4 5 6

  /dalvik/dx/tests/065-dex-new-array/
Blort.java 43 public float[] test7() { method in class:Blort
  /external/clang/test/Parser/
statements.c 57 int test7() { function
expressions.c 56 void test7() { function
  /external/clang/test/Sema/
attr-visibility.c 21 extern int test7 __attribute__((visibility("default"))); // expected-note {{previous attribute is here}}
22 extern int test7 __attribute__((visibility("hidden"))); // expected-error {{visibility does not match previous declaration}}
warn-shadow.c 50 void test7(void *context, void (*callback)(void *context)) {} function
arm-neon-types.c 44 extern inline uint8x8_t test7(uint8x8_t a, uint8x8_t b) { function
constant-conversion.c 65 void test7() { function
  /external/clang/test/CodeGen/
conditional.c 29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;}
inline.c 14 // CHECK1: define void @test7
36 // CHECK2: define void @test7
119 void test7() { } function
120 void test7();
alias.c 27 void test7() { test6(); } // test6 is emitted as extern. function
30 int test6() __attribute__((alias("test7")));
switch-dce.c 112 // CHECK: @test7
119 void test7() { function
blocks-1.c 63 void test7() { function
builtin-memfns.c 52 // CHECK: @test7
54 int test7(int *p) { function
packed-nest-unpacked.c 61 unsigned test7() { function
62 // CHECK: @test7
  /external/llvm/test/MC/AsmParser/
macros.s 61 .macro test7 .a
66 test7 zed3 label
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 78 public int test7(int x) { method in class:Blort
  /external/clang/test/SemaCXX/
attr-weak.cpp 28 template <class T> struct Test7 {
29 void test7() __attribute__((weak)) {} function in struct:Test7
33 int Test7<T>::var;
35 template struct Test7<Internal>;
36 template struct Test7<int>;
warn-vla.cpp 25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} function
undefined-inline.cpp 36 namespace test7 { namespace
37 void f(); // expected-warning{{inline function 'test7::f' is not defined}}
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 46 public static Object test7(Object[] arr) { method in class:Blort
  /ndk/tests/device/test-stlport_shared-exception/jni/
catchptr1.cpp 168 int test7 () function
245 test7,
  /ndk/tests/device/test-stlport_static-exception/jni/
catchptr1.cpp 168 int test7 () function
245 test7,
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 53 static public Object test7(boolean b) { method in class:Blort
  /external/clang/test/CXX/class.access/class.friend/
p9-cxx0x.cpp 104 namespace test7 { namespace
  /external/clang/test/CodeGenCXX/
assign-construct-memcpy.cpp 82 void test7(const foo &x) { function
84 // CHECK-POD: test7
87 // CHECK-NONPOD: test7

Completed in 1573 milliseconds

1 2 3 4 5 6