Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp215 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()
869 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
887 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
DCGExprComplex.cpp340 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
DCGAtomic.cpp1166 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
DCodeGenFunction.h2211 bool LValueIsSuitableForInlineAtomic(LValue Src);