Home
last modified time | relevance | path

Searched refs:IgnorePowersOf2IntegerValues (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMagicNumbersCheck.cpp68 IgnorePowersOf2IntegerValues( in MagicNumbersCheck()
117 IgnorePowersOf2IntegerValues); in storeOptions()
178 if (IgnorePowersOf2IntegerValues && IntValue.isPowerOf2()) in isIgnoredValue()
H A DMagicNumbersCheck.h88 const bool IgnorePowersOf2IntegerValues; variable
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dmagic-numbers.rst63 without warning by enabling the :option:`IgnorePowersOf2IntegerValues` option.
98 .. option:: IgnorePowersOf2IntegerValues