Searched defs:vtn_value (Results 1 – 1 of 1) sorted by relevance
489 struct vtn_value { struct490 enum vtn_value_type value_type; argument491 const char *name;492 struct vtn_decoration *decoration;493 struct vtn_type *type;494 union {629 vtn_value(struct vtn_builder *b, uint32_t value_id, in vtn_value() function