Searched refs:OMP_CLAUSE_PRIORITY (Results 1 – 14 of 14) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-core.h | 418 OMP_CLAUSE_PRIORITY, enumerator
|
| HD | tree-nested.c | 1195 case OMP_CLAUSE_PRIORITY: in convert_nonlocal_omp_clauses() 1896 case OMP_CLAUSE_PRIORITY: in convert_local_omp_clauses()
|
| HD | gimplify.c | 8555 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()
|
| HD | tree-pretty-print.c | 864 case OMP_CLAUSE_PRIORITY: in dump_omp_clause()
|
| HD | omp-low.c | 1174 case OMP_CLAUSE_PRIORITY: 1483 case OMP_CLAUSE_PRIORITY:
|
| HD | tree.h | 1531 OMP_CLAUSE_OPERAND (OMP_CLAUSE_SUBCODE_CHECK (NODE, OMP_CLAUSE_PRIORITY),0)
|
| HD | omp-expand.c | 761 tree priority = omp_find_clause (clauses, OMP_CLAUSE_PRIORITY); in expand_task_call()
|
| HD | tree.c | 11544 case OMP_CLAUSE_PRIORITY: in walk_tree_1()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-omp.c | 1128 case OMP_CLAUSE_PRIORITY: in c_omp_split_clauses()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.c | 12326 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()
|
| HD | c-typeck.c | 13921 case OMP_CLAUSE_PRIORITY: in c_finish_omp_clauses()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | semantics.c | 7009 case OMP_CLAUSE_PRIORITY: in finish_omp_clauses()
|
| HD | parser.c | 32562 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()
|
| HD | pt.c | 16067 case OMP_CLAUSE_PRIORITY: in tsubst_omp_clauses()
|