Searched defs:atomicType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprAgg.cpp606 QualType atomicType = E->getSubExpr()->getType(); local
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");

Completed in 509 milliseconds