Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dstringview-nullptr.cpp362 std::string_view b24 = {static_cast<SV>(nullptr)}; in stack_construction() local
/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp490 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}} setupB() local
522 B b24 = std::move(x ? b23 : (18, b24)); // expected-warning {{variable 'b24' is uninitialized when used within its own initialization}} global() variable