StmtOpenMP.h | 284 /// allocated: loop counters, their updates and final values. 298 // updates/finals arrays). 308 // Offset to the end (and start of the following counters/updates/finals 320 /// \brief Get the updates storage. 328 /// \brief Get the final counter updates storage. 367 3 * CollapsedNum; // Counters, Updates and Finals 466 SmallVector<Expr *, 4> Updates; 480 /// \param Size Number of elements in the counters/finals/updates arrays. 498 Updates.resize(Size); 502 Updates[i] = nullptr 599 ArrayRef<Expr *> updates() { return getUpdates(); } function in class:clang::OMPLoopDirective 601 ArrayRef<Expr *> updates() const { function in class:clang::OMPLoopDirective [all...] |