Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
11647 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local11648 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()11669 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local11670 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()14825 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local14826 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()