Searched refs:static_a (Results 1 – 3 of 3) sorted by relevance
79 static A static_a; in test3() local80 return static_a; in test3()81 return std::move(static_a); in test3()
504 static A static_a; member in memberVariablesTest513 b = std::move(static_a); // aggressive-note {{Object 'static_a' is moved}} in f()514 static_a.foo(); // aggressive-warning {{Method called on moved-from object 'static_a'}} in f()
512 static A static_a; member in IgnoreMemberVariables518 std::move(static_a); in f()519 static_a.foo(); in f()