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

  /external/clang/lib/Sema/
SemaOpenMP.cpp     [all...]
SemaTemplateInstantiateDecl.cpp 265 ExprResult Simdlen;
267 Simdlen = Subst(E);
305 S.ConvertDeclToDeclGroup(New), Attr.getBranchState(), Simdlen.get(),
    [all...]
  /external/clang/include/clang/AST/
OpenMPClause.h 435 /// \brief This represents 'simdlen' clause in the '#pragma omp ...'
439 /// #pragma omp simd simdlen(4)
441 /// In this example directive '#pragma omp simd' has clause 'simdlen'
443 /// If the 'simdlen' clause is used then it specifies the preferred number of
444 /// iterations to be executed concurrently. The parameter of the 'simdlen'
452 Stmt *Simdlen;
454 /// \brief Set simdlen.
455 void setSimdlen(Expr *Len) { Simdlen = Len; }
458 /// \brief Build 'simdlen' clause.
467 Simdlen(Len) {
    [all...]
  /external/clang/lib/Parse/
ParseOpenMP.cpp 416 /// 'simdlen' '(' <expr> ')'
421 Parser &P, OMPDeclareSimdDeclAttr::BranchStateTy &BS, ExprResult &SimdLen,
445 } else if (ClauseName.equals("simdlen")) {
446 if (SimdLen.isUsable()) {
453 SimdLen = P.ParseOpenMPParensExpr(ClauseName, RLoc);
454 if (SimdLen.isInvalid())
504 ExprResult Simdlen;
512 parseDeclareSimdClauses(*this, BS, Simdlen, Uniforms, Aligneds,
525 Ptr, BS, Simdlen.get(), Uniforms, Aligneds, Alignments, Linears,
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 230 milliseconds