Home
last modified time | relevance | path

Searched refs:empty_struct (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Fir/
H A Dconvert-to-llvm-target.fir21 // INT64: %[[empty_struct:.*]] = llvm.mlir.undef : !llvm.struct<(ptr, i{{.*}})>
22 // INT64: %[[struct_with_buffer:.*]] = llvm.insertvalue %[[char_array]], %[[empty_struct]][0] : …
29 // INT32: %[[empty_struct:.*]] = llvm.mlir.undef : !llvm.struct<(ptr, i32)>
31 // INT32: %[[struct_with_buffer:.*]] = llvm.insertvalue %[[char_array]], %[[empty_struct]][0] : …
/llvm-project/clang/test/CodeGenOpenCL/
H A Damdgpu-abi-struct-coerce.cl19 // CHECK: %struct.empty_struct = type {}
20 typedef struct empty_struct
22 } empty_struct;
217 // CHECK: void @kernel_empty_struct_arg(%struct.empty_struct %s.coerce)
218 __kernel void kernel_empty_struct_arg(empty_struct s) { }
269 void func_empty_struct_arg(empty_struct empty) { }
320 empty_struct func_empty_struct_ret()
322 empty_struct s = {};
/llvm-project/mlir/test/Target/SPIRV/
H A Dstruct.mlir31 // CHECK: !spirv.ptr<!spirv.struct<empty_struct, ()>, StorageBuffer>
32 spirv.GlobalVariable @id_empty : !spirv.ptr<!spirv.struct<empty_struct, ()>, StorageBuffer>
/llvm-project/clang/test/CodeGen/
H A Dflexible-array-init.c74 struct { char a[]; } empty_struct = {}; variable
75 // CHECK: @empty_struct ={{.*}} global %struct.anon{{.*}} zeroinitializer, align 1
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dsuspicious-memory-comparison.cpp128 namespace empty_struct { namespace