Searched refs:SHOULD_NOT_REACH (Results 1 – 1 of 1) sorted by relevance
42 #define SHOULD_NOT_REACH() CHECK(false) << __LINE__ << ": should not reach here: " macro107 SHOULD_NOT_REACH() << "Could not handleUnary for " << op << " " << val; in handleUnary()129 SHOULD_NOT_REACH() << "Could not handleBinaryCommon for " in handleBinaryCommon()140 SHOULD_NOT_REACH() << "Could not handleShift for " in handleShift()149 SHOULD_NOT_REACH() << "Could not handleLogical for " in handleLogical()264 SWITCH_KIND(mValueKind, CASE_UNARY, SHOULD_NOT_REACH(); return;) in evaluate()292 SWITCH_KIND(promoted, CASE_BINARY_COMMON, SHOULD_NOT_REACH(); return;) in evaluate()312 SWITCH_KIND(mValueKind, CASE_SHIFT, SHOULD_NOT_REACH(); return;) in evaluate()323 SHOULD_NOT_REACH(); in evaluate()343 SWITCH_KIND(mValueKind, CASE_TERNARY, SHOULD_NOT_REACH(); return;) in evaluate()[all …]