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

  /src/external/gpl3/gcc/dist/gcc/
gimplify.cc 4711 tree label_true, label_false, label_cont;
4870 label_cont = NULL_TREE;
4880 handling that label_cont == label_true can be only reached
4884 label_cont = label_true;
4896 label_cont isn't needed. */
4902 label_cont = create_artificial_label (UNKNOWN_LOCATION);
4905 tell -Wimplicit-fallthrough handling that label_cont can
4911 UNUSED_LABEL_P (label_cont) = 1;
4914 g = gimple_build_goto (label_cont);
4940 if (label_cont)
4708 tree label_true, label_false, label_cont; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 4321 tree label_true, label_false, label_cont;
4475 label_cont = NULL_TREE;
4485 handling that label_cont == label_true can be only reached
4489 label_cont = label_true;
4501 label_cont isn't needed. */
4507 label_cont = create_artificial_label (UNKNOWN_LOCATION);
4510 tell -Wimplicit-fallthrough handling that label_cont can
4516 UNUSED_LABEL_P (label_cont) = 1;
4519 g = gimple_build_goto (label_cont);
4545 if (label_cont)
4318 tree label_true, label_false, label_cont; local
    [all...]

Completed in 21 milliseconds