Home | History | Annotate | Download | only in info

Lines Matching full:clauses

6541      sharing clauses, exposing the control flow of most synchronization
12464 clauses used by the OpenMP API `http://www.openmp.org/'.
12475 Operand `OMP_PARALLEL_CLAUSES' is the list of clauses associated
12493 Operand `OMP_FOR_CLAUSES' is the list of clauses associated with
12524 Operand `OMP_SECTIONS_CLAUSES' is the list of clauses associated
12536 Operand `OMP_SINGLE_CLAUSES' is the list of clauses associated
12591 Represents clauses associated with one of the `OMP_' directives.
12592 Clauses are represented by separate sub-codes defined in `tree.h'.
12593 Clauses codes can be one of: `OMP_CLAUSE_PRIVATE',
12602 Clauses associated with the same directive are chained together
12603 via `OMP_CLAUSE_CHAIN'. Those clauses that accept a list of
12606 clause `C' need to be represented as multiple `C' clauses chained
12607 together. This facilitates adding new clauses during compilation.
15065 clauses, tree index, tree initial, tree final, tree incr,
15068 statements inside the for loop. `CLAUSES', are any of the `OMP'
15069 loop construct's clauses: private, firstprivate, lastprivate,
15078 Return the clauses associated with `OMP_FOR' `G'.
15084 clauses)
15085 Set `CLAUSES' to be the list of clauses associated with `OMP_FOR'
15172 tree clauses, tree child_fn, tree data_arg)
15176 `CLAUSES', are the `OMP' parallel construct's clauses. `CHILD_FN' is
15196 Return the clauses associated with `OMP_PARALLEL' `G'.
15199 Return a pointer to the clauses associated with `OMP_PARALLEL' `G'.
15202 tree clauses)
15203 Set `CLAUSES' to be the list of clauses associated with
15275 tree clauses)
15277 section statements. `CLAUSES' are any of the `OMP' sections
15278 construct's clauses: private, firstprivate, lastprivate,
15289 Return a pointer to the clauses associated with the
15294 Set `CONTROL' to be the set of clauses associated with the
15298 Return the clauses associated with `OMP_SECTIONS' `G'.
15301 Return a pointer to the clauses associated with `OMP_SECTIONS' `G'.
15304 tree clauses)
15305 Set `CLAUSES' to be the set of clauses associated with
15315 tree clauses)
15317 statements that will be executed once. `CLAUSES' are any of the
15318 `OMP' single construct's clauses: private, firstprivate,
15322 Return the clauses associated with `OMP_SINGLE' `G'.
15325 Return a pointer to the clauses associated with `OMP_SINGLE' `G'.
15328 clauses)
15329 Set `CLAUSES' to be the clauses associated with `OMP_SINGLE' `G'.