Home
last modified time | relevance | path

Searched refs:finish_omp_for (Results 1 – 16 of 16) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-200823 * 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
DChangeLog-20062478 * 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.
DChangeLog-2015989 * 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,
DChangeLog-2013894 (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.
DChangeLog-2016137 (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.
DChangeLog-20181035 (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.
DChangeLog-2017413 finish_omp_clauses, finish_omp_clauses, finish_omp_for): Remove
5338 (finish_omp_for): Deal with tile clause.
DChangeLog-20071928 * semantics.c (finish_omp_for): Call fold_build_cleanup_point_expr
Dcp-tree.h7702 extern tree finish_omp_for (location_t, enum tree_code,
DChangeLog-20141285 (finish_omp_for): Changed call to handle_omp_for_class_iterator
Dsemantics.cc10341 finish_omp_for (location_t locus, enum tree_code code, tree declv, in finish_omp_for() function
DChangeLog-2021875 finish_omp_for): Adjust c_omp_check_loop_iv_exprs caller.
DChangeLog-20203581 (finish_omp_for): Likewise. Don't call fold_build_cleanup_point_expr
DChangeLog-20192964 (finish_omp_for): Formatting fix. For OMP_LOOP, adjust
Dpt.cc19262 t = finish_omp_for (EXPR_LOCATION (t), TREE_CODE (t), declv, in tsubst_expr()
Dparser.cc42797 ret = finish_omp_for (loc_first, code, declv, orig_declv, initv, condv, in cp_parser_omp_for_loop()