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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-stmt.cc 6295 tree label_errmsg; local
6323 label_errmsg = label_finish = errmsg = errlen = NULL_TREE;
6354 label_errmsg = gfc_build_label_decl (NULL_TREE);
7126 tmp = build1_v (GOTO_EXPR, label_errmsg);
7393 tmp = build1_v (LABEL_EXPR, label_errmsg);
7500 tree label_finish, label_errmsg; local
7504 label_finish = label_errmsg = NULL_TREE;
7519 label_errmsg = gfc_build_label_decl (NULL_TREE);
7710 build1_v (GOTO_EXPR, label_errmsg),
7722 tmp = build1_v (LABEL_EXPR, label_errmsg);
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-stmt.cc 6195 tree label_errmsg; local
6223 label_errmsg = label_finish = errmsg = errlen = NULL_TREE;
6254 label_errmsg = gfc_build_label_decl (NULL_TREE);
6904 tmp = build1_v (GOTO_EXPR, label_errmsg);
7125 tmp = build1_v (LABEL_EXPR, label_errmsg);
7205 tree label_finish, label_errmsg; local
7209 label_finish = label_errmsg = NULL_TREE;
7224 label_errmsg = gfc_build_label_decl (NULL_TREE);
7414 build1_v (GOTO_EXPR, label_errmsg),
7426 tmp = build1_v (LABEL_EXPR, label_errmsg);
    [all...]

Completed in 53 milliseconds