Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-inheritance.cpp430 struct Left5 { struct
432 Left5() = default; argument
433 Left5(int) : x(44) {} in Left5() function