Home
last modified time | relevance | path

Searched defs:IntExprs (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h300 SmallVector<Expr *> IntExprs; member
329 SmallVector<Expr *> IntExprs; member
570 void setIntExprDetails(ArrayRef<Expr *> IntExprs) { in setIntExprDetails()
583 void setIntExprDetails(llvm::SmallVector<Expr *> &&IntExprs) { in setIntExprDetails()
598 ArrayRef<Expr *> IntExprs) { in setGangDetails()
608 llvm::SmallVector<Expr *> &&IntExprs) { in setGangDetails()
718 llvm::SmallVector<Expr *> &&IntExprs) { in setWaitDetails()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp776 llvm::SmallVectorImpl<Expr *> &IntExprs) { in ParseOpenACCIntExprList()
913 llvm::SmallVectorImpl<Expr *> &IntExprs) { in ParseOpenACCGangArgList()
1120 llvm::SmallVector<Expr *> IntExprs; in ParseOpenACCClauseParams() local
1230 llvm::SmallVector<Expr *> IntExprs; in ParseOpenACCClauseParams() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp163 ArrayRef<Expr *> IntExprs, in OpenACCGangClause()
300 ArrayRef<Expr *> IntExprs, in Create()
542 ArrayRef<Expr *> IntExprs, SourceLocation EndLoc) { in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACCClause.cpp1553 llvm::SmallVector<Expr *> IntExprs; in VisitGangClause() local
2093 ArrayRef<Expr *> IntExprs, SourceLocation EndLoc) { in CheckGangClause()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h583 ArrayRef<Expr *> IntExprs, SourceLocation EndLoc) in OpenACCNumGangsClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp12705 llvm::SmallVector<Expr *> IntExprs; in readOpenACCClause() local