Searched refs:IsPositive (Results 1 – 7 of 7) sorted by relevance
207 bool IsPositive = !Opt.startswith("no-"); in ProcessWarningOptions() local208 if (!IsPositive) Opt = Opt.substr(3); in ProcessWarningOptions()210 auto Severity = IsPositive ? diag::Severity::Remark in ProcessWarningOptions()224 EmitUnknownDiagWarning(Diags, Flavor, IsPositive ? "-R" : "-Rno-", in ProcessWarningOptions()228 IsPositive ? diag::Severity::Remark in ProcessWarningOptions()
50 Item.IsPositive = !consumeNegativeIndicator(Globs); in GlobList()52 if (Item.IsPositive || KeepNegativeGlobs) in GlobList()62 return Item.IsPositive; in contains()
46 bool IsPositive; member
21 // CHECK-FIXES: static bool IsPositive(int a) { return a > 0; }26 // CHECK-FIXES: static bool IsPositive(int a) { return a > 0; }31 // CHECK-FIXES: static bool IsPositive(int a) { return a > 0; }33 static bool IsPositive(int a) { return a > 0; } function
26 static bool IsPositive(int i) { return i > 0; }
469 const Located<std::string> &Arg, bool IsPositive) { in appendTidyCheckSpec()484 if (!IsPositive) in appendTidyCheckSpec()
45993 bool IsPositive[2] = {false, false}; in canReduceVMulWidth() local45998 IsPositive[i] = DAG.SignBitIsZero(Opd); in canReduceVMulWidth()46001 bool AllPositive = IsPositive[0] && IsPositive[1]; in canReduceVMulWidth()