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

  /src/external/gpl3/gcc/dist/gcc/fortran/
trans-openmp.cc 5727 tree local_dovar = NULL_TREE, cycle_label, tmp, omp_clauses; local
5891 cycle_label:;
6061 cycle_label = gfc_build_label_decl (NULL_TREE);
6065 code->cycle_label = cycle_label;
6100 if (TREE_USED (cycle_label))
6102 tmp = build1_v (LABEL_EXPR, cycle_label);
trans-stmt.cc 2423 cycle_label:
2441 tree cycle_label; local
2461 cycle_label = gfc_build_label_decl (NULL_TREE);
2465 code->cycle_label = cycle_label;
2535 if (TREE_USED (cycle_label))
2537 tmp = build1_v (LABEL_EXPR, cycle_label);
2594 cycle_label:
2618 tree cycle_label; local
2673 cycle_label = gfc_build_label_decl (NULL_TREE)
2903 tree cycle_label; local
5056 tree cycle_label = NULL_TREE; local
6227 tree cycle_label; local
    [all...]
gfortran.h 3102 tree cycle_label; member in struct:gfc_code
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans-openmp.cc 5041 tree count = NULL_TREE, cycle_label, tmp, omp_clauses; local
5182 cycle_label:;
5351 cycle_label = gfc_build_label_decl (NULL_TREE);
5355 code->cycle_label = cycle_label;
5387 if (TREE_USED (cycle_label))
5389 tmp = build1_v (LABEL_EXPR, cycle_label);
trans-stmt.cc 2346 cycle_label:
2364 tree cycle_label; local
2384 cycle_label = gfc_build_label_decl (NULL_TREE);
2388 code->cycle_label = cycle_label;
2457 if (TREE_USED (cycle_label))
2459 tmp = build1_v (LABEL_EXPR, cycle_label);
2516 cycle_label:
2540 tree cycle_label; local
2595 cycle_label = gfc_build_label_decl (NULL_TREE)
2824 tree cycle_label; local
4959 tree cycle_label = NULL_TREE; local
6127 tree cycle_label; local
    [all...]
gfortran.h 2996 tree cycle_label; member in struct:gfc_code

Completed in 52 milliseconds