| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | debug_info_cache.cpp | 90 [](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() 147 …auto 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 …]
|
| D | inspector_server.cpp | 37 …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 ¶ms) { in OnCallDebuggerGetPossibleBreakpoints() argument 272 [this, handler = std::move(handler)](auto &, auto &result, auto ¶ms) { 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 ¶ms) { 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 ¶ms) { in OnCallDebuggerSetBreakpointsActive() argument 429 … [this, handler = std::move(handler)](auto &sessionId, auto &, const JsonObject ¶ms) { in OnCallDebuggerSetPauseOnExceptions() argument 459 …OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &, auto &) { in OnCallDebuggerStepInto() argument [all …]
|
| D | inspector.cpp | 175 thread.GetManagedThread(), [](auto &, auto &, auto) {}, in ThreadStart() argument
|
| /arkcompiler/ets_frontend/ets2panda/test/unit/public/ |
| D | ast_verifier_test.cpp | 113 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/ |
| D | exec.h | 29 decltype(auto) Exec(Args... args) in decltype() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | exec.h | 29 decltype(auto) Exec(Args... args) in decltype() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/types/ |
| D | remote_object.cpp | 186 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/ |
| D | session_manager.cpp | 85 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
|
| D | debug_info_cache.cpp | 187 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
|
| D | inspector_server.cpp | 207 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/ |
| D | test_util.cpp | 28 MatchFunc MatchRule::replySuccess = [] (auto recv, auto, auto) -> bool { in __anon662f80880102() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | destructuring.cpp | 206 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/ |
| D | regAllocator.cpp | 111 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/ |
| D | interfacePropertyDeclarations.cpp | 54 … const auto [_, __, param_var] = paramScope->AddParamDecl(checker->Allocator(), paramExpression); in GenerateGetterOrSetter() local
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 272 …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/ |
| D | gc_trigger.cpp | 153 const auto [min_threshold, max_threshold] = in ComputeTarget() local
|
| /arkcompiler/ets_frontend/es2panda/binder/ |
| D | scope.cpp | 392 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/varbinder/ |
| D | scope.cpp | 338 const auto [name, pattern] = util::Helpers::ParamName(allocator, param, params_.size()); in AddParamDecl() local
|
| /arkcompiler/ets_frontend/ets2panda/checker/ets/ |
| D | helpers.cpp | 498 …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
|
| D | object.cpp | 1297 const auto [target_ident, in ValidateVarDeclaratorOrClassProperty() local
|