Searched refs:IgnoredIntegerValues (Results 1 – 3 of 3) sorted by relevance
77 IgnoredIntegerValues.resize(IgnoredIntegerValuesInput.size()); in MagicNumbersCheck()78 llvm::transform(IgnoredIntegerValuesInput, IgnoredIntegerValues.begin(), in MagicNumbersCheck()84 llvm::sort(IgnoredIntegerValues); in MagicNumbersCheck()181 return std::binary_search(IgnoredIntegerValues.begin(), in isIgnoredValue()182 IgnoredIntegerValues.end(), Value); in isIgnoredValue()
98 IgnoredIntegerValues; variable
59 :option:`IgnoredIntegerValues` option. Negative values are accepted if their60 absolute value is present in the :option:`IgnoredIntegerValues` list.92 .. option:: IgnoredIntegerValues