Searched refs:typeIsSuitableForInlineAtomic (Results 1 – 3 of 3) sorted by relevance
1268 if (Ty->isAtomicType() || typeIsSuitableForInlineAtomic(Ty, Volatile)) { in EmitLoadOfScalar()1380 (!isInit && typeIsSuitableForInlineAtomic(Ty, Volatile))) { in EmitStoreOfScalar()
1296 bool CodeGenFunction::typeIsSuitableForInlineAtomic(QualType Ty, in typeIsSuitableForInlineAtomic() function in CodeGenFunction
2431 bool typeIsSuitableForInlineAtomic(QualType Ty, bool IsVolatile) const;