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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CodeGen/
attr-minsize.cpp 40 void test4(T arg) { function
45 void test4<int>(int arg);
46 // Oz: define{{.*}}void @{{.*}}test4
48 // OTHER: define{{.*}}void @{{.*}}test4
52 void test4<float>(float arg);
53 // Oz: define{{.*}}void @{{.*}}test4
55 // OTHER: define{{.*}}void @{{.*}}test4
asm_arm.c 26 void test4(float *a, float *b) { function
27 // CHECK: @test4
attr-optnone.c 21 int test4() { return test2(); } function
22 // PRESENT-DAG: @test4{{.*}}[[ATTR4:#[0-9]+]]
23 // Also check that test2 is inlined into test4 (always_inline still works).
bool-convert.c 14 // CHECK-LABEL: @test4 = common global [0 x i8]* null
15 _Bool (*test4)[]; variable
  /external/clang/test/SemaCXX/
statements.cpp 28 void test4(); // expected-note{{possible target for call}}
29 void test4(int) { // expected-note{{possible target for call}} function
31 __asm__ ("":"+r" (test4)); // expected-error{{invalid lvalue in asm output}}
  /dalvik/dx/tests/065-dex-new-array/
Blort.java 31 public char[] test4() { method in class:Blort
Blort.class 
  /dalvik/dx/tests/068-dex-infinite-loop/
Blort.java 41 public static void test4() { method in class:Blort
Blort.class 
  /dalvik/dx/tests/061-dex-try-catch/
Blort.class 
  /dalvik/dx/tests/067-dex-switch-and-try/
Blort.class 
  /dalvik/dx/tests/072-dex-switch-edge-cases/
Blort.class 
  /dalvik/dx/tests/090-dex-unify-arrays/
Blort.class 
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
macros.s 34 .macro test4
39 test4 a b)(,),(cd) label
  /external/clang/test/Sema/
attr-visibility.c 10 struct __attribute__((visibility("hidden"))) test4; // expected-note {{previous attribute is here}}
11 struct test4;
12 struct __attribute__((visibility("default"))) test4; // expected-error {{visibility does not match previous declaration}}
  /build/kati/testcase/
makefile_list.mk 12 test4: MAKEFILE_LIST=PASS
13 test4:
  /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/
default_calling_conv.cpp 20 void __attribute__((stdcall)) test4() {} function
  /external/clang/test/Parser/
statements.c 33 void test4() { function
  /dalvik/dx/tests/066-dex-try-catch-rethrow/
Blort.class 
  /dalvik/dx/tests/073-dex-null-array-refs/
Blort.class 
  /external/annotation-tools/asmx/test/conform/cases/
TestMethodReceiver.expected 
TestObjectCreation.expected 
TestObjectCreationGenericArray.expected 

Completed in 1253 milliseconds

1 2 3 4 5 6 7 8 91011>>