Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclOpenMP.h227 Expr *getCombinerOut() { return Out; } in getCombinerOut() function
228 const Expr *getCombinerOut() const { return Out; } in getCombinerOut() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3325 cast<DeclRefExpr>(D->getCombinerOut())->getDecl(), in VisitOMPDeclareReductionDecl()
3326 cast<DeclRefExpr>(NewDRD->getCombinerOut())->getDecl()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp1861 Record.AddStmt(D->getCombinerOut()); in VisitOMPDeclareReductionDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1176 cast<VarDecl>(cast<DeclRefExpr>(D->getCombinerOut())->getDecl()), in emitUserDefinedReduction()