Home
last modified time | relevance | path

Searched refs:test4b (Results 1 – 9 of 9) sorted by relevance

/external/llvm/test/CodeGen/Generic/
Daddr-label.ll63 %target = bitcast i8* blockaddress(@test4b, %usermain) to i8*
64 %ret = call i64 @test4b(i8* %target)
69 define i64 @test4b(i8* %Code) {
79 %target = ptrtoint i8* blockaddress(@test4b, %label_line_0) to i64
/external/clang/test/SemaObjC/
Dmethod-lookup-3.m68 struct test4b { float x, y; };
70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
/external/llvm/test/Transforms/InstCombine/
Dcompare-signs.ll73 define i1 @test4b(i64 %a) {
74 ; CHECK-LABEL: @test4b(
Dselect-cmp-cttz-ctlz.ll106 define i16 @test4b(i16 %x) {
107 ; CHECK-LABEL: @test4b(
/external/llvm/test/CodeGen/X86/
Dsse3-avx-addsub.ll157 define <2 x double> @test4b(<2 x double> %A, <2 x double>* %B) {
158 ; SSE-LABEL: test4b:
163 ; AVX-LABEL: test4b:
Dmovtopush.ll129 ; NORMAL-LABEL: test4b:
137 define void @test4b(%class.Class* %f) optsize {
Dstack-protector.ll449 ; test4b: struct { [4 x i8] }
453 define void @test4b(i8* %a) #0 {
455 ; LINUX-I386-LABEL: test4b:
459 ; LINUX-X64-LABEL: test4b:
463 ; LINUX-KERNEL-X64-LABEL: test4b:
467 ; DARWIN-X64-LABEL: test4b:
/external/llvm/test/Transforms/SCCP/
Dipsccp-basic.ll85 define i64 @test4b() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {
97 ; CHECK: define i64 @test4b()
/external/icu/icu4c/source/test/intltest/
Dustrtest.cpp484 UnicodeString test4b(test4, 12); in TestExtract() local
502 if (((char)test1.charAt((int32_t)(11 + i))) != test4b.charAt(i)) { in TestExtract()