Home | History | Annotate | Download | only in CodeGen

Lines Matching full:clipped

50 ///   struct { int a : 24; char b; }; // a must be clipped, b goes at offset 3
51 /// struct A { int a : 24; }; // a must be clipped because a struct like B
60 /// be clipped in the base class but not the complete class (we may discover