Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DMagicNumbersCheck.h36 bool isIgnoredValue(const IntegerLiteral *Literal) const;
37 bool isIgnoredValue(const FloatingLiteral *Literal) const;
65 if (isIgnoredValue(MatchedLiteral)) in checkBoundMatch()
DMagicNumbersCheck.cpp171 bool MagicNumbersCheck::isIgnoredValue(const IntegerLiteral *Literal) const { in isIgnoredValue() function in clang::tidy::readability::MagicNumbersCheck
184 bool MagicNumbersCheck::isIgnoredValue(const FloatingLiteral *Literal) const { in isIgnoredValue() function in clang::tidy::readability::MagicNumbersCheck