Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGExpr.cpp1964 bool UseVolatile = LV.isVolatileQualified() && in EmitLoadOfBitfieldLValue() local
1966 const unsigned Offset = UseVolatile ? Info.VolatileOffset : Info.Offset; in EmitLoadOfBitfieldLValue()
1968 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLoadOfBitfieldLValue()
2183 const bool UseVolatile = in EmitStoreThroughBitfieldLValue() local
2187 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() local
4281 if (!UseVolatile) { in EmitLValueForField()
4296 UseVolatile ? Info.VolatileStorageSize : Info.StorageSize; in EmitLValueForField()
4301 if (UseVolatile) { in EmitLValueForField()