Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp10404 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticIncompletePointerType() local
10405 ResType = ResAtomicType->getValueType(); in checkArithmeticIncompletePointerType()
10426 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in checkArithmeticOpPointerOperand() local
10427 ResType = ResAtomicType->getValueType(); in checkArithmeticOpPointerOperand()
13253 if (const AtomicType *ResAtomicType = ResType->getAs<AtomicType>()) in CheckIncrementDecrementOperand() local
13254 ResType = ResAtomicType->getValueType(); in CheckIncrementDecrementOperand()