Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IsVolatile

1690     bool IsVolatile = hasVolatileMember(EltTy);
1691 EmitAggregateCopy(DestPtr, SrcPtr, EltTy, IsVolatile
1696 EmitAggregateCopy(DestPtr, SrcPtr, SrcTy, /*IsVolatile=*/false,
1702 /// \param isVolatile - True iff either the source or the destination is
1707 QualType EltTy, bool isVolatile=false,
2431 bool typeIsSuitableForInlineAtomic(QualType Ty, bool IsVolatile) const;
2437 llvm::AtomicOrdering AO, bool IsVolatile = false,
2443 bool IsVolatile, bool isInit);
2453 bool IsVolatile);