Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dmagic-numbers.cpp118 const int GoodLocalIntConstant = 43; in SolidFunction() local
120 (void)IntSquarer(GoodLocalIntConstant); in SolidFunction()