HomeSort by relevance Sort by last modified time
    Searched refs:isPaddedAtomicType (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 610 bool CodeGenModule::isPaddedAtomicType(QualType type) {
611 return isPaddedAtomicType(type->castAs<AtomicType>());
614 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) {
CodeGenModule.h 498 bool isPaddedAtomicType(QualType type);
499 bool isPaddedAtomicType(const AtomicType *type);
    [all...]
CGExprAgg.cpp 210 if (!Dest.isIgnored() && CGF.CGM.isPaddedAtomicType(type)) {
662 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]

Completed in 191 milliseconds