Searched refs:isPaddedAtomicType (Results 1 – 3 of 3) sorted by relevance
783 bool CodeGenModule::isPaddedAtomicType(QualType type) { in isPaddedAtomicType() function in CodeGenModule784 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()787 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType() function in CodeGenModule
850 bool isPaddedAtomicType(QualType type);851 bool isPaddedAtomicType(const AtomicType *type);
810 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()830 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()