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

References

tools/clang/lib/CodeGen/CGExprAgg.cpp
  750     if (isToAtomic) std::swap(atomicType, valueType);
  752     assert(atomicType->isAtomicType());
  754                           atomicType->castAs<AtomicType>()->getValueType()));
  758     if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
  777       if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
  781           CGF.EmitNullInitialization(Dest.getAddress(), atomicType);
  802       CGF.CreateAggTemp(atomicType, "atomic-to-nonatomic.temp");