Home
last modified time | relevance | path

Searched refs:test8 (Results 1 – 25 of 121) sorted by relevance

12345

/external/v8/test/mjsunit/regress/
Dregress-969.js106 function test8(index) { return first((o[index] = 1, typeof x8), 2); } function
107 assertEquals('number', test8());
109 assertEquals('undefined', test8());
Dregress-70066.js122 function test8() { function
126 assertEquals(true, test8(), "test8");
/external/v8/test/mjsunit/compiler/
Dsimple-bailouts.js75 Test.prototype.test8 = function () { method in Test
124 t.test8();
/external/llvm/test/Transforms/DeadArgElim/
Ddeadretval2.ll53 %LIVE = call i32 @test8()
57 define internal i32 @test8() {
/external/llvm/test/CodeGen/X86/
Dnarrow-shl-cst.ll67 define i64 @test8(i64 %x) nounwind {
71 ; CHECK: test8:
Dxor.ll134 define i32 @test8(i32 %a) nounwind {
140 ; X64: test8:
142 ; X32: test8:
Dpeep-setb.ll66 define i32 @test8(i32 %a, i32 %b) nounwind {
71 ; CHECK: test8:
Dconditional-indecrement.ll80 define i32 @test8(i32 %a, i32 %b) nounwind readnone {
85 ; CHECK: test8:
/external/clang/test/Parser/
Dstatements.c61 void test8() {
Dchar-literal-printing.c12 wchar_t test8(void) { return L'\b'; } in test8() function
/external/llvm/test/CodeGen/Thumb2/
Dthumb2-uxtb.ll93 define i32 @test8(i32 %x) {
94 ; ARMv7A: test8
97 ; ARMv7M: test8
/external/llvm/test/Transforms/InstSimplify/
Dundef.ll59 ; @test8
61 define i64 @test8() {
/external/clang/test/Sema/
Dwarn-shadow.c59 void test8() { in test8() function
Dc89.c44 void test8(int, x); /* expected-warning {{declaration specifier missing, defaulting to 'int'}} */
/external/clang/test/SemaObjC/Inputs/
Darc-system-header.h50 static inline void *test8(id ptr) { in test8() function
/external/llvm/test/CodeGen/ARM/
Dpack.ll81 ; CHECK: test8
83 define i32 @test8(i32 %X, i32 %Y) {
/external/clang/test/SemaCXX/
Dwarn-shadow.cpp81 void test8() { in test8() function
/external/clang/test/CodeGen/
Dswitch-dce.c139 void test8() { in test8() function
Dconditional.c30 void* test8() {return 1 ? test6 : test7;} in test8() function
/external/llvm/test/Transforms/InstCombine/
Dsignext.ll78 define i32 @test8(i32 %x) nounwind readnone {
84 ; CHECK: @test8
Dor-xor.ll74 define i32 @test8(i32 %x, i32 %y) nounwind {
79 ; CHECK: @test8
/external/llvm/test/ExecutionEngine/
Dtest-ret.ll36 define i64 @test8() {
/external/clang/test/CodeGenCXX/
Dmangle-unnamed.cpp81 void test8() { make_test8(T8); } in test8() function
/external/clang/test/Analysis/
Dunreachable-code-path.c82 void test8() { in test8() function
/external/llvm/test/Transforms/CorrelatedValuePropagation/
Dnon-null.ll81 define void @test8(i8 addrspace(1) * %dest, i8 addrspace(1) * %src) {
82 ; CHECK: test8

12345