Home
last modified time | relevance | path

Searched refs:nonConstUnionIntInstance (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.cpp191 DummyUnion nonConstUnionIntInstance = {0x0}; variable
194 DummyUnion *nonConstPointerToNonConstUnionInt = &nonConstUnionIntInstance;
198 DummyUnion *const constPointerToNonConstUnionInt = &nonConstUnionIntInstance;
201 DummyUnion &referenceToNonConstUnionInt = nonConstUnionIntInstance;