Home
last modified time | relevance | path

Searched refs:needs_space (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc1429 bool first = true, bool needs_space = true, in gfc_match_omp_clauses() argument
1451 && (needs_space && gfc_match_space () != MATCH_YES)) in gfc_match_omp_clauses()
1453 needs_space = false; in gfc_match_omp_clauses()
1501 needs_space = true; in gfc_match_omp_clauses()
1512 needs_space = true; in gfc_match_omp_clauses()
1616 needs_space = true; in gfc_match_omp_clauses()
1627 needs_space = true; in gfc_match_omp_clauses()
1667 needs_space = true; in gfc_match_omp_clauses()
1699 needs_space = true; in gfc_match_omp_clauses()
2101 needs_space = true; in gfc_match_omp_clauses()
[all …]
H A DChangeLog-20141903 (gfc_match_omp_clauses): Change first and needs_space variables
H A DChangeLog-20162282 oacc_expr_lists. Adjust the first and needs_space arguments to
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c962 bool first = true, bool needs_space = true,
981 && (needs_space && gfc_match_space () != MATCH_YES))
983 needs_space = false;
1036 needs_space = true;
1045 needs_space = true;
1249 needs_space = true;
1276 needs_space = true;
1330 needs_space = true;
1338 c->inbranch = needs_space = true;
1346 needs_space = true;
[all …]