Home
last modified time | relevance | path

Searched refs:DestExprs (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h592 ArrayRef<const Expr *> DestExprs,
DCGStmtOpenMP.cpp2311 llvm::SmallVector<const Expr *, 8> DestExprs; in EmitOMPSingleDirective() local
2320 DestExprs.append(C->destination_exprs().begin(), in EmitOMPSingleDirective()
2338 CopyprivateVars, DestExprs, in EmitOMPSingleDirective()
DCGOpenMPRuntime.cpp2167 ArrayRef<const Expr *> CopyprivateVars, ArrayRef<const Expr *> DestExprs, in emitCopyprivateCopyFunction() argument
2198 auto DestVar = cast<VarDecl>(cast<DeclRefExpr>(DestExprs[I])->getDecl()); in emitCopyprivateCopyFunction()