Home | History | Annotate | Download | only in compiler

Lines Matching refs:DEFAULT

389      * swtich.label : DEFAULT ":"
409 if (op != CASE && op != DEFAULT)
410 throw new CompileError("no case or default in a switch block",
418 if (op2 == CASE || op2 == DEFAULT) {
433 if (t != CASE && t != DEFAULT)
441 s = new Stmnt(DEFAULT);
878 default :
886 default :
1023 default :
1080 default :
1147 default :
1248 default :