Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
9032 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local9033 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()9053 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local9054 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()11591 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local11592 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()