HomeSort by: relevance | last modified time | path
    Searched defs:mapParam (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGStmtOpenMP.cpp 6816 static void mapParam(CodeGenFunction &CGF, const DeclRefExpr *Helper,
6894 mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP,
6896 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP,
6898 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope);
6899 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP,
CGStmtOpenMP.cpp 6816 static void mapParam(CodeGenFunction &CGF, const DeclRefExpr *Helper,
6894 mapParam(CGF, cast<DeclRefExpr>(S.getLowerBoundVariable()), *LBP,
6896 mapParam(CGF, cast<DeclRefExpr>(S.getUpperBoundVariable()), *UBP,
6898 mapParam(CGF, cast<DeclRefExpr>(S.getStrideVariable()), *STP, LoopScope);
6899 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP,

Completed in 74 milliseconds