Searched refs:max_case (Results 1 – 2 of 2) sorted by relevance
123 int min_case, int max_case, std::map<int, CaseClause*>& covered_cases) { in EmitJumpTableIfExists() argument126 for (int j = min_case; j <= max_case; ++j) { in EmitJumpTableIfExists()
177 void EmitJumpTableIfExists(int min_case, int max_case,