Searched refs:isPaddedAtomicType (Results 1 – 3 of 3) sorted by relevance
722 bool CodeGenModule::isPaddedAtomicType(QualType type) { in isPaddedAtomicType() function in CodeGenModule723 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()726 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType() function in CodeGenModule
829 bool isPaddedAtomicType(QualType type);830 bool isPaddedAtomicType(const AtomicType *type);
800 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()820 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()