Home
last modified time | relevance | path

Searched defs:b15 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/lang/c/bitfields/
H A Dmain.c29 b9 : 1, b10 : 1, b11 : 1, b12 : 1, b13 : 1, b14 : 1, b15 : 1, b16 : 1, member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp323 const std::string_view b15 = {nullptr}; in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp478 B* b15 = getPtrB(b15->x); // expected-warning {{variable 'b15' is uninitialized when used within its own initialization}} setupB() local
510 B* b15 = getPtrB(b15->x); // expected-warning {{variable 'b15' is uninitialized when used within its own initialization}} global() variable
1174 B b15 = { {0, b15.a2.i1} }; // expected-warning{{uninitialized}} global() variable
1232 B b15 = { {0, b15.a2.i1} }; // expected-warning{{uninitialized}} global() member
[all...]