Searched refs:blk1 (Results 1 – 9 of 9) sorted by relevance
/llvm-project/clang/test/SemaObjCXX/ |
H A D | arc-nsconsumed-errors.mm | 4 typedef void (^blk1)(__attribute((ns_consumed))id, __attribute((ns_consumed)) id); 13 blk1 a1 = ^void (__attribute((ns_consumed)) id, id){}; // expected-error {{cannot initialize a vari… 15 blk1 b2 = ^void (id, __attribute((ns_consumed)) id){}; // expected-error {{cannot initialize a vari… 17 blk1 c3 = ^void (__attribute((ns_consumed)) id, __attribute((ns_consumed)) id){}; 19 blk1 d4 = ^void (id, id) {}; // expected-error {{cannot initialize a variable of type '__strong blk…
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-nsconsumed-errors.m | 6 typedef void (^blk1)(__attribute((ns_consumed))id arg1, __attribute((ns_consumed)) id arg2); 15 blk1 a1 = ^void (__attribute((ns_consumed)) id arg1, id arg2){}; // expected-error {{incompatible b… 17 blk1 b2 = ^void (id arg1, __attribute((ns_consumed)) id arg2){}; // expected-error {{incompatible b… 19 blk1 c3 = ^void (__attribute((ns_consumed)) id arg1, __attribute((ns_consumed)) id arg2){}; 21 blk1 d4 = ^void (id arg1, id arg2) {}; // expected-error {{incompatible block pointer types initial…
|
/llvm-project/clang/test/CodeGen/ |
H A D | inline-asm-mrv.c | 4 int sad16_sse2(void *v, unsigned char *blk2, unsigned char *blk1, in sad16_sse2() argument 8 : "+r" (h), "+r" (blk1), "+r" (blk2) in sad16_sse2() 10 asm volatile("set %0 %1" : "=r"(ret) : "r"(blk1)); in sad16_sse2()
|
/llvm-project/flang/test/Semantics/ |
H A D | declarations03.f90 | 9 common /blk1/ x, /blk2/ y common 10 bind(c, name="aa") :: /blk1/, /blk2/
|
/llvm-project/llvm/test/CodeGen/X86/ |
H A D | inline-asm-mrv.ll | 8 define i32 @test1(ptr %v, ptr %blk2, ptr %blk1, i32 %stride, i32 %h) nounwind { 21 "=r,=r,=r,r,r,r,r"( i64 %tmp12, i32 %h, ptr %blk1, ptr %blk2 ) nounwind
|
/llvm-project/flang/test/Semantics/OpenMP/ |
H A D | threadprivate02.f90 | 8 common /blk1/ a1 common
|
H A D | threadprivate04.f90 | 9 common /blk1/ y1, /blk2/ y2, /blk3/ y3, /blk4/ y4, /blk5/ y5 common
|
H A D | declare-target02.f90 | 8 common /blk1/ a1, a1_to, a1_link common 14 !$omp declare target (blk1)
|
/llvm-project/llvm/test/Transforms/SLPVectorizer/AArch64/ |
H A D | horizontal.ll | 22 define i32 @test_select(ptr noalias nocapture readonly %blk1, ptr noalias nocapture readonly %blk2,… 66 %p1.023 = phi ptr [ %blk1, %for.body.lr.ph ], [ %add.ptr, %for.body ] 131 define i32 @reduction_with_br(ptr noalias nocapture readonly %blk1, ptr noalias nocapture readonly … 184 %p1.017 = phi ptr [ %blk1, %for.body.lr.ph ], [ %add.ptr, %if.end ] 235 define i32 @test_unrolled_select(ptr noalias nocapture readonly %blk1, ptr noalias nocapture readon… 286 %p1.044 = phi ptr [ %blk1, %for.body.lr.ph ], [ %add.ptr, %if.end.86 ]
|