Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_DEFAULTMAP (Results 1 – 12 of 12) sorted by relevance

/dragonfly/contrib/gcc-8.0/gcc/
H A Dtree-core.h439 OMP_CLAUSE_DEFAULTMAP, enumerator
H A Dtree-nested.c1289 case OMP_CLAUSE_DEFAULTMAP: in convert_nonlocal_omp_clauses()
1995 case OMP_CLAUSE_DEFAULTMAP: in convert_local_omp_clauses()
H A Dtree-pretty-print.c892 case OMP_CLAUSE_DEFAULTMAP: in dump_omp_clause()
H A Domp-low.c1322 case OMP_CLAUSE_DEFAULTMAP:
1489 case OMP_CLAUSE_DEFAULTMAP:
H A Dgimplify.c8597 case OMP_CLAUSE_DEFAULTMAP: in gimplify_scan_omp_clauses()
9358 case OMP_CLAUSE_DEFAULTMAP: in gimplify_adjust_omp_clauses()
H A Dtree.c11572 case OMP_CLAUSE_DEFAULTMAP: in walk_tree_1()
/dragonfly/contrib/gcc-8.0/gcc/c-family/
H A Dc-omp.c1093 case OMP_CLAUSE_DEFAULTMAP: in c_omp_split_clauses()
/dragonfly/contrib/gcc-8.0/gcc/c/
H A Dc-parser.c12412 check_no_duplicate_clause (list, OMP_CLAUSE_DEFAULTMAP, "defaultmap"); in c_parser_omp_clause_defaultmap()
12413 c = build_omp_clause (loc, OMP_CLAUSE_DEFAULTMAP); in c_parser_omp_clause_defaultmap()
H A Dc-typeck.c13928 case OMP_CLAUSE_DEFAULTMAP: in c_finish_omp_clauses()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dsemantics.c7095 case OMP_CLAUSE_DEFAULTMAP: in finish_omp_clauses()
H A Dparser.c32648 check_no_duplicate_clause (list, OMP_CLAUSE_DEFAULTMAP, "defaultmap", in cp_parser_omp_clause_defaultmap()
32651 c = build_omp_clause (location, OMP_CLAUSE_DEFAULTMAP); in cp_parser_omp_clause_defaultmap()
H A Dpt.c16143 case OMP_CLAUSE_DEFAULTMAP: in tsubst_omp_clauses()