Home
last modified time | relevance | path

Searched refs:array_ty (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dblock-args.c53 typedef struct tag array_ty[1]; typedef
55 void (^block)(array_ty) = ^(array_ty arr) { }; in test6()
56 array_ty arr; in test6()
/llvm-project-15.0.7/polly/test/ScopDetect/
H A Dcollective_invariant_loads.ll21 %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