Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
DParseOpenMP.cpp795 ExprResult Simdlen; in ParseOMPDeclareSimdClauses() local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp327 ExprResult Simdlen; in instantiateOMPDeclareSimdDeclAttr() local
DSemaOpenMP.cpp6339 DeclGroupPtrTy DG, OMPDeclareSimdDeclAttr::BranchStateTy BS, Expr *Simdlen, in ActOnOpenMPDeclareSimdDirective()
9619 const OMPSimdlenClause *Simdlen = nullptr; in checkSimdlenSafelenSpecified() local
14282 ExprResult Simdlen = VerifyPositiveIntegerConstantInClause(Len, OMPC_simdlen); in ActOnOpenMPSimdlenClause() local
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DOpenMPClause.h749 Stmt *Simdlen = nullptr; variable