Searched refs:UseVolatile (Results 1 – 1 of 1) sorted by relevance
1963 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local1965 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()1967 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()2181 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local2185 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()2186 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()4284 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local4293 if (!UseVolatile) { in EmitLValueForField()4308 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()4313 if (UseVolatile) { in EmitLValueForField()