Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExpr.cpp2345 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local
2347 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()
2349 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()
2621 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local
2625 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitStoreThroughBitfieldLValue()
2626 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitStoreThroughBitfieldLValue()
5147 const bool UseVolatile = isAAPCS(CGM.getTarget()) && in EmitLValueForField() local
5158 if (!UseVolatile) { in EmitLValueForField()
5177 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()
5181 if (UseVolatile) { in EmitLValueForField()