Home
last modified time | relevance | path

Searched defs:auto (Results 1 – 25 of 28) sorted by relevance

12

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dexec.h39 decltype(auto) Exec(Args... args) in decltype() argument
46 decltype(auto) ExecNoWait(Args... args) in decltype() argument
53 decltype(auto) ExecWithCallback(Callback callback, Args... args) in decltype() argument
60 decltype(auto) ExecWithCallbackNoWait(Callback callback, Args... args) in decltype() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.cpp91 [](auto, auto &) { return true; }, in GetContinueToLocations() argument
92 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
93 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
127 [](auto, auto &) { return true; }, in GetBreakpointLocations() argument
128 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
132 auto &entry, auto /* next */) { in GetBreakpointLocations()
150auto lineHandler = [startLine, endLine, &lineNumbers](auto, auto &, auto, auto &entry, auto /* nex… in GetValidLineNumbers() argument
158 EnumerateLineEntries([](auto, auto &) { return true; }, in GetValidLineNumbers() argument
159 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
166 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
[all …]
Dinspector_server.cpp37 …server_.OnCall("Debugger.enable", [](auto, auto &result, auto &) { result.AddProperty("debuggerId"… in InspectorServer() argument
221 …"Debugger.continueToLocation", [this, handler = std::move(handler)](auto &sessionId, auto &, auto … in OnCallDebuggerContinueToLocation() argument
239 [this, handler = std::move(handler)](auto &, auto &result, const JsonObject &params) { in OnCallDebuggerGetPossibleBreakpoints() argument
278 [this, handler = std::move(handler)](auto &, auto &result, auto &params) { in OnCallDebuggerGetScriptSource() argument
290 …r_.OnCall("Debugger.pause", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerPause() argument
299 [this, handler = std::move(handler)](auto &sessionId, auto &, auto &params) { in OnCallDebuggerRemoveBreakpoint() argument
330 …_.OnCall("Debugger.resume", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerResume() argument
415 [this, handler = std::move(handler)](auto &sessionId, auto &, const JsonObject &params) { in OnCallDebuggerSetBreakpointsActive() argument
435 [this, handler = std::move(handler)](auto &sessionId, auto &, const JsonObject &params) { in OnCallDebuggerSetPauseOnExceptions() argument
465 …OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerStepInto() argument
[all …]
Dinspector.cpp183 [](auto &, auto &, auto) {}, in ThreadStart() argument
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h29 decltype(auto) Exec(Args... args) in decltype() argument
/arkcompiler/ets_runtime/test/jittest/create_arguments/
Dcreate_arguments.ts20 const auto = new Car('Honda', 'Accord', 1998); constant
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/
Dohos_ws_server_endpoint.cpp21 endpoint_.SetValidateConnectionCallback([this](auto) { in OhosWsServerEndpoint() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dsession_manager.cpp87 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
94 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
Ddebug_info_cache.cpp190 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
Dinspector_server.cpp206 inspectorServer.OnCallDebuggerRestartFrame([&](auto, auto) { g_handlerCalled = true; }); in TEST_F() argument
347 inspectorServer.OnCallDebuggerGetScriptSource([](auto) { return "a"; }); in TEST_F() argument
/arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/
DinheritanceResolution.cpp130 [this, superClass, cda](auto, auto *program, auto, auto name) { in ResolveInheritanceChainImpl() argument
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp29 MatchFunc MatchRule::replySuccess = [] (auto recv, auto, auto) -> bool { in __anond135e1a70102() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp211 const auto [init, target] = GetAssignmentTarget(propExpr); in GenObjectWithRest() local
255 const auto [init, target] = GetAssignmentTarget(propExpr); in GenObject() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DregAllocator.cpp111 const auto [spill_info, origin_type] = spiller_->New(); in Spill() local
156 const auto [indices_valid, limit] = RegIndicesValid(ins, registers); in Run() local
Demitter.cpp294 const auto [start, varsLength, totalRegsNum] = info; in GenLocalVariableInfo() local
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DcheckInfiniteLoop.cpp54 const auto [constant, truthy] = type->ResolveConditionExpr(); in ConditionIsAlwaysTrue() local
DvariableHasScope.cpp62 const auto [decision, action] = invariantHasVariable(ctx, ast); in GetLocalScopeVariable() local
/arkcompiler/ets_frontend/ets2panda/evaluate/
DscopedDebugInfoPlugin.cpp404 … debugInfoStorage_.EnumerateContextFiles([this](auto sourceFilePath, auto, auto, auto moduleName) { in CreateContextPrograms() argument
/arkcompiler/ets_frontend/ets2panda/checker/ets/
DvalidateHelpers.cpp153 const auto [target_ident, typeAnnotation] = GetTargetIdentifierAndType(ident); in ValidatePropertyOrDeclaratorIdentifier() local
DutilityTypeHandlers.cpp608 const auto [decl, var] = in CreateInterfaceProto() local
706 …const auto [decl, var] = VarBinder()->NewVarDecl<varbinder::ClassDecl>(classId->Start(), classId->… in CreateClassPrototype() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp291 …std::accumulate(readers_.begin(), readers_.end(), (size_t)0, [](size_t c, const auto &) { return c… in Read()
/arkcompiler/runtime_core/static_core/runtime/mem/gc/
Dgc_trigger.cpp153 const auto [min_threshold, max_threshold] = in ComputeTarget() local
/arkcompiler/ets_frontend/es2panda/binder/
Dscope.cpp471 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp407 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dclass_info_extractor.cpp1085 const auto [baseSize, baseMaxInlineSize] = GetSizeAndMaxInlineByType(baseType); in DefineSendableInstanceHClass() local

12