Home
last modified time | relevance | path

Searched refs:OpenACCReductionClause (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp38 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 DStmtProfile.cpp2611 const OpenACCReductionClause &Clause) { in VisitReductionClause()
H A DTextNodeDumper.cpp465 << cast<OpenACCReductionClause>(C)->getReductionOp(); in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h823 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 DSemaOpenACC.cpp622 llvm::find_if(ExistingClauses, llvm::IsaPred<OpenACCReductionClause>); in VisitNumGangsClause()
1035 return OpenACCReductionClause::Create( in VisitReductionClause()
H A DTreeTransform.h11606 const OpenACCReductionClause &C) { in VisitReductionClause()
11616 NewClause = OpenACCReductionClause::Create( in VisitReductionClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8072 const auto *RC = cast<OpenACCReductionClause>(C); in writeOpenACCClause()
H A DASTReader.cpp12033 return OpenACCReductionClause::Create(getContext(), BeginLoc, LParenLoc, Op, in readOpenACCClause()