Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7432 bool RhsConstant) { in DiagnoseOutOfRangeComparison() argument
7526 } else if (RhsConstant) { in DiagnoseOutOfRangeComparison()
7586 CmpRes = TruthTable.BO_LT_OP[RhsConstant][ConstVal]; in DiagnoseOutOfRangeComparison()
7589 CmpRes = TruthTable.BO_GT_OP[RhsConstant][ConstVal]; in DiagnoseOutOfRangeComparison()
7592 CmpRes = TruthTable.BO_LE_OP[RhsConstant][ConstVal]; in DiagnoseOutOfRangeComparison()
7595 CmpRes = TruthTable.BO_GE_OP[RhsConstant][ConstVal]; in DiagnoseOutOfRangeComparison()
7598 CmpRes = TruthTable.BO_EQ_OP[RhsConstant][ConstVal]; in DiagnoseOutOfRangeComparison()
7601 CmpRes = TruthTable.BO_NE_OP[RhsConstant][ConstVal]; in DiagnoseOutOfRangeComparison()