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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGOpenMPRuntime.cpp 5481 auto IRHS = RHSExprs.begin();
5486 const auto *RHSVar = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
5498 ++IRHS;
5578 auto IRHS = RHSExprs.begin();
5581 cast<DeclRefExpr>(*IRHS));
5584 ++IRHS;
5682 auto IRHS = RHSExprs.begin();
5685 cast<DeclRefExpr>(*IRHS));
5688 ++IRHS;
5715 auto IRHS = RHSExprs.begin()
    [all...]
CGStmtOpenMP.cpp 1229 auto *IRHS = RHSs.begin();
1253 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
1297 ++IRHS;
3460 auto *IRHS = RHSs.begin();
3463 const auto *RHSVD = cast<VarDecl>(cast<DeclRefExpr>(*IRHS)->getDecl());
3486 ++IRHS;
CGOpenMPRuntimeGPU.cpp 3901 auto IRHS = RHSExprs.begin();
3904 cast<DeclRefExpr>(*IRHS));
3907 ++IRHS;

Completed in 32 milliseconds