Searched defs:lambda2 (Results 1 – 6 of 6) sorted by relevance
8 auto lambda2 = []{}; // expected-note 2{{candidate constructor}} in test_nonaggregate() local
13 decltype(lambda1) lambda2; // expected-error{{no matching constructor}} in test_special_member_functions() local
10 volatile const auto lambda2 = [](int x) { }; // expected-note{{but method is not marked volatile}} in test_conversion() local
47 lambda2 = (a + c) * 0.5 - delta # Minor eigenvalue variable
330 auto lambda2 = [&]() { in captureByReference() local
202 auto lambda2 = [ i = G.i, c1 = G.c1, c2 = G.c2 ]{}; // no-warning in __anonb92658870402() variable