Searched refs:OpenACCReductionClause (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | OpenACCClause.cpp | 38 OpenACCReductionClause::classof(C) || OpenACCCreateClause::classof(C); in classof() 313 OpenACCReductionClause *OpenACCReductionClause::Create( in Create() 318 OpenACCReductionClause::totalSizeToAlloc<Expr *>(VarList.size())); in Create() 320 OpenACCReductionClause(BeginLoc, LParenLoc, Operator, VarList, EndLoc); in Create() 501 const OpenACCReductionClause &C) { in VisitReductionClause()
|
H A D | StmtProfile.cpp | 2611 const OpenACCReductionClause &Clause) { in VisitReductionClause()
|
H A D | TextNodeDumper.cpp | 465 << cast<OpenACCReductionClause>(C)->getReductionOp(); in Visit()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | OpenACCClause.h | 823 class OpenACCReductionClause final 825 public llvm::TrailingObjects<OpenACCReductionClause, Expr *> { 828 OpenACCReductionClause(SourceLocation BeginLoc, SourceLocation LParenLoc, in OpenACCReductionClause() function 844 static OpenACCReductionClause *
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenACC.cpp | 622 llvm::find_if(ExistingClauses, llvm::IsaPred<OpenACCReductionClause>); in VisitNumGangsClause() 1035 return OpenACCReductionClause::Create( in VisitReductionClause()
|
H A D | TreeTransform.h | 11606 const OpenACCReductionClause &C) { in VisitReductionClause() 11616 NewClause = OpenACCReductionClause::Create( in VisitReductionClause()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 8072 const auto *RC = cast<OpenACCReductionClause>(C); in writeOpenACCClause()
|
H A D | ASTReader.cpp | 12033 return OpenACCReductionClause::Create(getContext(), BeginLoc, LParenLoc, Op, in readOpenACCClause()
|