Home
last modified time | relevance | path

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

/external/clang/test/Sema/
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()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dtype_manager.cpp564 const Array* array_ty = type.AsArray(); in RebuildType() local
566 MakeUnique<Array>(array_ty->element_type(), array_ty->length_info()); in RebuildType()
570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType() local
571 const Type* ele_ty = array_ty->element_type(); in RebuildType()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dtype_manager.cpp564 const Array* array_ty = type.AsArray(); in RebuildType() local
566 MakeUnique<Array>(array_ty->element_type(), array_ty->length_info()); in RebuildType()
570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType() local
571 const Type* ele_ty = array_ty->element_type(); in RebuildType()
/external/angle/third_party/spirv-tools/src/source/opt/
Dtype_manager.cpp564 const Array* array_ty = type.AsArray(); in RebuildType() local
566 MakeUnique<Array>(array_ty->element_type(), array_ty->length_info()); in RebuildType()
570 const RuntimeArray* array_ty = type.AsRuntimeArray(); in RebuildType() local
571 const Type* ele_ty = array_ty->element_type(); in RebuildType()