Home
last modified time | relevance | path

Searched refs:OMP_CLAUSE_TO_DECLARE (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-core.h307 OMP_CLAUSE_TO_DECLARE, enumerator
Dtree-nested.cc1356 case OMP_CLAUSE_TO_DECLARE: in convert_nonlocal_omp_clauses()
2128 case OMP_CLAUSE_TO_DECLARE: in convert_local_omp_clauses()
Dtree-pretty-print.cc520 case OMP_CLAUSE_TO_DECLARE: in dump_omp_clause()
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dsemantics.cc8375 case OMP_CLAUSE_TO_DECLARE: in finish_omp_clauses()
8379 && OMP_CLAUSE_CODE (c) == OMP_CLAUSE_TO_DECLARE) in finish_omp_clauses()
8383 if (OMP_CLAUSE_CODE (c) == OMP_CLAUSE_TO_DECLARE) in finish_omp_clauses()
DChangeLog-20151376 Parse "to" as OMP_CLAUSE_TO_DECLARE if on declare target directive.
Dparser.cc40288 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_TO_DECLARE, in cp_parser_omp_all_clauses()
45923 clauses = cp_parser_omp_var_list (parser, OMP_CLAUSE_TO_DECLARE, in cp_parser_omp_declare_target()