HomeSort by relevance Sort by last modified time
    Searched defs:test2 (Results 1 - 25 of 362) 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
pointer-to-int.c 9 int test2(void) { function
unwind-attr.c 20 // CHECK: define weak [[INT:i.*]] @test2() {
21 // CHECK-NOEXC: define weak [[INT:i.*]] @test2() nounwind {
22 __attribute__((weak)) int test2(void) { function
  /external/clang/test/PCH/
cxx-ms-function-specialization-class-scope.cpp 5 void test2() function
  /external/clang/test/Sema/
builtins-arm.c 13 void test2() { function
implicit-cast.c 6 static char *test2(int cf) { function
statements.c 15 int test2() { return ({L:5;}); } 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
  /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
  /dalvik/dx/tests/055-dex-explicit-throw/
Blort.java 25 public static int test2() { method in class:Blort
  /dalvik/dx/tests/081-dex-throws-list/
Blort.java 24 public int test2() method in class:Blort
  /external/clang/test/CXX/expr/expr.unary/expr.unary.op/
p4.cpp 30 namespace test2 { namespace
41 int (A::*ptr)(int) = &(A::foo); // expected-error {{can't form member pointer of type 'int (test2::A::*)(int)' without '&' and class name}}

Completed in 297 milliseconds

1 2 3 4 5 6 7 8 91011>>