HomeSort by relevance Sort by last modified time
    Searched defs:atomicType (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
CGExprAgg.cpp 624 QualType atomicType = E->getSubExpr()->getType();
626 if (isToAtomic) std::swap(atomicType, valueType);
628 assert(atomicType->isAtomicType());
630 atomicType->castAs<AtomicType>()->getValueType()));
634 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
653 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
657 CGF.EmitNullInitialization(Dest.getAddress(), atomicType);
678 CGF.CreateAggTemp(atomicType, "atomic-to-nonatomic.temp");
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 110 milliseconds