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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 9067 beg_label:
9072 if (var < end) goto beg_label;
9074 if (var > end) goto beg_label;
9078 tree beg_label = create_artificial_label (loc);
9085 tem = build1 (LABEL_EXPR, void_type_node, beg_label);
9108 cond, build_and_jump (&beg_label),
9114 cond, build_and_jump (&beg_label),
9075 tree beg_label = create_artificial_label (loc); local
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 8569 beg_label:
8574 if (var < end) goto beg_label;
8576 if (var > end) goto beg_label;
8580 tree beg_label = create_artificial_label (loc);
8587 tem = build1 (LABEL_EXPR, void_type_node, beg_label);
8610 cond, build_and_jump (&beg_label),
8616 cond, build_and_jump (&beg_label),
8577 tree beg_label = create_artificial_label (loc); local

Completed in 47 milliseconds