Searched defs:local_static (Results 1 – 7 of 7) sorted by relevance
49 static int local_static = std::is_constant_evaluated() ? 42 : -1; in main() local
5 static int local_static; in test_reaching_scope() local
29 static int local_static; // expected-note{{'local_static' declared here}} in test_reaching_scope() local
9 static int local_static; in f() local
31 static int local_static; f() local
169 int local_static; in test() member
100 static A local_static = 0; in g() local