Home
last modified time | relevance | path

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

/llvm-project/mlir/test/python/dialects/
H A Dllvm.py52 foo_struct = llvm.StructType.get_identified("foo")
53 print(foo_struct.name)
54 print(foo_struct.body)
55 assert foo_struct.opaque
56 foo_struct.set_body([i32, i64])
57 print(*tuple(foo_struct.body))
58 print(foo_struct)
59 assert not foo_struct.packed
60 assert not foo_struct.opaque
61 assert llvm.StructType.get_identified("foo") == foo_struct
[all …]
/llvm-project/clang/test/Analysis/
H A Dinvalid-deref.c10 struct foo_struct { struct
15 struct foo_struct *p; in f2() argument
H A Dnull-deref-ps.c18 struct foo_struct { struct
22 int f2(struct foo_struct* p) { in f2() argument
/llvm-project/llvm/test/CodeGen/PowerPC/GlobalISel/
H A Dirtranslator-args-lowering.ll79 define dso_local void @foo_struct(%struct.A %a) #0 {
80 ; CHECK-LABEL: name: foo_struct