Searched defs:isPositive (Results 1 – 5 of 5) sorted by relevance
128 bool isPositive() const { return Quantity > 0; } in isPositive() function
72 constexpr static bool isPositive() { return !isNegative(); } in isPositive() function
90 bool isPositive() const { return !F.isNegative(); } in isPositive() function
139 bool isPositive() const { return V.isNonNegative(); } in isPositive() function
108 bool isPositive = !Opt.consume_front("no-"); in optimizeDiagnosticOpts() local