Searched defs:b18 (Results 1 - 1 of 1) sorted by relevance

/external/clang/test/SemaCXX/
H A Duninitialized.cpp481 B b18 = { b18.x + 1, b18.y }; // expected-warning 2{{variable 'b18' is uninitialized when used within its own initialization}} local
513 B b18 = { b18.x + 1, b18.y }; // expected-warning 2{{variable 'b18' is uninitialized when used within its own initialization}} variable
1176 B b18 = { {b18 member in namespace:U::init_list
1234 B b18 = { {b18.a2.i2} }; // expected-warning{{uninitialized}} member in struct:U::init_list::Bwrapper
[all...]

Completed in 30 milliseconds