Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp4737 bool RHSUnsigned = RHSC->isUnsignedIntegerType(); in getIntegerTypeOrder() local
4742 if (LHSUnsigned == RHSUnsigned) { // Both signed or both unsigned. in getIntegerTypeOrder()