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

  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 360 ArrayRef<Stmt *> ParamMoves;
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCoroutine.cpp 611 auto ParamMoves = S.getParamMoves();
613 (ParamMoves.size() == 0 || (ParamMoves.size() == FnArgs.size())) &&
614 "ParamMoves and FnArgs should be the same size for coroutine function");
615 if (ParamMoves.size() == FnArgs.size() && DI)
616 for (const auto Pair : llvm::zip(FnArgs, ParamMoves))

Completed in 64 milliseconds