Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_SCHEDULE_RUNTIME (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Domp-general.c218 fd->sched_kind = OMP_CLAUSE_SCHEDULE_RUNTIME; in omp_extract_for_data()
219 if (fd->sched_kind == OMP_CLAUSE_SCHEDULE_RUNTIME) in omp_extract_for_data()
H A Dtree-core.h487 OMP_CLAUSE_SCHEDULE_RUNTIME, enumerator
H A Dtree-parloops.c2187 OMP_CLAUSE_SCHEDULE_KIND (t) = OMP_CLAUSE_SCHEDULE_RUNTIME; in create_parallel_loop()
H A Dtree-pretty-print.c551 case OMP_CLAUSE_SCHEDULE_RUNTIME: in dump_omp_clause()
H A Domp-expand.c585 case OMP_CLAUSE_SCHEDULE_RUNTIME: in expand_parallel_call()
5698 case OMP_CLAUSE_SCHEDULE_RUNTIME: in expand_omp_for()
/dragonfly/contrib/gcc-4.7/gcc/
H A Domp-low.c275 if (fd->sched_kind == OMP_CLAUSE_SCHEDULE_RUNTIME) in extract_omp_for_data()
2977 == OMP_CLAUSE_SCHEDULE_RUNTIME in expand_parallel_call()
4706 fn_index = (fd.sched_kind == OMP_CLAUSE_SCHEDULE_RUNTIME) in expand_omp_for()
H A Dtree-pretty-print.c393 case OMP_CLAUSE_SCHEDULE_RUNTIME: in dump_omp_clause()
H A Dc-parser.c9205 OMP_CLAUSE_SCHEDULE_KIND (c) = OMP_CLAUSE_SCHEDULE_RUNTIME; in c_parser_omp_clause_schedule()
9230 if (OMP_CLAUSE_SCHEDULE_KIND (c) == OMP_CLAUSE_SCHEDULE_RUNTIME) in c_parser_omp_clause_schedule()
H A Dtree.h1938 OMP_CLAUSE_SCHEDULE_RUNTIME enumerator
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c13040 OMP_CLAUSE_SCHEDULE_KIND (c) = OMP_CLAUSE_SCHEDULE_RUNTIME; in c_parser_omp_clause_schedule()
13066 if (OMP_CLAUSE_SCHEDULE_KIND (c) == OMP_CLAUSE_SCHEDULE_RUNTIME) in c_parser_omp_clause_schedule()
H A Dc-typeck.c13954 case OMP_CLAUSE_SCHEDULE_RUNTIME: p = "runtime"; break; in c_finish_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c6361 case OMP_CLAUSE_SCHEDULE_RUNTIME: p = "runtime"; break; in finish_omp_clauses()
H A Dparser.c32893 OMP_CLAUSE_SCHEDULE_KIND (c) = OMP_CLAUSE_SCHEDULE_RUNTIME; in cp_parser_omp_clause_schedule()
32928 else if (OMP_CLAUSE_SCHEDULE_KIND (c) == OMP_CLAUSE_SCHEDULE_RUNTIME) in cp_parser_omp_clause_schedule()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dparser.c25399 OMP_CLAUSE_SCHEDULE_KIND (c) = OMP_CLAUSE_SCHEDULE_RUNTIME; in cp_parser_omp_clause_schedule()
25424 else if (OMP_CLAUSE_SCHEDULE_KIND (c) == OMP_CLAUSE_SCHEDULE_RUNTIME) in cp_parser_omp_clause_schedule()