/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
|
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
|
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...] |
/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}}
|
warn-func-not-needed.cpp | 32 namespace test4 { namespace 46 namespace test4 { namespace
|
/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/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}}
|
warn-shadow.c | 39 struct test4 { struct 44 void test4(int i) { // expected-warning {{declaration shadows a variable in the global scope}} function
|
/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/Parser/ |
statements.c | 33 void test4() { function
|
/external/libcxx/test/std/strings/string.classes/ |
typedefs.pass.cpp | 28 typedef std::u32string test4; typedef
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/string.classes/ |
typedefs.pass.cpp | 28 typedef std::u32string test4; typedef
|
/ndk/sources/cxx-stl/gabi++/tests/ |
catch_ptr_02.cpp | 64 void test4 () function 85 test4();
|
catch_const_pointer_nullptr.cpp | 65 void test4() function 119 void test4() {} function 131 test4();
|
/ndk/tests/build/mips-fp4/jni/ |
mips-fp4-test3-6.c | 7 double test4 (double a, double b, double c) function 25 test4(a, b, c);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
section5.s | 5 .section .test4, "aw", %nobits 16 .section .test4, "aw"
|
/external/libcxxabi/test/ |
catch_const_pointer_nullptr.pass.cpp | 65 void test4() function 119 void test4() {} function 130 test4();
|
/external/v8/test/mjsunit/compiler/ |
boolean-protototype.js | 36 function test4(s) { function 39 assertEquals(test4(false), false); 40 assertEquals(test4(true), true); 41 %OptimizeFunctionOnNextCall(test4); 42 assertEquals(test4(false), false); 43 assertEquals(test4(true), true);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ |
catch_const_pointer_nullptr.pass.cpp | 65 void test4() function 119 void test4() {} function 130 test4();
|