Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DASTContext.cpp7232 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local
7237 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()
10754 bool RHSUnsigned = RHS->castAs<BitIntType>()->isUnsigned(); in mergeTypes() local
10759 if (LHSUnsigned != RHSUnsigned) in mergeTypes()