Home
last modified time | relevance | path

Searched refs:cp_parser_omp_for_loop (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-200876 * parser.c (cp_parser_omp_for_loop): Likewise.
174 * parser.c (cp_parser_omp_for_loop): Handle auto.
836 * parser.c (cp_parser_omp_for_loop): Handle parenthesized
1423 cp_parser_omp_for_loop, cp_parser_pragma): Use location in error
1513 (cp_parser_omp_for_loop, cp_parser_cache_group): Likewise.
1699 * parser.c (cp_parser_omp_for_loop): Parse collapsed for loops.
1708 cp_parser_omp_for_loop callers.
2092 (cp_parser_omp_for_loop): Likewise.
2730 * parser.c (cp_parser_omp_for_loop): If DECL has REFERENCE_TYPE, don't
H A DChangeLog-20062059 * parser.c (cp_parser_omp_for_loop): Only call
2490 * parser.c (cp_parser_omp_for_loop): Expand optional DECL_EXPRs
2506 cp_parser_omp_for_loop): Adjust for
2662 (cp_parser_omp_for_loop): Mark in_iteration_statement
2708 (cp_parser_omp_for_loop): Don't discard DECL_EXPR.
2734 * parser.c (cp_parser_omp_for_loop): Handle declarations.
2773 cp_parser_omp_flush, cp_parser_omp_for_loop,
H A DChangeLog-2015999 (cp_parser_omp_for_loop): Compute orig_inits, pass it's address
1383 (cp_parser_omp_for_loop): Handle doacross loops, adjust
1512 (cp_parser_omp_for_loop): Likewise.
3235 * parser.c (cp_parser_omp_for_loop): Don't add
H A DChangeLog-2011239 * parser.c (cp_parser_omp_for_loop): When determining whether
280 * parser.c (cp_parser_omp_for_loop): Use cp_parser_omp_for_incr
2716 * parser.c (cp_parser_omp_for_loop): Likewise.
3948 * parser.c (cp_parser_omp_for_loop): Don't use cp_parser_omp_for_incr
H A DChangeLog-2009726 * parser.c (cp_parser_omp_for_loop): After diagnosing not perfectly
773 (cp_parser_omp_for_loop): Likewise.
3207 (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
H A DChangeLog-20141275 (cp_parser_omp_for_loop): Added checks for CILK_FOR and RID_CILK_FOR;
1448 cp_parser_omp_for_loop, cp_parser_omp_declare_reduction_exprs,
2053 * parser.c (cp_parser_omp_for_loop): For
H A DChangeLog-20161574 (cp_parser_omp_for_loop): Handle non-STATEMENT_LIST FOR_BLOCK
2743 (cp_parser_omp_for_loop): Likewise.
3027 (cp_parser_omp_for_loop): Likewise. Clear IF_P if nbraces.
H A DChangeLog-20121204 * parser.c (cp_parser_omp_for_loop): Remember the location of the
1958 cp_parser_template_id, cp_parser_omp_for_loop): Likewise.
H A DChangeLog-2018155 (cp_parser_omp_for_loop): Likewise.
944 (cp_parser_omp_for_loop): Parse C++11 range for loops among omp
2757 * parser.c (cp_parser_omp_for_loop): Likewise.
H A DChangeLog-2017400 cp_parser_omp_for_loop,
2212 (cp_parser_omp_for_loop): Likewise.
5333 (cp_parser_omp_for_loop): Deal with tile clause. Don't emit a parse
H A DChangeLog-2013382 (cp_parser_omp_for_loop): Pass new argument to
956 (cp_parser_omp_for_loop): Add CODE argument, pass it through
H A DChangeLog-20192956 * parser.c (cp_parser_omp_for_loop): For OMP_LOOP, ignore parallel
3605 (cp_parser_omp_for_loop): Call cp_parser_omp_scan_loop_body if there
4036 (cp_parser_range_for_member_function, cp_parser_omp_for_loop)
H A Dparser.cc42424 cp_parser_omp_for_loop (cp_parser *parser, enum tree_code code, tree clauses, in cp_parser_omp_for_loop() function
42887 ret = cp_parser_omp_for_loop (parser, OMP_LOOP, clauses, cclauses, if_p); in cp_parser_omp_loop()
42945 ret = cp_parser_omp_for_loop (parser, OMP_SIMD, clauses, cclauses, if_p); in cp_parser_omp_simd()
43047 ret = cp_parser_omp_for_loop (parser, OMP_FOR, clauses, cclauses, if_p); in cp_parser_omp_for()
43893 ret = cp_parser_omp_for_loop (parser, OMP_DISTRIBUTE, clauses, NULL, if_p); in cp_parser_omp_distribute()
44869 tree stmt = cp_parser_omp_for_loop (parser, OACC_LOOP, clauses, NULL, if_p); in cp_parser_oacc_loop()
46927 ret = cp_parser_omp_for_loop (parser, OMP_TASKLOOP, clauses, cclauses, in cp_parser_omp_taskloop()
H A DChangeLog-20202602 * parser.c (cp_parser_omp_for_loop): Likewise.
5087 * parser.c (cp_parser_omp_for_loop): Use
H A DChangeLog-20102051 * parser.c (cp_parser_omp_for_loop): Use a VEC for for_block.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dparser.c38980 cp_parser_omp_for_loop (cp_parser *parser, enum tree_code code, tree clauses, in cp_parser_omp_for_loop() function
39441 ret = cp_parser_omp_for_loop (parser, OMP_LOOP, clauses, cclauses, if_p); in cp_parser_omp_loop()
39499 ret = cp_parser_omp_for_loop (parser, OMP_SIMD, clauses, cclauses, if_p); in cp_parser_omp_simd()
39600 ret = cp_parser_omp_for_loop (parser, OMP_FOR, clauses, cclauses, if_p); in cp_parser_omp_for()
40291 ret = cp_parser_omp_for_loop (parser, OMP_DISTRIBUTE, clauses, NULL, if_p); in cp_parser_omp_distribute()
41268 tree stmt = cp_parser_omp_for_loop (parser, OACC_LOOP, clauses, NULL, if_p); in cp_parser_oacc_loop()
42925 ret = cp_parser_omp_for_loop (parser, OMP_TASKLOOP, clauses, cclauses, in cp_parser_omp_taskloop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200919568 (cp_parser_omp_for_loop): Same.