Home
last modified time | relevance | path

Searched refs:ResAtomicType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Sema/
DSemaExpr.cpp8145 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local
8146 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()
8166 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local
8167 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()
10181 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local
10182 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()