Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseOpenMP.cpp795 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp325 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp6324 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
9585 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
13928 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h749 Stmt *Simdlen = nullptr; variable