Home
last modified time | relevance | path

Searched refs:c_parser_omp_for_loop (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A DChangeLog641 (c_parser_omp_for_loop): Same.
1219 (c_parser_omp_for_loop): Adjust break/switch context handling.
1320 (c_parser_omp_for_loop): Set c_in_omp_for around some calls to avoid
2185 (c_parser_omp_for_loop): Call c_parser_omp_scan_loop_body if there are
2680 (c_parser_omp_for_loop): Allow NE_EXPR even in
3250 c_parser_omp_for_loop, c_finish_omp_declare_simd): Remove cilkplus
3463 * c-parser.c (c_parser_omp_for_loop): Fold only operands of cond, not
3631 (c_parser_omp_for_loop): Likewise.
4156 * c-parser.c (c_parser_omp_for_loop): Accept tiling constructs.
5058 (c_parser_omp_for_loop): Likewise. Clear IF_P if nbraces.
[all …]
H A Dc-parser.cc1575 static tree c_parser_omp_for_loop (location_t, c_parser *, enum tree_code,
17538 tree stmt = c_parser_omp_for_loop (loc, parser, OACC_LOOP, clauses, NULL, in c_parser_oacc_loop()
19224 c_parser_omp_for_loop (location_t loc, c_parser *parser, enum tree_code code, in c_parser_omp_for_loop() function
19674 ret = c_parser_omp_for_loop (loc, parser, OMP_LOOP, clauses, cclauses, if_p); in c_parser_omp_loop()
19728 ret = c_parser_omp_for_loop (loc, parser, OMP_SIMD, clauses, cclauses, if_p); in c_parser_omp_simd()
19822 ret = c_parser_omp_for_loop (loc, parser, OMP_FOR, clauses, cclauses, if_p); in c_parser_omp_for()
20662 ret = c_parser_omp_for_loop (loc, parser, OMP_DISTRIBUTE, clauses, NULL, in c_parser_omp_distribute()
22797 ret = c_parser_omp_for_loop (loc, parser, OMP_TASKLOOP, clauses, NULL, if_p); in c_parser_omp_taskloop()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-parser.c1543 static tree c_parser_omp_for_loop (location_t, c_parser *, enum tree_code,
16861 tree stmt = c_parser_omp_for_loop (loc, parser, OACC_LOOP, clauses, NULL, in c_parser_oacc_loop()
18057 c_parser_omp_for_loop (location_t loc, c_parser *parser, enum tree_code code, in c_parser_omp_for_loop() function
18476 ret = c_parser_omp_for_loop (loc, parser, OMP_LOOP, clauses, cclauses, if_p); in c_parser_omp_loop()
18530 ret = c_parser_omp_for_loop (loc, parser, OMP_SIMD, clauses, cclauses, if_p); in c_parser_omp_simd()
18623 ret = c_parser_omp_for_loop (loc, parser, OMP_FOR, clauses, cclauses, if_p); in c_parser_omp_for()
19319 ret = c_parser_omp_for_loop (loc, parser, OMP_DISTRIBUTE, clauses, NULL, in c_parser_omp_distribute()
21415 ret = c_parser_omp_for_loop (loc, parser, OMP_TASKLOOP, clauses, NULL, if_p); in c_parser_omp_taskloop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-20084361 (c_parser_omp_for_loop): Set the increment expression's EXPR_LOCATION.
4998 (c_parser_omp_for_loop): Same. Pass condition's location to
5146 (c_parser_omp_for_loop): Pass location to
17216 * c-parser.c (c_parser_omp_for_loop): Parse collapsed loops. Call
17223 c_parser_omp_for_loop callers.
28092 * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for
H A DChangeLog-20105348 c_parser_for_statement, c_parser_omp_for_loop): Adjust calls.
11271 (c_parser_omp_for_loop): Same change.
11274 (c_parser_omp_for_loop): Updated call to check_for_loop_decls().
23973 * c-parser.c (c_parser_omp_for_loop): Use a VEC for for_block.
31091 c_parser_omp_for_loop): All callers of
31097 (c_parser_label, c_parser_for_statement, c_parser_omp_for_loop):
35618 c_parser_expr_list, c_parser_omp_atomic, c_parser_omp_for_loop):
H A DChangeLog-200919545 (c_parser_omp_for_loop): Same.
19610 (c_parser_omp_for_loop): Pass location to c_process_expr_stmt.
19710 (c_parser_omp_for_loop): New argument.
30824 c_parser_omp_atomic, c_parser_omp_for_loop): Fold expressions.
31655 * c-parser.c (c_parser_omp_for_loop): Call c_parser_binary_expression
H A DChangeLog-20062689 (c_parser_omp_for_loop): Same.
13722 * c-parser.c (c_parser_omp_for_loop): Don't call c_finish_omp_for if
22378 c_parser_omp_for_loop, c_parser_omp_for,
H A DChangeLog-201115993 (c_parser_conditional_expression, c_parser_omp_for_loop): Adjust