Home | History | Annotate | Download | only in gcc

Lines Matching defs:nowait

3394 				"%<nowait%> for construct");
3419 "%<nowait%> sections construct");
3432 "%<nowait%> sections construct");
8515 region and it isn't nowait, add lhs to its GIMPLE_OMP_RETURN
8692 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt),
8694 t = gimple_build_omp_return (nowait);
8711 [ GOMP_barrier (); ] -> unless 'nowait' is present.
8858 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt),
8860 gimple *g = gimple_build_omp_return (nowait);
8949 bool nowait = omp_find_clause (gimple_omp_scope_clauses (scope_stmt),
8951 gimple *g = gimple_build_omp_return (nowait);
10814 _scantemp_(controlp) reduction(inscan,+:r) private(i) nowait