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

  /src/external/gpl3/gcc/dist/gcc/fortran/
parse.cc 5875 parse_omp_structured_block (gfc_statement omp_st, bool workshare_stmts_only) function
6066 st = parse_omp_structured_block (st, false);
6071 st = parse_omp_structured_block (st, true);
6330 st = parse_omp_structured_block (st, false);
6335 st = parse_omp_structured_block (st, true);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
parse.cc 5510 parse_omp_structured_block (gfc_statement omp_st, bool workshare_stmts_only) function
5663 st = parse_omp_structured_block (st, false);
5668 st = parse_omp_structured_block (st, true);
5900 st = parse_omp_structured_block (st, false);
5905 st = parse_omp_structured_block (st, true);

Completed in 38 milliseconds