HomeSort by relevance Sort by last modified time
    Searched defs:Updates (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/AST/
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...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 182 milliseconds