Home
last modified time | relevance | path

Searched refs:IgnoredDoublePointValues (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DMagicNumbersCheck.cpp91 IgnoredDoublePointValues.reserve(IgnoredFloatingPointValuesInput.size()); in MagicNumbersCheck()
105 IgnoredDoublePointValues.push_back(DoubleValue.convertToDouble()); in MagicNumbersCheck()
108 llvm::sort(IgnoredDoublePointValues); in MagicNumbersCheck()
198 return std::binary_search(IgnoredDoublePointValues.begin(), in isIgnoredValue()
199 IgnoredDoublePointValues.end(), Value); in isIgnoredValue()
H A DMagicNumbersCheck.h102 IgnoredDoublePointValues; variable