Searched refs:isPaddedAtomicType (Results 1 – 3 of 3) sorted by relevance
639 bool CodeGenModule::isPaddedAtomicType(QualType type) { in isPaddedAtomicType() function in CodeGenModule640 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()643 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType() function in CodeGenModule
642 bool isPaddedAtomicType(QualType type);643 bool isPaddedAtomicType(const AtomicType *type);
633 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()652 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()