Searched refs:UseVolatile (Results 1 – 1 of 1) sorted by relevance
1964 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local1966 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()1968 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()2183 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local2187 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()2188 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()4272 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local4281 if (!UseVolatile) { in EmitLValueForField()4296 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()4301 if (UseVolatile) { in EmitLValueForField()