Searched refs:se_type (Results 1 – 1 of 1) sorted by relevance
94 scopetype_T se_type; member7645 scope->se_type = type; in new_scope()7664 switch (scope->se_type) in drop_scope()8473 if (scope->se_type == FOR_SCOPE) in compile_continue()8478 if (scope->se_type == WHILE_SCOPE) in compile_continue()8483 if (scope->se_type == TRY_SCOPE) in compile_continue()8515 if (scope->se_type == FOR_SCOPE || scope->se_type == WHILE_SCOPE) in compile_break()8521 if (scope->se_type == FOR_SCOPE) in compile_break()8841 else if (scope->se_type == WHILE_SCOPE) in compile_endtry()8843 else if (scope->se_type == FOR_SCOPE) in compile_endtry()[all …]