Searched refs:OMP_CLAUSE_MERGEABLE (Results 1 – 25 of 25) sorted by relevance
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | tree-core.h | 376 OMP_CLAUSE_MERGEABLE, enumerator
|
| HD | tree-nested.c | 1284 case OMP_CLAUSE_MERGEABLE: in convert_nonlocal_omp_clauses() 1990 case OMP_CLAUSE_MERGEABLE: in convert_local_omp_clauses()
|
| HD | gimplify.c | 8588 case OMP_CLAUSE_MERGEABLE: in gimplify_scan_omp_clauses() 9346 case OMP_CLAUSE_MERGEABLE: in gimplify_adjust_omp_clauses() 10443 case OMP_CLAUSE_MERGEABLE: in gimplify_omp_for()
|
| HD | tree-pretty-print.c | 587 case OMP_CLAUSE_MERGEABLE: in dump_omp_clause()
|
| HD | omp-low.c | 1315 case OMP_CLAUSE_MERGEABLE: 1474 case OMP_CLAUSE_MERGEABLE:
|
| HD | omp-expand.c | 758 tree mergeable = omp_find_clause (clauses, OMP_CLAUSE_MERGEABLE); in expand_task_call()
|
| HD | tree.c | 11561 case OMP_CLAUSE_MERGEABLE: in walk_tree_1()
|
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | tree-nested.c | 1115 case OMP_CLAUSE_MERGEABLE: in convert_nonlocal_omp_clauses() 1614 case OMP_CLAUSE_MERGEABLE: in convert_local_omp_clauses()
|
| HD | omp-low.c | 1478 case OMP_CLAUSE_MERGEABLE: in scan_sharing_clauses() 1530 case OMP_CLAUSE_MERGEABLE: in scan_sharing_clauses() 3143 c2 = find_omp_clause (clauses, OMP_CLAUSE_MERGEABLE); in expand_task_call()
|
| HD | tree-pretty-print.c | 431 case OMP_CLAUSE_MERGEABLE: in dump_omp_clause()
|
| HD | gimplify.c | 6071 case OMP_CLAUSE_MERGEABLE: in gimplify_scan_omp_clauses() 6213 case OMP_CLAUSE_MERGEABLE: in gimplify_adjust_omp_clauses()
|
| HD | c-parser.c | 8983 check_no_duplicate_clause (list, OMP_CLAUSE_MERGEABLE, "mergeable"); in c_parser_omp_clause_mergeable() 8986 OMP_CLAUSE_MERGEABLE); in c_parser_omp_clause_mergeable()
|
| HD | tree.h | 408 OMP_CLAUSE_MERGEABLE enumerator
|
| HD | tree.c | 10646 case OMP_CLAUSE_MERGEABLE: in walk_tree_1()
|
| HD | c-typeck.c | 10920 case OMP_CLAUSE_MERGEABLE: in c_finish_omp_clauses()
|
| /dragonfly/contrib/gcc-8.0/gcc/c-family/ |
| HD | c-omp.c | 1126 case OMP_CLAUSE_MERGEABLE: in c_omp_split_clauses()
|
| /dragonfly/contrib/gcc-4.7/gcc/cp/ |
| HD | semantics.c | 4141 case OMP_CLAUSE_MERGEABLE: in finish_omp_clauses()
|
| HD | parser.c | 25205 check_no_duplicate_clause (list, OMP_CLAUSE_MERGEABLE, "mergeable", in cp_parser_omp_clause_mergeable() 25208 c = build_omp_clause (location, OMP_CLAUSE_MERGEABLE); in cp_parser_omp_clause_mergeable()
|
| HD | pt.c | 12335 case OMP_CLAUSE_MERGEABLE: in tsubst_omp_clauses()
|
| /dragonfly/contrib/gcc-8.0/gcc/c/ |
| HD | c-parser.c | 12127 check_no_duplicate_clause (list, OMP_CLAUSE_MERGEABLE, "mergeable"); in c_parser_omp_clause_mergeable() 12130 OMP_CLAUSE_MERGEABLE); in c_parser_omp_clause_mergeable()
|
| HD | c-typeck.c | 13913 case OMP_CLAUSE_MERGEABLE: in c_finish_omp_clauses()
|
| /dragonfly/contrib/gcc-8.0/gcc/cp/ |
| HD | semantics.c | 7086 case OMP_CLAUSE_MERGEABLE: in finish_omp_clauses()
|
| HD | parser.c | 32424 check_no_duplicate_clause (list, OMP_CLAUSE_MERGEABLE, "mergeable", in cp_parser_omp_clause_mergeable() 32427 c = build_omp_clause (location, OMP_CLAUSE_MERGEABLE); in cp_parser_omp_clause_mergeable()
|
| HD | pt.c | 16132 case OMP_CLAUSE_MERGEABLE: in tsubst_omp_clauses()
|
| /dragonfly/contrib/gcc-4.7/gcc/doc/ |
| HD | generic.texi | 2193 @code{OMP_CLAUSE_FINAL}, and @code{OMP_CLAUSE_MERGEABLE}. Each code
|