Lines Matching defs:UseVolatile
2263 bool UseVolatile = LV.isVolatileQualified() &&
2265 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset;
2267 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize;
2502 const bool UseVolatile =
2506 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize;
2507 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset;
4815 const bool UseVolatile = isAAPCS(CGM.getTarget()) &&
4826 if (!UseVolatile) {
4841 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize;
4845 if (UseVolatile) {