Searched refs:array_ty (Results 1 – 2 of 2) sorted by relevance
53 typedef struct tag array_ty[1]; typedef55 void (^block)(array_ty) = ^(array_ty arr) { }; in test6()56 array_ty arr; in test6()
21 %array_ty = type { i64, %array_ptr*, i8 }25 define weak dso_local void @test_init_chpl(%array_ty* nonnull %arg) {35 %tmp = getelementptr inbounds %array_ty, %array_ty* %arg, i64 0, i32 1