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

1 2 3 4

  /external/clang/test/CodeGen/
alias.c 27 extern int test6();
28 void test7() { test6(); } // test6 is emitted as extern.
30 // test6 changes to alias.
31 int test6() __attribute__((alias("test7")));
asm_arm.c 42 // CHECK: @test6
48 void test6() { function
bool-convert.c 9 _Bool test6[x]; local
conditional.c 28 void test6();
30 void* test8() {return 1 ? test6 : test7;}
inline.c 15 // RUN: grep "define i32 @test6" %t
37 // RUN: grep "define i32 @test6" %t
104 __inline int test6() { return 0; } function
105 extern int test6();
packed-nest-unpacked.c 43 void test6() { function
44 // CHECK: @test6
switch-dce.c 95 // CHECK: @test6
99 void test6() { function
blocks-1.c 57 void test6() { function
builtin-memfns.c 46 // CHECK: @test6
48 int test6(char *X) { function
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 39 public long[] test6() { method in class:Blort
  /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
  /external/clang/test/SemaCXX/
attr-weak.cpp 19 struct Test6 {
20 static void test6() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 68 public int test6(int x) { method in class:Blort
  /external/clang/test/Sema/
warn-shadow.c 49 void test6(void (*f)(int i)) {} function
arm-neon-types.c 33 void test6(float *p, int32x2_t v) { function
constant-conversion.c 59 void test6() { function
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.java 41 public static int test6() { method in class:Blort
  /frameworks/compile/libbcc/tests/data/src/
casts.c 52 void test6() { function
81 test6();
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.java 48 static public int test6(boolean b) { method in class:Blort
  /external/clang/test/CodeGenCXX/
global-init.cpp 73 namespace test6 { namespace
nrvo.cpp 153 X test6() { function
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 118 public static int test6() { method in class:Blort
  /external/clang/test/Analysis/
malloc-interprocedural.c 63 void test6() { function

Completed in 1449 milliseconds

1 2 3 4