Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp296 A a42 = !(a42); // expected-warning {{variable 'a42' is uninitialized when used within its own initialization}} setupA() local
358 A a42 = !(a42); // expected-warning {{variable 'a42' is uninitialized when used within its own initialization}} global() variable