HomeSort by relevance Sort by last modified time
    Searched refs:test6 (Results 1 - 25 of 79) 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
31 // RUN: grep "define i32 @test6" %t
93 __inline int test6() { return 0; } function
94 extern int test6();
builtin-memfns.c 46 // CHECK: @test6
48 int test6(char *X) { function
switch-dce.c 95 // CHECK: @test6
99 void test6() { function
blocks-1.c 57 void test6() { function
decl.c 8 // CHECK: @test6.x = private unnamed_addr constant %struct.SelectDest { i8 1, i8 2, i32 3, i32 0 }
76 void test6() { 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}}
warn-unreachable.cpp 70 void test6() { function
  /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
c89.c 39 test6() { return 0; } 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/Analysis/
unreachable-code-path.c 62 void test6(const char *c) { function
  /external/clang/test/CodeGenCXX/
global-init.cpp 73 namespace test6 { namespace
  /dalvik/dx/tests/080-dex-exception-tables/
Blort.java 118 public static int test6() { method in class:Blort
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.argdep/
p2.cpp 103 namespace test6 { namespace

Completed in 94 milliseconds

1 2 3 4