Searched refs:nonConstUnionIntInstance (Results 1 – 1 of 1) sorted by relevance
180 DummyUnion nonConstUnionIntInstance = {0x0}; variable183 DummyUnion *nonConstPointerToNonConstUnionInt = &nonConstUnionIntInstance;187 DummyUnion *const constPointerToNonConstUnionInt = &nonConstUnionIntInstance;190 DummyUnion &referenceToNonConstUnionInt = nonConstUnionIntInstance;