Home
last modified time | relevance | path

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

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