Searched refs:isPaddedAtomicType (Results 1 – 3 of 3) sorted by relevance
649 bool CodeGenModule::isPaddedAtomicType(QualType type) { in isPaddedAtomicType() function in CodeGenModule650 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()653 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType() function in CodeGenModule
648 bool isPaddedAtomicType(QualType type);649 bool isPaddedAtomicType(const AtomicType *type);
634 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()653 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()