Searched refs:VT_LVAL_BYTE (Results 1 – 1 of 1) sorted by relevance
2519 #define VT_LVAL_BYTE 0x1000 /* lvalue is a byte */ macro2522 #define VT_LVAL_TYPE (VT_LVAL_BYTE | VT_LVAL_SHORT | VT_LVAL_UNSIGNED)6532 if (vtop->r & VT_LVAL_BYTE) in gen_bounded_ptr_deref()10533 if (vtop->r & VT_LVAL_BYTE) in gv()12663 r |= VT_LVAL_BYTE; in lvalue_type()