Home
last modified time | relevance | path

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

/llvm-project/lld/test/ELF/
H A Dloongarch-branch.s57 .global b21 symbol
63 b21: label
/llvm-project/clang/test/CodeGenCXX/
H A Dbitfield.cpp18 unsigned b21 : 2; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp350 std::string_view b21 = {std::string_view{nullptr}}; in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp487 B b21 = std::move(b21); // expected-warning {{variable 'b21' is uninitialized when used within its own initialization}} setupB() local
519 B b21 = std::move(b21); // expected-warning {{variable 'b21' is uninitialized when used within its own initialization}} global() variable
1181 B b21 = { {}, {0, b21.a2.i2} }; // expected-warning{{uninitialized}} global() variable
1239 B b21 = { {}, {0, b21.a2.i2} }; // expected-warning{{uninitialized}} global() member
[all...]