Home | History | Annotate | Download | only in test

Lines Matching defs:Unary

1029 bool Unary(int x) { return x < 0; }
1081 short Unary(long x) { return static_cast<short>(value_ + x); } // NOLINT