HomeSort by relevance Sort by last modified time
    Searched refs:test6 (Results 1 - 25 of 151) 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
bool-convert.c 23 _Bool test6[x]; local
alias.c 29 extern int test6();
30 void test7() { test6(); } // test6 is emitted as extern.
32 // test6 changes to alias.
33 int test6() __attribute__((alias("test7")));
conditional.c 28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
inline.c 13 // CHECK1-LABEL: define i32 @test6
35 // CHECK2-LABEL: define i32 @test6
114 __inline int test6() { return 0; } function
115 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
brackets.cpp 126 namespace test6 { namespace
130 int [3] ::test6::A::arr = {1,2,3};
132 // CHECK: {{^}}int [3] ::test6::A::arr = {1,2,3};
pointer-arithmetic.c 9 int *test6(int *a) { return 1 - a; } /* expected-error {{invalid operands}} */ function
expressions.c 49 int test6(void) { function
  /external/libcxxabi/test/
catch_const_pointer_nullptr.cpp 97 void test6() function
121 void test6() {} function
132 test6();
  /external/clang/test/Sema/
return-noreturn.c 45 void test6() function
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}}
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 68 public int test6(int x) { method in class:Blort
  /external/clang/test/SemaCXX/
warn-vla.cpp 22 void test6(int n, int v[n]); // expected-warning {{variable length array used}}
attr-weak.cpp 19 struct Test6 {
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
err_init_conversion_failed.cpp 28 void test6() { function
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 41 public static int test6() { method in class:Blort
  /external/clang/test/CodeGenCXX/
debug-info-enum-class.cpp 72 namespace test6 { namespace in namespace:A::B::PR14029
throw-expressions.cpp 47 int test6(bool x, bool y, int z) { function
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p11.cpp 95 namespace test6 { namespace
99 using test6::foo;
  /external/libcxx/test/re/re.alg/re.alg.replace/
Android.mk 35 test_name := re/re.alg/re.alg.replace/test6
36 test_src := test6.pass.cpp

Completed in 128 milliseconds

1 2 3 4 5 6 7