Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsVolatile

1435     bool IsVolatile = hasVolatileMember(EltTy);
1436 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile, CharUnits::Zero(),
1442 /// \param isVolatile - True iff either the source or the destination is
1447 QualType EltTy, bool isVolatile=false,