Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGExprAgg.cpp219 if (LV.getType()->isAtomicType() || CGF.LValueIsSuitableForInlineAtomic(LV)) { in EmitAggLoadOfLValue()
881 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
899 CGF.LValueIsSuitableForInlineAtomic(LHS)) { in VisitBinAssign()
DCGExprComplex.cpp347 (!isInit && CGF.LValueIsSuitableForInlineAtomic(lvalue))) in EmitStoreOfComplex()
DCGAtomic.cpp1284 bool CodeGenFunction::LValueIsSuitableForInlineAtomic(LValue LV) { in LValueIsSuitableForInlineAtomic() function in CodeGenFunction
DCodeGenFunction.h2430 bool LValueIsSuitableForInlineAtomic(LValue Src);