Searched refs:IgnoredDoublePointValues (Results 1 – 2 of 2) sorted by relevance
91 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()
102 IgnoredDoublePointValues; variable