Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp339 const std::string_view b19 = {{}}; // Default `const CharT*` in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp484 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}} setupB() local
516 const B b19 = b19; // expected-warning {{variable 'b19' is uninitialized when used within its own initialization}} global() variable
1179 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}} global() variable
1237 B b19 = { {0, b19.a2.i2} }; // expected-warning{{uninitialized}} global() member
[all...]