Searched refs:clause (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/contrib/gcc/
H A Dlanghooks.h222 tree (*omp_clause_default_ctor) (tree clause, tree decl);
225 tree (*omp_clause_copy_ctor) (tree clause, tree dst, tree src);
228 tree (*omp_clause_assign_op) (tree clause, tree dst, tree src);
232 tree (*omp_clause_dtor) (tree clause, tree decl);
H A Dtree-nested.c1140 tree clause, decl;
1147 for (clause = *pclauses; clause ; clause = OMP_CLAUSE_CHAIN (clause))
1149 switch (OMP_CLAUSE_CODE (clause))
1157 decl = OMP_CLAUSE_DECL (clause);
1161 OMP_CLAUSE_DECL (clause) = get_nonlocal_debug_decl (info, decl);
1167 if (OMP_CLAUSE_SCHEDULE_CHUNK_EXPR (clause) == NULL)
1174 convert_nonlocal_reference (&OMP_CLAUSE_OPERAND (clause,
1138 tree clause, decl; local
1424 tree clause, decl; local
[all...]
H A Dtree-pretty-print.c260 /* Dump OpenMP clause CLAUSE. BUFFER, CLAUSE, SPC and FLAGS are as in
264 dump_omp_clause (pretty_printer *buffer, tree clause, int spc, int flags) argument
268 switch (OMP_CLAUSE_CODE (clause))
291 dump_generic_node (buffer, OMP_CLAUSE_DECL (clause),
298 pp_string (buffer, op_symbol_1 (OMP_CLAUSE_REDUCTION_CODE (clause)));
300 dump_generic_node (buffer, OMP_CLAUSE_DECL (clause),
307 dump_generic_node (buffer, OMP_CLAUSE_IF_EXPR (clause),
314 dump_generic_node (buffer, OMP_CLAUSE_NUM_THREADS_EXPR (clause),
328 switch (OMP_CLAUSE_DEFAULT_KIND (clause))
349 switch (OMP_CLAUSE_SCHEDULE_KIND (clause))
388 dump_omp_clauses(pretty_printer *buffer, tree clause, int spc, int flags) argument
[all...]
H A Dlanghooks.c578 lhd_omp_assignment (tree clause ATTRIBUTE_UNUSED, tree dst, tree src)
H A Dgimplify.c2331 /* We only emit the jump over the else clause if we have to--if the
2332 then clause may fall through. Otherwise we can wind up with a
2465 /* Build the then clause, 't1 = a;'. But don't build an assignment
2471 /* Build the else clause, 't1 = b;'. */
4640 region's REDUCTION clause. */
4798 tree clause;
4842 clause = build_omp_clause (code);
4843 OMP_CLAUSE_DECL (clause) = decl;
4844 OMP_CLAUSE_CHAIN (clause) = *list_p;
4846 OMP_CLAUSE_PRIVATE_DEBUG (clause)
4797 tree clause; local
[all...]
H A Domp-low.c118 /* Find an OpenMP clause of type KIND within CLAUSES. */
968 /* Let the corresponding firstprivate clause create
1026 /* Let the corresponding firstprivate clause create
1306 "a loop region with an ordered clause");
1538 omp_reduction_init (tree clause, tree type)
1540 switch (OMP_CLAUSE_REDUCTION_CODE (clause))
1854 /* If this was a workshare clause, see if it had been combined
1906 /* First see if there is exactly one reduction clause. Use OMP_ATOMIC
2204 /* If we found the clause 'if (cond)', build either
3680 an OMP_SINGLE, without a copyprivate clause
1537 omp_reduction_init(tree clause, tree type) argument
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Dcp-gimplify.c871 cxx_omp_clause_default_ctor (tree clause, tree decl)
873 tree info = CP_OMP_CLAUSE_INFO (clause);
885 cxx_omp_clause_copy_ctor (tree clause, tree dst, tree src)
887 tree info = CP_OMP_CLAUSE_INFO (clause);
901 cxx_omp_clause_assign_op (tree clause, tree dst, tree src)
903 tree info = CP_OMP_CLAUSE_INFO (clause);
917 cxx_omp_clause_dtor (tree clause, tree decl)
919 tree info = CP_OMP_CLAUSE_INFO (clause);
870 cxx_omp_clause_default_ctor(tree clause, tree decl) argument
884 cxx_omp_clause_copy_ctor(tree clause, tree dst, tree src) argument
900 cxx_omp_clause_assign_op(tree clause, tree dst, tree src) argument
916 cxx_omp_clause_dtor(tree clause, tree decl) argument
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex355 \egroup % \vbox from first cropmarks clause
/freebsd-10.0-release/contrib/gcc/doc/include/
H A Dtexinfo.tex364 \egroup % \vbox from first cropmarks clause
/freebsd-10.0-release/contrib/groff/doc/
H A Dtexinfo.tex356 \egroup % \vbox from first cropmarks clause

Completed in 130 milliseconds