Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/CodeGenObjC/
H A Divar-layout-flexible-array.m5 char flexible_array[][4][2]; field
10 // CHECK: @OBJC_METH_VAR_NAME_{{.*}} = private unnamed_addr constant {{.*}} c"flexible_array\00"
/llvm-project-15.0.7/clang/test/CodeGenOpenCL/
H A Damdgpu-abi-struct-coerce.cl98 // CHECK: %struct.flexible_array = type { i32, [0 x i32] }
99 typedef struct flexible_array
103 } flexible_array;
311 … void @func_flexible_array_arg(%struct.flexible_array addrspace(5)* nocapture noundef byval(%struc…
312 void func_flexible_array_arg(flexible_array arg) { }
442 … @func_flexible_array_ret(%struct.flexible_array addrspace(5)* noalias nocapture writeonly sret(%s…
443 flexible_array func_flexible_array_ret()
445 flexible_array s = { 0 };
/llvm-project-15.0.7/clang/test/Analysis/
H A Darray-struct-region.cpp249 int flexible_array[]; member
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp2377 namespace flexible_array { namespace