HomeSort by: relevance | last modified time | path
    Searched refs:SWITCH_COND (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/
tree-pretty-print.cc 3238 dump_generic_node (pp, SWITCH_COND (node), spc, flags, false);
tree.h 1273 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0)
1275 /* True if there are case labels for all possible values of SWITCH_COND, either
gimplify.cc 2688 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
2690 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
2768 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
fold-const.cc 12819 if (walk_tree (&SWITCH_COND (*tp), contains_label_1, data, d->pset))
  /src/external/gpl3/gcc/dist/gcc/
tree-pretty-print.cc 3513 dump_generic_node (pp, SWITCH_COND (node), spc, flags, false);
gimplify.cc 2938 index_type = TREE_TYPE (SWITCH_COND (switch_expr));
2940 ret = gimplify_expr (&SWITCH_COND (switch_expr), pre_p, NULL, is_gimple_val,
3018 switch_stmt = gimple_build_switch (SWITCH_COND (switch_expr),
tree.h 1386 #define SWITCH_COND(NODE) TREE_OPERAND (SWITCH_EXPR_CHECK (NODE), 0)
1388 /* True if there are case labels for all possible values of SWITCH_COND, either
fold-const.cc 13197 if (walk_tree (&SWITCH_COND (*tp), contains_label_1, data, d->pset))
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 6350 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_COND (t) : SWITCH_COND (t);
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 7304 = TREE_CODE (t) == SWITCH_STMT ? SWITCH_STMT_COND (t) : SWITCH_COND (t);

Completed in 105 milliseconds