Home
last modified time | relevance | path

Searched defs:nrets (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_builder.cpp344 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallAssigned() local
362 CallReturnVector nrets(GetCurrentFuncCodeMpAllocator()->Adapter()); in CreateStmtIcallAssigned() local
Dmir_nodes.cpp516 void DumpCallReturns(const MIRModule &mod, CallReturnVector nrets, int32 indent) in DumpCallReturns()