Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
10484 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local10485 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()10506 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local10507 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()13374 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local13375 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()