Lines Matching full:ordered
162 /// 'barrier' | 'taskwait' | 'flush' | 'ordered' | 'atomic' |
298 // OpenMP [2.13.8, ordered Construct, Syntax]
299 // If the depend clause is specified, the ordered construct is a stand-alone
516 // Only one ordered clause can appear on a loop directive.
640 /// \brief Parsing of OpenMP clauses like 'ordered'.
642 /// ordered-clause:
643 /// 'ordered'