Home
last modified time | relevance | path

Searched refs:VT_UNION (Results 1 – 7 of 7) sorted by relevance

/dports/devel/radare2/radare2-5.1.1/shlr/tcc/
H A Dtccgen.c90 return (t->t & VT_BTYPE) == VT_STRUCT || (t->t & VT_BTYPE) == VT_UNION; in is_structured()
98 return (t->t & VT_BTYPE) == VT_UNION; in is_union()
112 return (t->t & VT_BTYPE) != VT_STRUCT && (t->t & VT_BTYPE) != VT_UNION; in not_structured()
253 case VT_UNION: eprintf ("[UNION]\n"); in dump_type()
656 } else if (bt1 == VT_STRUCT || bt1 == VT_UNION) { in compare_types()
756 case VT_UNION: in type_to_str()
759 } else if (bt == VT_UNION) { in type_to_str()
1372 struct_decl (&type1, VT_UNION, (bool)(t & VT_UNION)); in parse_btype()
H A Dtcc.h566 #define VT_UNION 8 /* union definition */ macro
/dports/misc/rump/buildrump.sh-b914579/src/sys/sys/
H A Dvnode.h103 VT_AFS, VT_ISOFS, VT_UNION, VT_ADOSFS, VT_EXT2FS, VT_CODA, enumerator
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/unionfs/
H A Dunionfs_subr.c99 error = getnewvnode(VT_UNION, mp, unionfs_vnodeop_p, in unionfs_nodeget()
/dports/misc/rump/buildrump.sh-b914579/src/sys/fs/union/
H A Dunion_subr.c570 vp->v_tag = VT_UNION; in union_loadvnode()
/dports/misc/netron/node_modules/dmg-builder/vendor/mac_alias/
H A Dosx.py279 VT_UNION = 15 variable
/dports/devel/qbs/qbs-src-1.21.0/src/3rdparty/python/lib/python2.7/site-packages/mac_alias/
H A Dosx.py279 VT_UNION = 15 variable