Home | History | Annotate | Download | only in util

Lines Matching refs:LvalueBit

258     enum { ret = DirectAccessBit | LvalueBit | NestByRefBit | row_major_bit };
642 bool(traits<ExpressionType>::Flags & LvalueBit) };
717 if(f&LvalueBit) res += " | Lvalue";