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

1 2 3 4 5

  /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
brackets.cpp 140 namespace test7 { namespace
expressions.c 56 void test7() { function
  /external/clang/test/CodeGenCXX/
throw-expressions.cpp 85 void test7(bool cond) { function
97 cond ? throw test7 : val;
assign-construct-memcpy.cpp 82 void test7(const foo &x) { function
84 // CHECK-POD: test7
87 // CHECK-NONPOD: test7
  /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
  /external/clang/test/CodeGen/
conditional.c 29 void test7(int);
30 void* test8() {return 1 ? test6 : test7;}
inline.c 14 // CHECK1-LABEL: define void @test7
36 // CHECK2-LABEL: define void @test7
120 void test7() { } function
121 void test7();
switch-dce.c 112 // CHECK: @test7
119 void test7() { function
alias.c 30 void test7() { test6(); } // test6 is emitted as extern. function
33 int test6() __attribute__((alias("test7")));
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
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 78 public int test7(int x) { method in class:Blort
  /external/clang/test/SemaCXX/
warn-vla.cpp 25 void test7(int n, T v[n]) { // expected-warning {{variable length array used}} function
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>;
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 46 public static Object test7(Object[] arr) { method in class:Blort
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 105 namespace test7 { namespace
107 using test7::foo;
  /external/libcxxabi/test/
catch_ptr_02.cpp 116 void test7 () function
192 test7();
  /external/llvm/test/MC/AsmParser/
macros-darwin.s 65 .macro test7 .a
70 test7 zed3 label
macros-gas.s 65 .macro test7 .a
70 test7 zed3 label
  /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

Completed in 474 milliseconds

1 2 3 4 5