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 623 QualType atomicType = E->getSubExpr()->getType();
625 if (isToAtomic) std::swap(atomicType, valueType);
627 assert(atomicType->isAtomicType());
629 atomicType->castAs<AtomicType>()->getValueType()));
633 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
652 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
656 CGF.EmitNullInitialization(Dest.getAddress(), atomicType);
677 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 107 milliseconds