Home | History | Annotate | Download | only in info

Lines Matching full:clauses

3251      sharing clauses, exposing the control flow of most synchronization
5513 clauses used by the OpenMP API `http://www.openmp.org/'.
6121 Operand `OMP_PARALLEL_CLAUSES' is the list of clauses associated
6139 Operand `OMP_FOR_CLAUSES' is the list of clauses associated with
6170 Operand `OMP_SECTIONS_CLAUSES' is the list of clauses associated
6182 Operand `OMP_SINGLE_CLAUSES' is the list of clauses associated
6237 Represents clauses associated with one of the `OMP_' directives.
6238 Clauses are represented by separate sub-codes defined in `tree.h'.
6239 Clauses codes can be one of: `OMP_CLAUSE_PRIVATE',
6248 Clauses associated with the same directive are chained together
6249 via `OMP_CLAUSE_CHAIN'. Those clauses that accept a list of
6252 clause `C' need to be represented as multiple `C' clauses chained
6253 together. This facilitates adding new clauses during compilation.