Searched defs:IsPositive (Results 1 – 6 of 6) sorted by relevance
202 bool IsPositive = !Opt.consume_front("no-"); in ProcessWarningOptions() local
205 bool IsPositive; member [all...]
825 int IsPositive(double x) { return x > 0 ? 1 : 0; } in IsPositive() function
1978 bool IsPositive = constantFoldCanonicalize() local
830 static bool IsPositive(int n) { return n > 0; } IsPositive() function 2428 bool IsPositive(double x) { return x > 0; } IsPositive() function
46380 bool IsPositive[2] = {false, false}; canReduceVMulWidth() local [all...]