Home
last modified time | relevance | path

Searched defs:b19 (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/test/SemaCXX/
H A Duninitialized.cpp483 …const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own… in setupB() local
515 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own … variable
1177 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}} variable
1235 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}} member
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/test/execution/
Dset_value.cpp476 BOOST_ASIO_CONSTEXPR bool b19 = exec::can_set_value< in test_can_set_value() local