Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-inheritance.cpp355 struct Left2 { struct
357 Left2() = default; argument
358 Left2(int) : x(36) {} in Left2() function