Searched refs:UseVolatile (Results 1 – 1 of 1) sorted by relevance
2031 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local2033 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()2035 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()2266 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local2270 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()2271 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()4375 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local4384 if (!UseVolatile) { in EmitLValueForField()4399 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()4404 if (UseVolatile) { in EmitLValueForField()