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

  /external/clang/include/clang/AST/
OpenMPClause.h 253 /// \brief This represents 'safelen' clause in the '#pragma omp ...'
257 /// #pragma omp simd safelen(4)
259 /// In this example directive '#pragma omp simd' has clause 'safelen'
261 /// If the safelen clause is used then no two iterations executed
264 /// the safelen clause must be a constant positive integer expression.
271 Stmt *Safelen;
273 /// \brief Set safelen.
274 void setSafelen(Expr *Len) { Safelen = Len; }
277 /// \brief Build 'safelen' clause.
286 Safelen(Len) {
    [all...]
  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]

Completed in 43 milliseconds