Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp7239 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local
7244 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()
10861 bool RHSUnsigned = RHS->castAs<BitIntType>()->isUnsigned(); in mergeTypes() local
10866 if (LHSUnsigned != RHSUnsigned) in mergeTypes()