Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp7538 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local
7539 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()
7559 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local
7560 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()
9501 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local
9502 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()