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

  /src/external/gpl3/gcc/dist/gcc/cp/
coroutines.cc 3858 tree sw_stmt = *stmt; local
3861 if (!(cp_walk_tree (&SWITCH_STMT_COND (sw_stmt),
3869 tree sw_type = SWITCH_STMT_TYPE (sw_stmt);
3875 tree cond_inner = SWITCH_STMT_COND (sw_stmt);
3878 location_t sloc = EXPR_LOCATION (SWITCH_STMT_COND (sw_stmt));
3882 SWITCH_STMT_COND (sw_stmt) = newvar;
3885 add_stmt (sw_stmt);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
coroutines.cc 3642 tree sw_stmt = *stmt; local
3645 if (!(cp_walk_tree (&SWITCH_STMT_COND (sw_stmt),
3653 tree sw_type = SWITCH_STMT_TYPE (sw_stmt);
3659 tree cond_inner = SWITCH_STMT_COND (sw_stmt);
3662 location_t sloc = EXPR_LOCATION (SWITCH_STMT_COND (sw_stmt));
3666 SWITCH_STMT_COND (sw_stmt) = newvar;
3669 add_stmt (sw_stmt);

Completed in 22 milliseconds