Searched refs:local_static (Results 1 – 8 of 8) sorted by relevance
5 static int local_static; in test_reaching_scope() local11 local_static; in test_reaching_scope()
29 static int local_static; // expected-note{{'local_static' declared here}} in test_reaching_scope() local34 …local_static]() { // expected-error{{'local_static' cannot be captured because it does not have au… in test_reaching_scope()
55 static int local_static = std::is_constant_evaluated() ? 42 : -1; in main() local56 assert(local_static == 42); in main()
9 static int local_static; in f() local
100 static A local_static = 0; in g() local