Home
last modified time | relevance | path

Searched defs:valueRef (Results 1 – 1 of 1) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-non-const-global-variables.cpp257 static int& valueRef; member
263 int& StructWithStatic::valueRef = StructWithStatic::value; member in StructWithStatic