Searched refs:test4b (Results 1 – 9 of 9) sorted by relevance
63 %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
68 struct test4b { float x, y; };70 @interface Test4B - (struct test4b) test4; @end //expected-note{{also found}}
73 define i1 @test4b(i64 %a) {74 ; CHECK-LABEL: @test4b(
106 define i16 @test4b(i16 %x) {107 ; CHECK-LABEL: @test4b(
157 define <2 x double> @test4b(<2 x double> %A, <2 x double>* %B) {158 ; SSE-LABEL: test4b:163 ; AVX-LABEL: test4b:
129 ; NORMAL-LABEL: test4b:137 define void @test4b(%class.Class* %f) optsize {
449 ; 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:
85 define i64 @test4b() personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) {97 ; CHECK: define i64 @test4b()
484 UnicodeString test4b(test4, 12); in TestExtract() local502 if (((char)test1.charAt((int32_t)(11 + i))) != test4b.charAt(i)) { in TestExtract()