Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Analysis/
H A Dcxx-uninitialized-object-inheritance.cpp355 struct Left2 { struct
357 Left2() = default; argument
358 Left2(int) : x(36) {} in Left2() argument
366 class MultipleInheritanceTest2 : public Left2, public Right2 {
371 : Left2(int{}) { in MultipleInheritanceTest2()
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCInstrP10.td2228 dag Left2 = (RLWINM $rB, 2, 0, 29);
2273 (VINSWLX $vDi, InsertEltShift.Left2, $rA)>;
2276 (VINSWVLX $vDi, InsertEltShift.Left2, (XSCVDPSPN $rA))>;