Searched refs:foo_struct (Results 1 – 4 of 4) sorted by relevance
52 foo_struct = llvm.StructType.get_identified("foo")53 print(foo_struct.name)54 print(foo_struct.body)55 assert foo_struct.opaque56 foo_struct.set_body([i32, i64])57 print(*tuple(foo_struct.body))58 print(foo_struct)59 assert not foo_struct.packed60 assert not foo_struct.opaque61 assert llvm.StructType.get_identified("foo") == foo_struct[all …]
10 struct foo_struct { struct15 struct foo_struct *p; in f2() argument
18 struct foo_struct { struct22 int f2(struct foo_struct* p) { in f2() argument
79 define dso_local void @foo_struct(%struct.A %a) #0 {80 ; CHECK-LABEL: name: foo_struct