Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGAtomic.cpp1177 bool CodeGenFunction::typeIsSuitableForInlineAtomic(QualType Ty, in typeIsSuitableForInlineAtomic() function in CodeGenFunction
DCGExpr.cpp1164 if (Ty->isAtomicType() || typeIsSuitableForInlineAtomic(Ty, Volatile)) { in EmitLoadOfScalar()
1284 (!isInit && typeIsSuitableForInlineAtomic(Ty, Volatile))) { in EmitStoreOfScalar()
DCodeGenFunction.h2212 bool typeIsSuitableForInlineAtomic(QualType Ty, bool IsVolatile) const;