Searched defs:void (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/runtime_core/runtime/include/tooling/ |
| D | pt_lang_extension.h | 27 explicit PtMethod(void * /* unused */) {} in PtMethod() argument 33 explicit PtClass(void * /* unused */) {} in PtClass() argument
|
| /arkcompiler/runtime_core/platforms/tests/ |
| D | file_test.cpp | 39 static void SetUpTestCase(void) {}; in SetUpTestCase() argument 40 static void TearDownTestCase(void) {}; in TearDownTestCase() argument
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/ |
| D | arrayDestructuring18.ts | 17 var [...a]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
|
| D | arrayDestructuring19.ts | 17 var [a, ...b]: [number, string] | boolean[] | [bigint, void, {}] = [true, false]; variable
|
| /arkcompiler/runtime_core/runtime/tooling/inspector/ |
| D | init.cpp | 34 extern "C" int StartDebugger(uint32_t port, panda::tooling::DebugInterface *debugger, void * /* unu… in StartDebugger() argument
|
| /arkcompiler/runtime_core/bytecode_optimizer/tests/ |
| D | excluded_keys_test.cpp | 29 static void SetUpTestCase(void) {}; in SetUpTestCase() argument 30 static void TearDownTestCase(void) {}; in TearDownTestCase() argument
|
| /arkcompiler/toolchain/tooling/ |
| D | protocol_handler.h | 35 … ProtocolHandler(std::function<void(const void *, const std::string &)> callback, const EcmaVM *vm) in ProtocolHandler()
|
| D | debugger_service.cpp | 25 const std::function<void(const void *, const std::string &)> &onResponse) in InitializeDebugger()
|
| /arkcompiler/runtime_core/compiler/ |
| D | optimizer_run.cpp | 64 auto finalizer = [graph](void * /* unused */) { graph->GetPassManager()->Finalize(); }; in RunOptimizations()
|
| D | compile_method.cpp | 238 void NO_INLINE __jit_debug_register_code(void) in __jit_debug_register_code() argument
|
| /arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/ |
| D | callconv.cpp | 293 std::function<void()> /* post_job */) in GenerateEpilogue()
|
| /arkcompiler/runtime_core/runtime/tests/ |
| D | stack_walker_test.cpp | 114 auto finalizer = [](void *) { in Run() argument
|