Home
last modified time | relevance | path

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

/llvm-project/clang/test/SemaCXX/
H A Duninitialized.cpp291 A a38({a38}); // expected-warning {{variable 'a38' is uninitialized when used within its own initialization}} setupA() local
353 A a38({a38}); // expected-warning {{variable 'a38' is uninitialized when used within its own initialization}} global() variable