HomeSort by: relevance | last modified time | path
    Searched defs:while_stmt (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 3603 case WHILE_STMT:
3795 case WHILE_STMT:
3805 tree while_stmt = *stmt; local
3806 if (!(cp_walk_tree (&WHILE_COND (while_stmt),
3811 coro_build_add_if_not_cond_break (WHILE_COND (while_stmt));
3813 add_stmt (WHILE_BODY (while_stmt));
3815 WHILE_BODY (while_stmt) = pop_stmt_list (insert_list);
3816 WHILE_COND (while_stmt) = boolean_true_node;
3818 res = cp_walk_tree (&WHILE_BODY (while_stmt),
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 3386 case WHILE_STMT:
3579 case WHILE_STMT:
3589 tree while_stmt = *stmt; local
3590 if (!(cp_walk_tree (&WHILE_COND (while_stmt),
3595 coro_build_add_if_not_cond_break (WHILE_COND (while_stmt));
3597 add_stmt (WHILE_BODY (while_stmt));
3599 WHILE_BODY (while_stmt) = pop_stmt_list (insert_list);
3600 WHILE_COND (while_stmt) = boolean_true_node;
3602 res = cp_walk_tree (&WHILE_BODY (while_stmt),

Completed in 65 milliseconds