Searched refs:isPaddedAtomicType (Results 1 – 3 of 3) sorted by relevance
835 bool CodeGenModule::isPaddedAtomicType(QualType type) { in isPaddedAtomicType() function in CodeGenModule836 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()839 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType() function in CodeGenModule
821 bool isPaddedAtomicType(QualType type);822 bool isPaddedAtomicType(const AtomicType *type);
797 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()817 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()