Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExpr.cpp9032 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local
9033 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()
9053 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local
9054 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()
11591 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local
11592 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()