Searched refs:finish_omp_for (Results 1 – 16 of 16) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | ChangeLog-2008 | 23 * semantics.c (finish_omp_for): Don't add CLEANUP_POINT_EXPR 492 * semantics.c (finish_omp_for): If processing_template_decl, just build 1693 (finish_omp_for): Add new clauses argument. 1703 Fix wording of error messages. Adjust finish_omp_for caller. 1727 loops. Adjust finish_omp_for caller. Handle loops with random 1734 * semantics.c (finish_omp_for): Allow pointer iterators. Use 2394 (finish_omp_for): Ditto. 2732 * semantics.c (finish_omp_for): Fail if DECL doesn't have integral type 3078 * semantics.c (finish_omp_for): Don't call c_finish_omp_for 3243 * semantics.c (finish_omp_for): Don't call
|
| D | ChangeLog-2006 | 2478 * semantics.c (finish_omp_for): Don't segfault if COND 2484 * cp-tree.h (finish_omp_for): Add PRE_BODY argument. 2485 * semantics.c (finish_omp_for): Likewise. Set 2491 into PRE_BODY statement list. Pass it to finish_omp_for. 2494 finish_omp_for. Put all the statements into sk_omp 2529 * semantics.c (finish_omp_for): Handle MODOP_EXPR in 2700 (finish_omp_clauses, finish_omp_for, finish_omp_atomic): New. 2710 finish_omp_for. 2718 (finish_omp_for, finish_omp_atomic): New.
|
| D | ChangeLog-2015 | 989 * cp-tree.h (finish_omp_for): Add ORIG_INITS argument. 1000 to finish_omp_for. 1025 all OpenMP/OpenACC/Cilk+ looping constructs. Adjust finish_omp_for 1053 (finish_omp_for): Add ORIG_INITS argument. Call 1351 (finish_omp_for): Add ORIG_DECLV argument. 1384 finish_omp_for and finish_omp_clauses callers. 1442 tsubst_omp_clauses and finish_omp_for callers, handle clauses on 1477 (finish_omp_for): Add ORIG_DECLV argument, handle doacross loops,
|
| D | ChangeLog-2013 | 894 (finish_omp_for): Add CODE argument, use it instead of hardcoded 957 to finish_omp_for. Change last argument to cclauses, 1012 (finish_omp_for): Add CODE argument. 3288 * semantics.c (finish_omp_for): Likewise.
|
| D | ChangeLog-2016 | 137 (finish_omp_for): Adjusted calls to find_omp_clause to use its new 2686 * semantics.c (finish_omp_for): Likewise. 2758 (finish_omp_for): Update call to finish_omp_clauses.
|
| D | ChangeLog-2018 | 1035 (finish_omp_for): Don't check cond/incr if cond is global_namespace. 2227 (finish_omp_for): Adjust handle_omp_for_class_iterator caller. 2763 finish_omp_for): Likewise.
|
| D | ChangeLog-2017 | 413 finish_omp_clauses, finish_omp_clauses, finish_omp_for): Remove 5338 (finish_omp_for): Deal with tile clause.
|
| D | ChangeLog-2007 | 1928 * semantics.c (finish_omp_for): Call fold_build_cleanup_point_expr
|
| D | cp-tree.h | 7702 extern tree finish_omp_for (location_t, enum tree_code,
|
| D | ChangeLog-2014 | 1285 (finish_omp_for): Changed call to handle_omp_for_class_iterator
|
| D | semantics.cc | 10341 finish_omp_for (location_t locus, enum tree_code code, tree declv, in finish_omp_for() function
|
| D | ChangeLog-2021 | 875 finish_omp_for): Adjust c_omp_check_loop_iv_exprs caller.
|
| D | ChangeLog-2020 | 3581 (finish_omp_for): Likewise. Don't call fold_build_cleanup_point_expr
|
| D | ChangeLog-2019 | 2964 (finish_omp_for): Formatting fix. For OMP_LOOP, adjust
|
| D | pt.cc | 19262 t = finish_omp_for (EXPR_LOCATION (t), TREE_CODE (t), declv, in tsubst_expr()
|
| D | parser.cc | 42797 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()
|