Searched defs:b24 (Results 1 – 2 of 2) sorted by relevance
362 std::string_view b24 = {static_cast<SV>(nullptr)}; in stack_construction() local
490 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}} setupB() local 522 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}} global() variable