Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
7538 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local7539 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()7559 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local7560 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()9501 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local9502 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()