Searched refs:ResAtomicType (Results 1 – 2 of 2) sorted by relevance
8145 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local8146 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()8166 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local8167 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()10181 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local10182 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()
10299 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local10300 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()10321 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local10322 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()13134 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local13135 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()