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