HomeSort by relevance Sort by last modified time
    Searched refs:test4 (Results 26 - 50 of 352) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxxabi/test/
catch_const_pointer_nullptr.pass.cpp 77 void test4() function
134 void test4() {} function
145 test4();
  /external/clang/test/CodeGen/
ppc64-align-struct.c 8 struct test4 { int x; int y; int z; }; struct
28 // CHECK: define void @test4(i32 signext %x, [2 x i64] %y.coerce)
29 void test4 (int x, struct test4 y) function
116 // CHECK-LABEL: define void @test4va(%struct.test4* noalias sret %agg.result, i32 signext %x, ...)
117 // CHECK: %y = alloca %struct.test4, align 4
121 // CHECK: [[T0:%.*]] = bitcast i8* %[[CUR]] to %struct.test4*
122 // CHECK: [[DEST:%.*]] = bitcast %struct.test4* %y to i8*
123 // CHECK: [[SRC:%.*]] = bitcast %struct.test4* [[T0]] to i8*
125 struct test4 test4va (int x, ...
    [all...]
address-space.c 35 // CHECK-LABEL: define void @test4(
38 void test4(MyStruct __attribute__((address_space(2))) *pPtr) { function
asm-inout.c 33 // CHECK: @test4
34 int test4(volatile int *addr) { function
restrict.c 23 // CHECK: define void @test4(i32* %{{.*}}, i32* noalias %{{.*}})
24 void test4(int *x, rp y) { function
statements.c 9 void test4() { function
blocks-1.c 43 int test4() { function
75 rv += test4();
2003-09-18-BitfieldTests.c 23 int test4(BF *b) { function
builtin-assume-aligned.c 33 // CHECK-LABEL: @test4
34 int test4(int *a, int b) { function
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.class 
  /external/apache-commons-bcel/src/test/java/org/apache/bcel/verifier/tests/
TestArray01.java 30 test4(a);
40 public static void test4(final Cloneable o) { method in class:TestArray01
TestReturn02.java 34 public static byte test4() { method in class:TestReturn02
  /external/clang/test/CodeGenCXX/
enable_if.cpp 25 class test4 { class
29 template class test4<double>;
debug-info-enum.cpp 48 namespace test4 { namespace
50 // CHECK-NOT: test4
expr.cpp 27 int test4() { function
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 26 namespace test4 = ns2;
  /external/clang/test/Lexer/
c90.c 37 int test4() { function
  /external/clang/test/Parser/
implicit-casts.c 20 short x; void test4(char c) { x += c; } function
pointer-arithmetic.c 6 int test4(int *a, int *b) { return a - b; } function
expressions.c 21 int test4() { function
22 test4();
  /external/clang/test/Sema/
return-noreturn.c 35 test4() { function
  /build/kati/testcase/
nested_call.mk 9 $(call inner,test4,macro) \
  /dalvik/dx/tests/061-dex-try-catch/
Blort.java 56 public static void test4(String[] sa) { method in class:Blort
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.java 91 public int test4(int x) { method in class:Blort
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.java 49 public int test4(int x) { method in class:Blort

Completed in 636 milliseconds

12 3 4 5 6 7 8 91011>>