Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitAtomicStore

1394   // Aggregate r-values are already in memory, and EmitAtomicStore
1725 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue lvalue,
1735 return EmitAtomicStore(rvalue, lvalue, AO, IsVolatile, isInit);
1743 void CodeGenFunction::EmitAtomicStore(RValue rvalue, LValue dest,