Home
last modified time | relevance | path

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

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