Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2246 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local
2248 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()
2250 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()
2487 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local
2491 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() local
4768 if (!UseVolatile) { in EmitLValueForField()
4783 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()
4787 if (UseVolatile) { in EmitLValueForField()