Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp5829 bool OtherIsBooleanType = Other->isKnownToHaveBooleanValue(); in DiagnoseOutOfRangeComparison() local
5832 if ((Value == 0) && (!OtherIsBooleanType)) in DiagnoseOutOfRangeComparison()
5845 if (!OtherIsBooleanType) { in DiagnoseOutOfRangeComparison()
6018 << OtherT << (OtherIsBooleanType && !OtherT->isBooleanType()) << IsTrue in DiagnoseOutOfRangeComparison()