Home
last modified time | relevance | path

Searched defs:Aligneds (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp723 SmallVectorImpl<Expr *> &Uniforms, SmallVectorImpl<Expr *> &Aligneds, in parseDeclareSimdClauses() argument
816 SmallVector<Expr *, 4> Aligneds; in ParseOMPDeclareSimdClauses() local
/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp338 SmallVector<Expr *, 4> Uniforms, Aligneds, Alignments, Linears, Steps; instantiateOMPDeclareSimdDeclAttr() local
H A DSemaOpenMP.cpp6768 ActOnOpenMPDeclareSimdDirective(DeclGroupPtrTy DG,OMPDeclareSimdDeclAttr::BranchStateTy BS,Expr * Simdlen,ArrayRef<Expr * > Uniforms,ArrayRef<Expr * > Aligneds,ArrayRef<Expr * > Alignments,ArrayRef<Expr * > Linears,ArrayRef<unsigned> LinModifiers,ArrayRef<Expr * > Steps,SourceRange SR) ActOnOpenMPDeclareSimdDirective() argument