Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
10952 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local10953 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()10974 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local10975 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()14086 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local14087 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()