Home
last modified time | relevance | path

Searched defs:unreachable (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_optional_params/ets_to_ts/
Dtest_optional_params_ets_to_ts.ts25 function unreachable() { function
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/graph/
DCfg.ts242 let unreachable = new Set<BasicBlock>(); variable
267 let unreachable = this.getUnreachableBlocks(); variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcgfunc.h804 BB *CreateNewBB(bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB()
813 BB *CreateNewBB(LabelIdx label, bool unreachable, BB::BBKind kind, uint32 frequency) in CreateNewBB()
Dcgbb.h992 bool unreachable = false; variable