Home
last modified time | relevance | path

Searched refs:getCombinerOut (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h227 Expr *getCombinerOut() { return Out; } in getCombinerOut() function
228 const Expr *getCombinerOut() const { return Out; } in getCombinerOut() function
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3324 cast<DeclRefExpr>(D->getCombinerOut())->getDecl(), in VisitOMPDeclareReductionDecl()
3325 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1861 Record.AddStmt(D->getCombinerOut()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1163 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerOut())->getDecl()), in emitUserDefinedReduction()