HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 1 - 25 of 477) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
2006-12-14-ordered_expr.c 3 int test2(float X, float Y) { function
2003-11-08-PointerSubNotGetelementptr.c 8 int *test2(int* I) { function
2004-02-13-BuiltinFrameReturnAddress.c 7 void *test2() { function
branch-target-layout.c 29 // CHECK: @test2
34 void test2(int a) { function
instrument-functions.c 11 // CHECK: @test2
12 int test2(int) __attribute__((no_instrument_function));
13 int test2(int x) { function
exceptions.c 24 void test2() { function
pointer-to-int.c 9 int test2(void) { function
unwind-attr.c 20 // CHECK: define weak [[INT:i.*]] @test2() [[TF]] {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() [[NUW]] {
22 __attribute__((weak)) int test2(void) { function
  /external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp 6 void test2() function
  /external/clang/test/Sema/
implicit-cast.c 6 static char *test2(int cf) { function
builtins-arm.c 29 void test2() { function
statements.c 15 int test2() { return ({L:5;}); } function
warn-vla.c 8 void test2(int n, int v[n]) { // expected-warning {{variable length array used}} function
x86-builtin-palignr.c 12 int test2(int N) { function
  /dalvik/dx/tests/059-dex-call-super/
Blort.java 25 public void test2() { method in class:Blort
26 super.test2();
Zorch.java 27 public void test2() { method in class:Zorch
  /dalvik/dx/tests/047-dex-wide-args/
Blort.java 23 public static long test2(long w, int x, long y, int z) { method in class:Blort
  /dalvik/dx/tests/051-dex-explicit-null/
Blort.java 23 public static void test2(Object x) { method in class:Blort
  /dalvik/dx/tests/063-dex-empty-switch/
Blort.java 25 public int test2(int x) { method in class:Blort
  /dalvik/dx/tests/097-dex-branch-offset-zero/
Blort.java 23 public void test2(int x) { method in class:Blort
  /external/clang/test/Analysis/
plist-html-macros.c 29 void test2(int *p) { function
  /external/clang/test/CodeGenCXX/
function-template-specialization.cpp 21 void test2(int *iptr, double *dptr, int diff) { function
mangle-valist.cpp 8 class Test2 {
10 void test2(const char *fmt, va_list ap);
13 void Test2::test2(const char *fmt, va_list ap) { function in class:Test2
  /external/clang/test/Parser/
goto.c 9 void test2() { function
  /external/clang/test/SemaTemplate/
instantiate-typedef.cpp 10 add_pointer<float>::type test2(int * ptr) { function

Completed in 754 milliseconds

1 2 3 4 5 6 7 8 91011>>