Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/
H A Davoid-non-const-global-variables.cpp180 DummyUnion nonConstUnionIntInstance = {0x0}; variable
183 DummyUnion *nonConstPointerToNonConstUnionInt = &nonConstUnionIntInstance;
187 DummyUnion *const constPointerToNonConstUnionInt = &nonConstUnionIntInstance;
190 DummyUnion &referenceToNonConstUnionInt = nonConstUnionIntInstance;