/external/v8/test/mjsunit/regress/ |
regress-969.js | 118 function test10(index) { return first((++o[index], typeof x10), 2); } function 119 assertEquals('number', test10()); 121 assertEquals('undefined', test10());
|
/external/llvm/test/CodeGen/X86/ |
cmov-fp.ll | 170 define float @test10(i32 %a, i32 %b, float %x) nounwind { 175 ; SSE: test10: 178 ; NOSSE2: test10: 181 ; NOSSE1: test10: 184 ; NOCMOV: test10:
|
cmp.ll | 129 define i32 @test10(i64 %res) nounwind { 131 ; CHECK: test10:
|
pmovsx-inreg.ll | 139 define void @test10(<8 x i16>* %in, <8 x i32>* %out) nounwind { 146 ; AVX2: test10:
|
store-narrow.ll | 157 ; X64: test10: 161 define i8 @test10(i8* %P) nounwind ssp {
|
/dalvik/dx/tests/078-dex-local-variable-table/ |
Blort.java | 73 public static void test10(double x) { method in class:Blort
|
/external/clang/test/Analysis/ |
unreachable-code-path.c | 107 void test10() { function
|
/external/clang/test/CXX/basic/basic.start/basic.start.main/ |
p2.cpp | 78 #elif TEST10
|
/external/clang/test/Parser/ |
char-literal-printing.c | 16 wchar_t test10(void) { return L'\e'; } function
|
declarators.c | 76 struct test10 { int a; } static test10x; struct
|
switch-recovery.cpp | 117 void test10(int x) { function
|
/external/clang/test/Sema/ |
statements.c | 32 void *test10() {
|
builtins.c | 70 void test10(void) __attribute__((noreturn)); 72 void test10(void) { function
|
c89.c | 64 void test10 (int x[*]); /* expected-warning {{variable length arrays are a C99 feature}} */
|
/external/clang/test/CodeGen/ |
object-size.c | 80 // CHECK: define void @test10 82 void test10() { function
|
switch-dce.c | 171 // CHECK: @test10 174 int test10(void) { function
|
ext-vector.c | 222 // CHECK: @test10 225 int test10(int4 V) { function
|
/external/llvm/test/Transforms/InstCombine/ |
div.ll | 81 define i32 @test10(i32 %X, i1 %C) { 85 ; CHECK: @test10
|
trunc.ll | 112 define i8 @test10(i32 %X) { 116 ; CHECK: @test10
|
load.ll | 61 define i32 @test10(i1 %C.upgrd.1, i32* %P, i32* %Q) {
|
rem.ll | 63 define i32 @test10(i8 %c) {
|
/external/v8/test/mjsunit/compiler/ |
simple-bailouts.js | 93 Test.prototype.test10 = function() { 142 t.test10();
|
/external/clang/test/SemaCXX/ |
references.cpp | 106 void test10() { function
|
/external/llvm/test/CodeGen/ARM/ |
uxtb.ll | 67 define i32 @test10(i32 %p0) {
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p1.cpp | 220 namespace test10 { namespace 234 l2.foo(); // expected-error {{'foo' is a private member of 'test10::A<char>'}}
|