Home
last modified time | relevance | path

Searched refs:two2 (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/Feature/
Dsimplecalltest.ll16 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
18 ret i32 %two2
Dcalltest.ll20 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
22 ret i32 %two2
/external/llvm/test/Feature/
Dsimplecalltest.ll16 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
18 ret i32 %two2
Dcalltest.ll20 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
22 ret i32 %two2
/external/swiftshader/third_party/LLVM/test/Feature/
Dsimplecalltest.ll16 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
18 ret i32 %two2
Dcalltest.ll20 %two2 = add i32 %two, %retval2 ; <i32> [#uses=1]
22 ret i32 %two2
/external/icu/icu4c/source/test/cintltst/
Dchashtst.c162 static const UChar two2[4] = {0x0074, 0x0077, 0x006F, 0}; /* L"two" */ in TestOtherAPI() local
196 if(uhash_geti(hash, (void*)two2) != 2){ in TestOtherAPI()
200 if(uhash_find(hash, (void*)two2) == NULL){ in TestOtherAPI()
/external/testng/src/test/java/test/groupbug/
DITCaseTwo.java26 public void two2() { in two2() method in ITCaseTwo