Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-inheritance.cpp380 struct Left3 { struct
381 int x; // expected-note{{uninitialized field 'this->Left3::x'}} argument
383 Left3(int) : x(39) {} in Left3() argument