Home
last modified time | relevance | path

Searched refs:ncop (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsimplify.cc6760 HOST_WIDE_INT ncop; in gfc_simplify_repeat() local
6765 bool fail = gfc_extract_hwi (n, &ncop); in gfc_simplify_repeat()
6769 ncop = 0; in gfc_simplify_repeat()
6771 if (ncop == 0) in gfc_simplify_repeat()
6775 gfc_charlen_t nlen = ncop * len; in gfc_simplify_repeat()
6789 for (size_t i = 0; i < (size_t) ncop; i++) in gfc_simplify_repeat()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsimplify.c6629 HOST_WIDE_INT ncop; in gfc_simplify_repeat() local
6634 bool fail = gfc_extract_hwi (n, &ncop); in gfc_simplify_repeat()
6638 ncop = 0; in gfc_simplify_repeat()
6640 if (ncop == 0) in gfc_simplify_repeat()
6644 gfc_charlen_t nlen = ncop * len; in gfc_simplify_repeat()
6658 for (size_t i = 0; i < (size_t) ncop; i++) in gfc_simplify_repeat()