Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_AFFINITY (Results 1 – 9 of 9) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h288 OMP_CLAUSE_AFFINITY, enumerator
Dtree-pretty-print.cc772 case OMP_CLAUSE_AFFINITY: in dump_omp_clause()
Dtree-inline.cc1454 && (OMP_CLAUSE_CODE (*tp) == OMP_CLAUSE_AFFINITY in copy_tree_body_r()
Dgimplify.cc8160 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in gimplify_omp_affinity()
10317 case OMP_CLAUSE_AFFINITY: in gimplify_scan_omp_clauses()
DChangeLog-202124514 OMP_CLAUSE_AFFINITY or OMP_CLAUSE_DEPEND.
24802 * tree-core.h (enum omp_clause_code): Add OMP_CLAUSE_AFFINITY.
24803 * tree-pretty-print.c (dump_omp_clause): Handle OMP_CLAUSE_AFFINITY.
24805 (walk_tree_1): Handle OMP_CLAUSE_AFFINITY.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc5197 else if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5285 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5354 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5376 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5415 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5460 if (OMP_CLAUSE_CODE (c) != OMP_CLAUSE_AFFINITY in handle_omp_array_sections_1()
5521 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in handle_omp_array_sections()
5534 || OMP_CLAUSE_CODE (c) == OMP_CLAUSE_AFFINITY) in handle_omp_array_sections()
7837 case OMP_CLAUSE_AFFINITY: in finish_omp_clauses()
Dparser.cc36610 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
36639 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
36651 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
36698 case OMP_CLAUSE_AFFINITY: in cp_parser_omp_var_list_no_open()
36734 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
36739 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
36755 if ((kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
36790 if (kind == OMP_CLAUSE_DEPEND || kind == OMP_CLAUSE_AFFINITY) in cp_parser_omp_var_list_no_open()
39253 nlist = cp_parser_omp_var_list_no_open (parser, OMP_CLAUSE_AFFINITY, in cp_parser_omp_clause_affinity()
DChangeLog-20212703 (finish_omp_clauses): Move OMP_CLAUSE_AFFINITY
2707 * pt.c (tsubst_omp_clauses): Handle OMP_CLAUSE_AFFINITY.
Dpt.cc17830 case OMP_CLAUSE_AFFINITY: in tsubst_omp_clauses()