Home
last modified time | relevance | path

Searched defs:valuePtr (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.cpp256 static int* valuePtr; member
262 int* StructWithStatic::valuePtr = &StructWithStatic::value; member in StructWithStatic