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

1 2 3 4 5 6 7

  /dalvik/dx/tests/065-dex-new-array/
Blort.java 31 public char[] test4() { method in class:Blort
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 41 public static void test4() { method in class:Blort
  /external/clang/test/CodeGen/
asm_arm.c 25 void test4(float *a, float *b) { function
26 // CHECK: @test4
visibility.c 22 // CHECK-DEFAULT: @test4 = hidden global i32 10
23 // CHECK-PROTECTED: @test4 = hidden global i32 10
24 // CHECK-HIDDEN: @test4 = hidden global i32 10
68 extern int test4;
69 __private_extern__ int test4 = 10; variable
bool-convert.c 6 _Bool (*test4)[]; variable
inline.c 13 // RUN: grep "define available_externally i32 @test4" %t
35 // RUN: grep "define available_externally i32 @test4" %t
86 extern int test4(void);
87 extern __inline __attribute__ ((__gnu_inline__)) int test4(void) function
92 void test_test4() { test4(); }
address-space.c 38 // CHECK: define void @test4(
41 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 15 void test4() { function
blocks-1.c 43 int test4() { function
75 rv += test4();
  /external/llvm/test/MC/AsmParser/
macros.s 34 .macro test4
39 test4 a b)(,),(cd) label
  /sdk/lint/libs/lint_checks/tests/src/com/android/tools/lint/checks/data/apicheck/
ApiTargetTest$LocalClass.class.data 
  /dalvik/dx/tests/082-dex-throws-list-sharing/
Blort.java 34 public int test4() method in class:Blort
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def/namespace.unnamed/
p1.cpp 35 namespace test4 { namespace
37 class Test4 {}; // expected-note {{previous definition}}
40 class Test4 {}; // expected-error {{redefinition of 'Test4'}}
  /external/clang/test/CodeGenCXX/
throw-expressions.cpp 18 int test4() { function
expr.cpp 27 int test4() { function
  /external/clang/test/Parser/
statements.c 33 void test4() { function
expressions.c 21 int test4() { function
22 test4();
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
  /external/clang/test/Sema/
warn-shadow.c 39 struct test4 { struct
44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} function
return-noreturn.c 35 test4() { function
  /external/clang/test/CXX/basic/basic.lookup/basic.lookup.udir/
p1.cpp 25 namespace test4 = ns2;
  /external/clang/test/SemaCXX/
attr-weak.cpp 11 void test4() __attribute__((weak)); // expected-error {{weak declaration cannot have internal linkage}}

Completed in 903 milliseconds

1 2 3 4 5 6 7