Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenACC.h188 OpenACCReductionOperator getReductionOp() const { in getReductionOp() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDOpenACCClause.cpp502 OS << "reduction(" << C.getReductionOp() << ": "; in VisitReductionClause()
HDTextNodeDumper.cpp465 << cast<OpenACCReductionClause>(C)->getReductionOp(); in Visit()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDOpenACCClause.h849 OpenACCReductionOperator getReductionOp() const { return Op; } in getReductionOp() function
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenACC.cpp1036 Ctx, Clause.getBeginLoc(), Clause.getLParenLoc(), Clause.getReductionOp(), in VisitReductionClause()
HDTreeTransform.h11618 ParsedClause.getLParenLoc(), C.getReductionOp(), ValidVars, in VisitReductionClause()
/freebsd-14-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriter.cpp8074 writeEnum(RC->getReductionOp()); in writeOpenACCClause()