Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTContext.cpp6499 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local
6504 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()
9985 bool RHSUnsigned = RHS->castAs<ExtIntType>()->isUnsigned(); in mergeTypes() local
9990 if (LHSUnsigned != RHSUnsigned) in mergeTypes()