Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
10404 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local10405 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()10426 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local10427 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()13253 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local13254 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()