Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance
10929 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local10930 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()10951 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local10952 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()14192 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local14193 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()