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

  /src/external/gpl3/gdb.old/dist/gdb/
f-typeprint.c 386 goto default_case;
446 default_case:
  /src/external/gpl3/gdb/dist/gdb/
f-typeprint.c 384 goto default_case;
446 default_case:
  /src/external/gpl3/binutils/dist/gas/
expr.c 884 default_case:
903 goto default_case;
930 goto default_case;
937 goto default_case;
943 goto default_case;
1018 goto default_case;
  /src/external/gpl3/binutils.old/dist/gas/
expr.c 882 default_case:
901 goto default_case;
928 goto default_case;
935 goto default_case;
941 goto default_case;
1016 goto default_case;
  /src/external/gpl3/gcc/dist/gcc/
gimple.cc 3204 tree default_case = NULL_TREE;
3290 gcc_assert (!default_case);
3291 default_case = elt;
3310 if (default_casep && !default_case)
3352 default_case = build_case_label (NULL_TREE, NULL_TREE,
3360 *default_casep = default_case;
tree-switch-conversion.h 766 DEFAULT_CASE is the CASE_LABEL_EXPR for the default switch branch
769 void gather_default_values (tree default_case);
tree-switch-conversion.cc 362 DEFAULT_CASE is the CASE_LABEL_EXPR for the default switch branch
367 switch_conversion::gather_default_values (tree default_case)
370 basic_block bb = label_to_block (cfun, CASE_LABEL (default_case));
374 gcc_assert (CASE_LOW (default_case) == NULL_TREE
gimplify.cc 2950 tree default_case = NULL_TREE;
2989 &default_case);
2992 if (!default_case)
2996 default_case
3001 SWITCH_BREAK_LABEL_P (CASE_LABEL (default_case)) = 1;
3004 new_default = gimple_build_label (CASE_LABEL (default_case));
3019 default_case, labels);
2947 tree default_case = NULL_TREE; local
tree-cfg.cc 2569 tree default_case = gimple_switch_default_label (switch_stmt); local
2599 return default_case;
  /src/external/gpl3/gcc.old/dist/gcc/
gimple.cc 3170 tree default_case = NULL_TREE;
3256 gcc_assert (!default_case);
3257 default_case = elt;
3276 if (default_casep && !default_case)
3318 default_case = build_case_label (NULL_TREE, NULL_TREE,
3326 *default_casep = default_case;
tree-switch-conversion.h 758 DEFAULT_CASE is the CASE_LABEL_EXPR for the default switch branch
761 void gather_default_values (tree default_case);
tree-switch-conversion.cc 335 DEFAULT_CASE is the CASE_LABEL_EXPR for the default switch branch
340 switch_conversion::gather_default_values (tree default_case)
343 basic_block bb = label_to_block (cfun, CASE_LABEL (default_case));
347 gcc_assert (CASE_LOW (default_case) == NULL_TREE
gimplify.cc 2700 tree default_case = NULL_TREE;
2739 &default_case);
2742 if (!default_case)
2746 default_case
2751 SWITCH_BREAK_LABEL_P (CASE_LABEL (default_case)) = 1;
2754 new_default = gimple_build_label (CASE_LABEL (default_case));
2769 default_case, labels);
2697 tree default_case = NULL_TREE; local
tree-cfg.cc 2493 tree default_case = gimple_switch_default_label (switch_stmt); local
2523 return default_case;
  /src/external/gpl3/gcc/dist/gcc/fortran/
resolve.cc 9091 gfc_case *cp, *default_case, *tail, *head; local
9197 default_case = NULL;
9218 if (default_case != NULL)
9222 &default_case->where, &cp->where);
9228 default_case = cp;
9348 /* Prepend the default_case if it is there. */
9349 if (head != NULL && default_case)
9351 default_case->left = NULL;
9352 default_case->right = head;
9353 head->left = default_case;
9844 gfc_code *class_is = NULL, *default_case = NULL; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
resolve.cc 8749 gfc_case *cp, *default_case, *tail, *head; local
8855 default_case = NULL;
8876 if (default_case != NULL)
8880 &default_case->where, &cp->where);
8886 default_case = cp;
9006 /* Prepend the default_case if it is there. */
9007 if (head != NULL && default_case)
9009 default_case->left = NULL;
9010 default_case->right = head;
9011 head->left = default_case;
9388 gfc_code *class_is = NULL, *default_case = NULL; local
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kISelLowering.cpp 1754 goto default_case;
1783 default_case:

Completed in 69 milliseconds