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 639 bool CodeGenModule::isPaddedAtomicType(QualType type) {
640 return isPaddedAtomicType(type->castAs<AtomicType>());
643 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) {
CodeGenModule.h 642 bool isPaddedAtomicType(QualType type);
643 bool isPaddedAtomicType(const AtomicType *type);
    [all...]
CGExprAgg.cpp 633 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
652 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]

Completed in 76 milliseconds