Lines Matching defs:UseVolatile
2300 bool UseVolatile = LV.isVolatileQualified() &&
2302 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset;
2304 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize;
2546 const bool UseVolatile =
2550 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize;
2551 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset;
4910 const bool UseVolatile = isAAPCS(CGM.getTarget()) &&
4921 if (!UseVolatile) {
4936 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize;
4940 if (UseVolatile) {