| /arkcompiler/runtime_core/static_core/libpandabase/os/ |
| D | exec.h | 39 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/toolchain/tooling/static/debugger/ |
| D | debug_info_cache.cpp | 115 [](auto, auto &) { return true; }, in GetContinueToLocations() argument 116 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument 117 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument 151 [](auto, auto &) { return true; }, in GetBreakpointLocations() argument 152 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument 156 auto &entry, auto /* next */) { in GetBreakpointLocations() 174 …auto lineHandler = [startLine, endLine, &lineNumbers](auto, auto &, auto, auto &entry, auto /* nex… in GetValidLineNumbers() argument 182 EnumerateLineEntries([](auto, auto &) { return true; }, in GetValidLineNumbers() argument 183 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument 190 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument [all …]
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/debugger/ |
| D | debug_info_cache.cpp | 117 [](auto, auto &) { return true; }, in GetContinueToLocations() argument 118 …[sourceFile](auto, auto &debugInfo, auto methodId) { return debugInfo.GetSourceFile(methodId) == s… in GetContinueToLocations() argument 119 [lineNumber, &locations](auto pandaFile, auto &, auto methodId, auto &entry, auto next) { in GetContinueToLocations() argument 153 [](auto, auto &) { return true; }, in GetBreakpointLocations() argument 154 [&sourceFileFilter](auto, auto &debugInfo, auto methodId) { in GetBreakpointLocations() argument 158 auto &entry, auto /* next */) { in GetBreakpointLocations() 176 …auto lineHandler = [startLine, endLine, &lineNumbers](auto, auto &, auto, auto &entry, auto /* nex… in GetValidLineNumbers() argument 184 EnumerateLineEntries([](auto, auto &) { return true; }, in GetValidLineNumbers() argument 185 [sourceFile](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument 192 auto methodFilter = [sourceFile, startLine](auto, auto &debugInfo, auto methodId) { in GetValidLineNumbers() argument [all …]
|
| /arkcompiler/toolchain/tooling/static/ |
| D | inspector_server.cpp | 265 server_.OnCall("Debugger.enable", [handler = std::move(handler)](auto, auto &) { in OnCallDebuggerEnable() argument 276 … [this, handler = std::move(handler)](auto &, const JsonObject ¶ms) -> Server::MethodResponse { in OnCallDebuggerGetPossibleBreakpoints() argument 316 [this, handler = std::move(handler)](auto &, auto ¶ms) -> Server::MethodResponse { in OnCallDebuggerGetScriptSource() argument 331 server_.OnCall("Debugger.pause", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerPause() argument 424 … server_.OnCall("Debugger.resume", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerResume() argument 677 …server_.OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepInto() argument 686 … server_.OnCall("Debugger.stepOut", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOut() argument 695 …server_.OnCall("Debugger.stepOver", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOver() argument 781 … server_.OnCall("Debugger.disable", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerDisable() argument 790 …OnCall("Debugger.clientDisconnect", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerClientDisconnect() argument [all …]
|
| D | inspector.cpp | 216 [](auto &, auto &, auto) {}, in ThreadStart() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ |
| D | inspector_server.cpp | 265 server_.OnCall("Debugger.enable", [handler = std::move(handler)](auto, auto &) { in OnCallDebuggerEnable() argument 276 … [this, handler = std::move(handler)](auto &, const JsonObject ¶ms) -> Server::MethodResponse { in OnCallDebuggerGetPossibleBreakpoints() argument 316 [this, handler = std::move(handler)](auto &, auto ¶ms) -> Server::MethodResponse { in OnCallDebuggerGetScriptSource() argument 331 server_.OnCall("Debugger.pause", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerPause() argument 424 … server_.OnCall("Debugger.resume", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerResume() argument 677 …server_.OnCall("Debugger.stepInto", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepInto() argument 686 … server_.OnCall("Debugger.stepOut", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOut() argument 695 …server_.OnCall("Debugger.stepOver", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerStepOver() argument 781 … server_.OnCall("Debugger.disable", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerDisable() argument 790 …OnCall("Debugger.clientDisconnect", [this, handler = std::move(handler)](auto &sessionId, auto &) { in OnCallDebuggerClientDisconnect() argument [all …]
|
| D | inspector.cpp | 210 [](auto &, auto &, auto) {}, in ThreadStart() argument
|
| /arkcompiler/runtime_core/libpandabase/os/ |
| D | exec.h | 29 decltype(auto) Exec(Args... args) in decltype() argument
|
| /arkcompiler/ets_runtime/test/jittest/create_arguments/ |
| D | create_arguments.ts | 20 const auto = new Car('Honda', 'Accord', 1998); constant
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/ohos_ws/ |
| D | ohos_ws_server_endpoint.cpp | 21 endpoint_.SetValidateConnectionCallback([this](auto) { in OhosWsServerEndpoint() argument
|
| /arkcompiler/toolchain/tooling/static/connection/ohos_ws/ |
| D | ohos_ws_server_endpoint.cpp | 22 endpoint_->SetValidateConnectionCallback([this](auto) { in OhosWsServerEndpoint() argument
|
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ |
| D | session_manager.cpp | 87 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
|
| D | debug_info_cache.cpp | 195 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
|
| /arkcompiler/toolchain/tooling/static/tests/ |
| D | session_manager.cpp | 87 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
|
| D | debug_info_cache.cpp | 195 auto breaks = cache.GetBreakpointLocations([](auto) { return true; }, 4U, sets); in TEST_F() argument
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/debugInfoDeserialization/ |
| D | inheritanceResolution.cpp | 128 [this, superClass, cda](auto, auto *program, auto, auto name) { in ResolveInheritanceChainImpl() argument
|
| /arkcompiler/toolchain/tooling/dynamic/test/client_utils/ |
| D | test_util.cpp | 29 MatchFunc MatchRule::replySuccess = [] (auto recv, auto, auto) -> bool { in __anonb852e75d0102() argument
|
| /arkcompiler/ets_frontend/ets2panda/compiler/base/ |
| D | destructuring.cpp | 211 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/ |
| D | regAllocator.cpp | 111 const auto [spill_info, origin_type] = spiller_->New(); in Spill() local 157 const auto [indices_valid, limit] = RegIndicesValid(ins, registers); in Run() local
|
| /arkcompiler/ets_frontend/ets2panda/test/utils/ |
| D | ast_verifier_test.h | 183 const auto [_, action] = (*inv)(child); variable
|
| /arkcompiler/ets_frontend/ets2panda/evaluate/ |
| D | scopedDebugInfoPlugin.cpp | 396 … debugInfoStorage_.EnumerateContextFiles([this](auto sourceFilePath, auto, auto, auto moduleName) { in CreateContextPrograms() argument
|
| D | debugInfoStorage.cpp | 68 …cda.EnumerateAnnotation(ANNOTATION_MODULE.data(), [&isModule](auto &) { return (isModule = true); … in LoadFileDebugInfo() argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/ |
| D | IntlPluralRules.cpp | 128 …const auto [localeStr, typeStr, minimumIntegerDigits, minimumFractionDigits, maximumFractionDigits, in IcuPluralSelect() local
|
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_string_table.h | 283 decltype(auto) visitImpl(Fn&& fn) in decltype() argument
|
| /arkcompiler/runtime_core/static_core/static_linker/ |
| D | linker_context_misc.cpp | 291 …std::accumulate(readers_.begin(), readers_.end(), (size_t)0, [](size_t c, const auto &) { return c… in Read()
|