Searched refs:UseVolatile (Results 1 – 1 of 1) sorted by relevance
2345 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local2347 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()2349 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()2621 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local2625 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()2626 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()5147 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local5158 if (!UseVolatile) { in EmitLValueForField()5177 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()5181 if (UseVolatile) { in EmitLValueForField()