Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp10952 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local
10953 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()
10974 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local
10975 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()
14086 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local
14087 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()