Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/lib/Sema/
H A 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
H A DSemaTemplateInstantiateDecl.cpp265 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
/aosp_15_r20/external/clang/lib/Parse/
H A DParseOpenMP.cpp504 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
/aosp_15_r20/external/clang/include/clang/AST/
H A DOpenMPClause.h452 Stmt *Simdlen; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3059 ConstantInt *Simdlen, ConstantInt *Safelen) { in applySimd()