Home
last modified time | relevance | path

Searched refs:UseVolatile (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGExpr.cpp1988 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local
1990 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()
1992 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()
2223 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local
2227 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()
2228 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()
4351 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local
4360 if (!UseVolatile) { in EmitLValueForField()
4375 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()
4380 if (UseVolatile) { in EmitLValueForField()