Home
last modified time | relevance | path

Searched refs:getReductionOp (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h188 OpenACCReductionOperator getReductionOp() const { in getReductionOp() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenACCClause.cpp502 OS << "reduction(" << C.getReductionOp() << ": "; in VisitReductionClause()
H A DTextNodeDumper.cpp465 << cast<OpenACCReductionClause>(C)->getReductionOp(); in Visit()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenACCClause.h849 OpenACCReductionOperator getReductionOp() const { return Op; } in getReductionOp() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1036 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getReductionOp(), in VisitReductionClause()
H A DTreeTransform.h11618 ParsedClause.getLParenLoc(), C.getReductionOp(), ValidVars, in VisitReductionClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp8074 writeEnum(RC->getReductionOp()); in writeOpenACCClause()