| /external/v8/test/mjsunit/ |
| object-literal-conversions.js | 42 var test6 = { 17.31: function() {}, "17.31": 7 }; 45 assertEquals(7, test6[17.31]);
|
| /external/clang/test/CodeGenCXX/ |
| assign-construct-memcpy.cpp | 71 void test6(foo &&x) { function 73 // CHECK-POD: test6 76 // CHECK-NONPOD: test6
|
| throw-expressions.cpp | 47 int test6(bool x, bool y, int z) { function
|
| /external/clang/test/CXX/class.access/class.friend/ |
| p9-cxx0x.cpp | 88 namespace test6 { namespace 97 friend void X<T>::f(); // expected-error {{friend function 'f' is a private member of 'test6::X<int>'}}
|
| /external/clang/test/CodeGen/ |
| builtin-memfns.c | 46 // CHECK: @test6 48 int test6(char *X) { function
|
| packed-nest-unpacked.c | 43 void test6() { function 44 // CHECK: @test6
|
| inline.c | 13 // CHECK1: define i32 @test6 35 // CHECK2: define i32 @test6 113 __inline int test6() { return 0; } function 114 extern int test6();
|
| /external/clang/test/Driver/ |
| flags.c | 19 // RUN: %clang -target i386-apple-darwin9 -### -S -mkernel -mno-soft-float %s 2>&1 | FileCheck -check-prefix=TEST6 %s 20 // TEST6-NOT: "-no-implicit-float"
|
| /external/clang/test/SemaCXX/ |
| long-virtual-inheritance-chain.cpp | 9 class test6 : virtual test5 { virtual void f(); }; class in inherits:test5 10 class test7 : virtual test6 { virtual void f(); };
|
| /external/clang/test/SemaObjC/ |
| property.m | 70 @interface Test6 72 @implementation Test6
|
| /external/llvm/test/CodeGen/ARM/ |
| fp-fast.ll | 50 ; CHECK: test6 51 define float @test6(float %x) {
|
| /external/llvm/test/CodeGen/X86/ |
| avx512-insert-extract.ll | 55 ;CHECK: test6 58 define void @test6(<4 x float> %x, float* %out) nounwind {
|
| /external/llvm/test/MC/AsmParser/ |
| macros.s | 54 .macro test6 $a 59 test6 zed2 label
|
| /external/llvm/test/Transforms/InstCombine/ |
| 2008-11-20-DivMulRem.ll | 58 define i32 @test6(i32 %x, i32 %y) { 59 ; CHECK-LABEL: @test6(
|
| ptr-int-cast.ll | 46 define <4 x i8*> @test6(<4 x i32> %arg) nounwind { 47 ; CHECK-LABEL: @test6(
|
| /external/llvm/test/Transforms/SimplifyCFG/ |
| trapping-load-unreachable.ll | 75 define void @test6(i1 %C, i32* %P) { 76 ; CHECK-LABEL: @test6(
|
| /ndk/tests/device/test-stlport_shared-exception/jni/ |
| catchptr1.cpp | 134 int test6 () function 244 test6,
|
| /ndk/tests/device/test-stlport_static-exception/jni/ |
| catchptr1.cpp | 134 int test6 () function 244 test6,
|
| /dalvik/dx/tests/065-dex-new-array/ |
| Blort.java | 39 public long[] test6() { method in class:Blort
|
| /dalvik/dx/tests/073-dex-null-array-refs/ |
| Blort.java | 41 public static int test6() { method in class:Blort
|
| /external/clang/test/Parser/ |
| expressions.c | 49 int test6(void) { function
|
| /external/clang/test/Sema/ |
| arm-neon-types.c | 34 void test6(float *p, int32x2_t v) { function
|
| attr-visibility.c | 18 void test6() __attribute__((visibility("hidden"), // expected-note {{previous attribute is here}}
|
| block-args.c | 54 void test6(void) { function
|
| warn-shadow.c | 49 void test6(void (*f)(int i)) {} function
|