Home
last modified time | relevance | path

Searched refs:GOMP_loop_end (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp_g.h136 extern void GOMP_loop_end (void);
H A Dlibgomp.map194 GOMP_loop_end;
H A Dloop.c953 GOMP_loop_end (void) in GOMP_loop_end() function
H A Dlibgomp.texi3950 GOMP_loop_end ();
H A Dlibgomp.info3566 GOMP_loop_end ();
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp_g.h136 extern void GOMP_loop_end (void);
H A Dlibgomp.map240 GOMP_loop_end;
H A Dloop.c956 GOMP_loop_end (void) in GOMP_loop_end() function
H A Dlibgomp.texi4484 GOMP_loop_end ();
H A Dlibgomp.info4113 GOMP_loop_end ();
H A DChangeLog17422 * loop.c (GOMP_loop_end, GOMP_loop_end_nowait): New.
17433 (f_foo_1): Use GOMP_loop_end.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-builtins.def358 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_LOOP_END, "GOMP_loop_end",
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-builtins.def370 DEF_GOMP_BUILTIN (BUILT_IN_GOMP_LOOP_END, "GOMP_loop_end",
H A DChangeLog-200614371 (expand_omp_for_generic): Likewise; emit the proper GOMP_loop_end call.