Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaChecking.cpp7551 } TruthTable = { in DiagnoseOutOfRangeComparison() local
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()