HomeSort by relevance Sort by last modified time
    Searched refs:Safelen (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 379 /// \brief This represents 'safelen' clause in the '#pragma omp ...'
383 /// #pragma omp simd safelen(4)
385 /// In this example directive '#pragma omp simd' has clause 'safelen'
387 /// If the safelen clause is used then no two iterations executed
390 /// the safelen clause must be a constant positive integer expression.
397 Stmt *Safelen;
399 /// \brief Set safelen.
400 void setSafelen(Expr *Len) { Safelen = Len; }
403 /// \brief Build 'safelen' clause.
412 Safelen(Len) {
    [all...]

Completed in 316 milliseconds