Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
11213 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local11214 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()11235 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local11236 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()14364 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local14365 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()