Searched refs:StructWithStatic (Results 1 – 1 of 1) sorted by relevance
253 struct StructWithStatic { struct260 DummyStruct StructWithStatic::nonConstDummyStructInstance; argument261 int StructWithStatic::value = 0;262 int* StructWithStatic::valuePtr = &StructWithStatic::value;263 int& StructWithStatic::valueRef = StructWithStatic::value;