Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:atomicType

606     QualType atomicType = E->getSubExpr()->getType();
608 if (isToAtomic) std::swap(atomicType, valueType);
610 assert(atomicType->isAtomicType());
612 atomicType->castAs<AtomicType>()->getValueType()));
616 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
635 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
639 CGF.EmitNullInitialization(Dest.getAddr(), atomicType);
660 CGF.CreateAggTemp(atomicType, "atomic-to-nonatomic.temp");