Home
last modified time | relevance | path

Searched refs:Left4 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-inheritance.cpp405 struct Left4 { struct
407 Left4() = default; argument
408 Left4(int) : x(42) {} in Left4() argument
416 class MultipleInheritanceTest4 : public Left4, public Right4 {
421 : Left4(int{}), in MultipleInheritanceTest4()