Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-inheritance.cpp435 struct Right5 { struct
436 int y; // expected-note{{uninitialized field 'this->Right5::y'}} argument
438 Right5(int) : y(45) {} in Right5() argument