Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Ddebug_info_cache.cpp90 [](auto, auto &) { return true; }, in GetContinueToLocations() argument
91 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument
92 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument
126 [](auto, auto &) { return true; }, in GetBreakpointLocations() argument
127 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument
131 auto &entry, auto /* next */) { in GetBreakpointLocations()
147auto lineHandler = [startLine, endLine, &lineNumbers](auto, auto &, auto, auto &entry, auto /* nex… in GetValidLineNumbers() argument
156 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument
179 EnumerateLineEntries([](auto, auto &) { return true; }, methodFilter, lineHandler); in GetValidLineNumbers() argument
181 EnumerateLineEntries([](auto, auto &) { return true; }, in GetValidLineNumbers() argument
[all …]
Dinspector_server.cpp37 …server_.OnCall("Debugger.enable", [](auto, auto &result, auto &) { result.AddProperty("debuggerId"… in InspectorServer() argument
215 …"Debugger.continueToLocation", [this, handler = std::move(handler)](auto &sessionId, auto &, auto … in OnCallDebuggerContinueToLocation() argument
233 … [this, handler = std::move(handler)](auto &, auto &result, const JsonObject &params) { in OnCallDebuggerGetPossibleBreakpoints() argument
272 [this, handler = std::move(handler)](auto &, auto &result, auto &params) { in OnCallDebuggerGetScriptSource() argument
284 …r_.OnCall("Debugger.pause", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerPause() argument
293 [this, handler = std::move(handler)](auto &sessionId, auto &, auto &params) { in OnCallDebuggerRemoveBreakpoint() argument
324 …_.OnCall("Debugger.resume", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerResume() argument
409 … [this, handler = std::move(handler)](auto &sessionId, auto &, const JsonObject &params) { in OnCallDebuggerSetBreakpointsActive() argument
429 … [this, handler = std::move(handler)](auto &sessionId, auto &, const JsonObject &params) { in OnCallDebuggerSetPauseOnExceptions() argument
459 …OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerStepInto() argument
[all …]
Dinspector.cpp175 thread.GetManagedThread(), [](auto &, auto &, auto) {}, in ThreadStart() argument
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
Dast_verifier_test.cpp113 const auto [warnings, errors] = verifier.Verify({{"NodeHasParent"}}, {{}}, &emptyNode, checks); in TEST_F() local
129 const auto [warnings, errors] = verifier.Verify({{"NodeHasType"}}, {{}}, &emptyNode, checks); in TEST_F() local
144 … const auto [warnings, errors] = verifier.Verify({{"VariableHasScope"}}, {{}}, &emptyNode, checks); in TEST_F() local
167 const auto [warnings, errors] = verifier.Verify({{"VariableHasScope"}}, {{}}, &ident, checks); in TEST_F() local
191 …const auto [warnings, errors] = verifier.Verify({{"VariableHasEnclosingScope"}}, {{}}, &ident, che… in TEST_F() local
212 const auto [warnings, errors] = in TEST_F() local
240 const auto [warnings, errors] = in TEST_F() local
263 const auto [warnings, errors] = in TEST_F() local
284 const auto [warnings, errors] = in TEST_F() local
303 const auto [warnings, errors] = in TEST_F() local
[all …]
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dexec.h29 decltype(auto) Exec(Args... args) in decltype() argument
/arkcompiler/runtime_core/libpandabase/os/
Dexec.h29 decltype(auto) Exec(Args... args) in decltype() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/
Dremote_object.cpp186 std::function<void(JsonArrayBuilder &)> properties = [](auto &) {}; in PreviewToJson() argument
187 std::function<void(JsonArrayBuilder &)> entries = [](auto &) {}; in PreviewToJson() argument
200 std::function<void(JsonObjectBuilder &)> entry = [](auto &) {}; in PreviewToJson() argument
274 std::function<void(JsonObjectBuilder &)> result = [](auto &) {}; in ToJson() argument
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dsession_manager.cpp85 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
92 sm_.EnumerateSessions([&sessions, &pt_threads](auto, auto thread) { in TEST_F() argument
Ddebug_info_cache.cpp187 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
Dinspector_server.cpp207 inspectorServer.OnCallDebuggerRestartFrame([&](auto, auto) { g_handlerCalled = true; }); in TEST_F() argument
351 inspectorServer.OnCallDebuggerGetScriptSource([](auto) { return "a"; }); in TEST_F() argument
/arkcompiler/toolchain/tooling/test/client_utils/
Dtest_util.cpp28 MatchFunc MatchRule::replySuccess = [] (auto recv, auto, auto) -> bool { in __anon662f80880102() argument
/arkcompiler/ets_frontend/ets2panda/compiler/base/
Ddestructuring.cpp206 const auto [init, target] = GetAssignmentTarget(propExpr); in GenObjectWithRest() local
250 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
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DinterfacePropertyDeclarations.cpp54 … const auto [_, __, param_var] = paramScope->AddParamDecl(checker->Allocator(), paramExpression); in GenerateGetterOrSetter() local
/arkcompiler/runtime_core/static_core/static_linker/
Dlinker_context_misc.cpp272 …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.cpp392 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/varbinder/
Dscope.cpp338 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp498 …const auto [class_var, class_type] = FindVariableInClassOrEnclosing(ident->Name(), Context().Conta… in NotResolvedError() local
562 const auto [target_ident, typeAnnotation] = GetTargetIdentifierAndType(ident); in ValidatePropertyOrDeclaratorIdentifier() local
Dobject.cpp1297 const auto [target_ident, in ValidateVarDeclaratorOrClassProperty() local