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 615 bool CodeGenModule::isPaddedAtomicType(QualType type) {
616 return isPaddedAtomicType(type->castAs<AtomicType>());
619 bool CodeGenModule::isPaddedAtomicType(const AtomicType *type) {
CodeGenModule.h 620 bool isPaddedAtomicType(QualType type);
621 bool isPaddedAtomicType(const AtomicType *type);
    [all...]
CGExprAgg.cpp 616 if (Dest.isIgnored() || !CGF.CGM.isPaddedAtomicType(atomicType)) {
635 if (!valueDest.isIgnored() && CGF.CGM.isPaddedAtomicType(atomicType)) {
    [all...]

Completed in 204 milliseconds