Searched refs:IgnoredIntegerValues (Results 1 – 3 of 3) sorted by relevance
93 IgnoredIntegerValues.resize(IgnoredIntegerValuesInput.size()); in MagicNumbersCheck()94 llvm::transform(IgnoredIntegerValuesInput, IgnoredIntegerValues.begin(), in MagicNumbersCheck()100 llvm::sort(IgnoredIntegerValues); in MagicNumbersCheck()205 return std::binary_search(IgnoredIntegerValues.begin(), in isIgnoredValue()206 IgnoredIntegerValues.end(), Value); in isIgnoredValue()
106 IgnoredIntegerValues; variable
82 :option:`IgnoredIntegerValues` option. Negative values are accepted if their83 absolute value is present in the :option:`IgnoredIntegerValues` list.115 .. option:: IgnoredIntegerValues