Home
last modified time | relevance | path

Searched defs:b20 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/unittests/Utility/
H A DUUIDTest.cpp20 UUID b20 = UUID("12345678900987654321", 20); in TEST() local
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield.cpp17 unsigned b20 : 6; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp346 std::string_view b20 = {std::string_view(nullptr)}; in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp485 const B b20(b20); // expected-warning {{variable 'b20' is uninitialized when used within its own initialization}} setupB() local
1180 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}} global() variable
1238 B b20 = { {}, {b20.a2.i2} }; // expected-warning{{uninitialized}} global() member
[all...]