HomeSort by: relevance | last modified time | path
    Searched refs:PrivateRef (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.h 1398 const Expr *PrivateRef,
CGOpenMPRuntime.cpp 5507 const Expr *PrivateRef,
5510 if (PrivateRef->getType()->isArrayType()) {
5515 CGF, PrivateRef->getType(), LHSVar, RHSVar,
5934 const Expr *PrivateRef) {
5991 CGF, ReductionOp, PrivateRef, cast<DeclRefExpr>(LHS),
CGStmtOpenMP.cpp 4564 auto *PrivateRef = DeclRefExpr::Create(
4578 Data.FirstprivateCopies.emplace_back(PrivateRef);
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaOpenMP.cpp 8475 DeclRefExpr *PrivateRef = nullptr;
8480 PrivateRef = buildCapture(*this, D, ISC.getLoopDeclRefExpr(),
8482 VD = cast<VarDecl>(PrivateRef->getDecl());
8538 PrivateRef);
17234 DeclRefExpr *PrivateRef = buildDeclRefExpr(*this, Private, Type, ELoc);
17269 Privates.push_back(PrivateRef);

Completed in 61 milliseconds