Home
last modified time | relevance | path

Searched defs:Simdlen (Results 1 – 8 of 8) sorted by relevance

/external/clang/lib/Parse/
DParseOpenMP.cpp504 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
/external/clang/lib/Sema/
DSemaOpenMP.cpp3631 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
5429 static bool checkSimdlenSafelenValues(Sema &S, const Expr *Simdlen, in checkSimdlenSafelenValues()
5488 OMPSimdlenClause *Simdlen = nullptr; in ActOnOpenMPSimdDirective() local
5579 OMPSimdlenClause *Simdlen = nullptr; in ActOnOpenMPForSimdDirective() local
5838 OMPSimdlenClause *Simdlen = nullptr; in ActOnOpenMPParallelForSimdDirective() local
7228 OMPSimdlenClause *Simdlen = nullptr; in ActOnOpenMPTargetParallelForSimdDirective() local
7508 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
DSemaTemplateInstantiateDecl.cpp265 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
/external/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp785 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
/external/clang/include/clang/AST/
DOpenMPClause.h452 Stmt *Simdlen; variable
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp325 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
DSemaOpenMP.cpp5611 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
8864 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
12867 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
/external/llvm-project/clang/include/clang/AST/
DOpenMPClause.h749 Stmt *Simdlen = nullptr; variable