Searched refs:SHOULD_NOT_REACH (Results 1 – 1 of 1) sorted by relevance
40 #define SHOULD_NOT_REACH() CHECK(false) << __LINE__ << ": should not reach here: " macro105 SHOULD_NOT_REACH() << "Could not handleUnary for " << op << " " << val; in handleUnary()127 SHOULD_NOT_REACH() << "Could not handleBinaryCommon for " in handleBinaryCommon()138 SHOULD_NOT_REACH() << "Could not handleShift for" in handleShift()147 SHOULD_NOT_REACH() << "Could not handleLogical for" in handleLogical()256 SWITCH_KIND(mValueKind, CASE_UNARY, SHOULD_NOT_REACH(); return;) in ConstantExpression()283 SWITCH_KIND(promoted, CASE_BINARY_COMMON, SHOULD_NOT_REACH(); return;) in ConstantExpression()301 SWITCH_KIND(mValueKind, CASE_SHIFT, SHOULD_NOT_REACH(); return;) in ConstantExpression()312 SHOULD_NOT_REACH(); in ConstantExpression()330 SWITCH_KIND(mValueKind, CASE_TERNARY, SHOULD_NOT_REACH(); return;) in ConstantExpression()[all …]