OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat Aug 08 00:24:54 UTC 2026