reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGAtomic.cpp
 1534     LValue Dest = CGF.MakeAddrLValue(getAtomicAddress(), getAtomicType());
 1536                                     getAtomicType());
 1539     CGF.EmitAggregateCopy(Dest, Src, getAtomicType(),
 1570   LValue TempLV = CGF.MakeAddrLValue(CreateTempAlloca(), getAtomicType());