Home
last modified time | relevance | path

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

/llvm-project/clang/test/CodeGenObjC/
H A Divar-layout-flexible-array.m4 char flexible_array[][4][2]; field
9 // CHECK: @OBJC_METH_VAR_NAME_{{.*}} = private unnamed_addr constant {{.*}} c"flexible_array\00"
/llvm-project/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;
310 // CHECK: void @func_flexible_array_arg(ptr addrspace(5) noundef readnone byval(%struct.flexible_array) align 4 captures(none) %arg)
311 void func_flexible_array_arg(flexible_array arg) { }
441 // CHECK: define{{.*}} void @func_flexible_array_ret(ptr addrspace(5) dead_on_unwind noalias writable writeonly sret(%struct.flexible_array) align 4 captures(none) initializes((0, 4)) %agg.result)
442 flexible_array func_flexible_array_ret()
444 flexible_array s = { 0 };
/llvm-project/clang/test/Analysis/
H A Darray-struct-region.cpp249 int flexible_array[]; member
/llvm-project/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp2453 namespace flexible_array {
2405 namespace flexible_array { global() namespace