Searched refs:UseVolatile (Results 1 – 1 of 1) sorted by relevance
2246 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local2248 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()2250 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()2487 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local2491 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()2492 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()4757 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local4768 if (!UseVolatile) { in EmitLValueForField()4783 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()4787 if (UseVolatile) { in EmitLValueForField()