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

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 2503 const Expr *IVExpr = S.getIterationVariable();
2526 CGF, S, CGF.EmitLValue(S.getIterationVariable()));
2592 const Expr *IVExpr = S.getIterationVariable();
2766 const Expr *IVExpr = S.getIterationVariable();
2822 const Expr *IVExpr = S.getIterationVariable();
2891 LS.getIterationVariable()->getType(),
2897 LS.getIterationVariable()->getType(),
2918 const Expr *IVExpr = LS.getIterationVariable();
3049 const auto *IVExpr = cast<DeclRefExpr>(S.getIterationVariable());
3120 *this, S, EmitLValue(S.getIterationVariable()));
    [all...]
CGOpenMPRuntimeGPU.cpp 4310 S.getIterationVariable()->getType(), S.getBeginLoc());
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtOpenMP.h 1234 Expr *getIterationVariable() const {

Completed in 35 milliseconds