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