Home | History | Annotate | Download | only in info

Lines Matching full:clauses

5267      sharing clauses
7604 clauses used by the OpenMP API `http://www.openmp.org/'.
8258 Operand `OMP_PARALLEL_CLAUSES' is the list of clauses associated
8276 Operand `OMP_FOR_CLAUSES' is the list of clauses associated with
8307 Operand `OMP_SECTIONS_CLAUSES' is the list of clauses associated
8319 Operand `OMP_SINGLE_CLAUSES' is the list of clauses associated
8374 Represents clauses associated with one of the `OMP_' directives.
8375 Clauses are represented by separate sub-codes defined in `tree.h'.
8376 Clauses codes can be one of: `OMP_CLAUSE_PRIVATE',
8385 Clauses associated with the same directive are chained together
8386 via `OMP_CLAUSE_CHAIN'. Those clauses that accept a list of
8389 clause `C' need to be represented as multiple `C' clauses chained
8390 together. This facilitates adding new clauses during compilation.