Searched refs:static_a (Results 1 – 2 of 2) sorted by relevance
57 static A static_a; in test3() local58 return static_a; in test3()59 return std::move(static_a); in test3()
61 static int static_a; field in FieldsTest.ParentClass