Searched defs:IsPositive (Results 1 – 7 of 7) sorted by relevance
205 bool IsPositive = !Opt.consume_front("no-"); in ProcessWarningOptions() local
630 bool IsPositive = Category != "emit"; in globsMatches() local
218 bool IsPositive; member
1008 int IsPositive(double x) { return x > 0 ? 1 : 0; } in IsPositive() function
2205 bool IsPositive = in constantFoldCanonicalize() local
834 static bool IsPositive(int n) { return n > 0; } in IsPositive() function2432 bool IsPositive(double x) { return x > 0; } in IsPositive() function
49269 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local