Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp6480 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local
6485 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()
9943 bool RHSUnsigned = RHS->castAs<ExtIntType>()->isUnsigned(); in mergeTypes() local
9948 if (LHSUnsigned != RHSUnsigned) in mergeTypes()