Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
HDtree-core.h418 OMP_CLAUSE_PRIORITY, enumerator
HDtree-nested.c1195 case OMP_CLAUSE_PRIORITY: in convert_nonlocal_omp_clauses()
1896 case OMP_CLAUSE_PRIORITY: in convert_local_omp_clauses()
HDgimplify.c8555 case OMP_CLAUSE_PRIORITY: in gimplify_scan_omp_clauses()
9351 case OMP_CLAUSE_PRIORITY: in gimplify_adjust_omp_clauses()
10444 case OMP_CLAUSE_PRIORITY: in gimplify_omp_for()
HDtree-pretty-print.c864 case OMP_CLAUSE_PRIORITY: in dump_omp_clause()
HDomp-low.c1174 case OMP_CLAUSE_PRIORITY:
1483 case OMP_CLAUSE_PRIORITY:
HDtree.h1531 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIORITY),0)
HDomp-expand.c761 tree priority = omp_find_clause (clauses, OMP_CLAUSE_PRIORITY); in expand_task_call()
HDtree.c11544 case OMP_CLAUSE_PRIORITY: in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
HDc-omp.c1128 case OMP_CLAUSE_PRIORITY: in c_omp_split_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c/
HDc-parser.c12326 check_no_duplicate_clause (list, OMP_CLAUSE_PRIORITY, "priority"); in c_parser_omp_clause_priority()
12328 c = build_omp_clause (priority_loc, OMP_CLAUSE_PRIORITY); in c_parser_omp_clause_priority()
HDc-typeck.c13921 case OMP_CLAUSE_PRIORITY: in c_finish_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
HDsemantics.c7009 case OMP_CLAUSE_PRIORITY: in finish_omp_clauses()
HDparser.c32562 check_no_duplicate_clause (list, OMP_CLAUSE_PRIORITY, in cp_parser_omp_clause_priority()
32565 c = build_omp_clause (location, OMP_CLAUSE_PRIORITY); in cp_parser_omp_clause_priority()
HDpt.c16067 case OMP_CLAUSE_PRIORITY: in tsubst_omp_clauses()