Searched refs:nonConstUnionIntInstance (Results 1 – 1 of 1) sorted by relevance
191 DummyUnion nonConstUnionIntInstance = {0x0}; variable194 DummyUnion *nonConstPointerToNonConstUnionInt = &nonConstUnionIntInstance;198 DummyUnion *const constPointerToNonConstUnionInt = &nonConstUnionIntInstance;201 DummyUnion &referenceToNonConstUnionInt = nonConstUnionIntInstance;