Home
last modified time | relevance | path

Searched refs:isPaddedAtomicType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenTypes.cpp835 bool CodeGenModule::isPaddedAtomicType(QualType type) { in isPaddedAtomicType() function in CodeGenModule
836 return isPaddedAtomicType(type->castAs<AtomicType>()); in isPaddedAtomicType()
839 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) { in isPaddedAtomicType() function in CodeGenModule
H A DCodeGenModule.h807 bool isPaddedAtomicType(QualType type);
808 bool isPaddedAtomicType(const AtomicType *type);
H A DCGExprAgg.cpp779 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()
799 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) { in VisitCastExpr()