Searched refs:Redundant (Results 1 – 7 of 7) sorted by relevance
58 enum SuppressInlineNamespaceMode : uint8_t { None, Redundant, All }; enumerator65 SuppressInlineNamespace(SuppressInlineNamespaceMode::Redundant), in PrintingPolicy()
91 label = "U-Boot Env Redundant";
165 label = "U-Boot Env Redundant";
177 label = "U-Boot Env Redundant";
1749 PrintingPolicy::SuppressInlineNamespaceMode::Redundant && in printNestedNameSpecifier()
1165 __attribute__((diagnose_if(a >= 0, "Redundant abs call", "warning")));1167 __attribute__((diagnose_if(a >= 0, "Redundant abs call", "error")));1169 int val = abs(1); // warning: Redundant abs call1170 int val2 = must_abs(1); // error: Redundant abs call
1950 Offset (4), // Redundant, offset is already 4 (bytes)