Home
last modified time | relevance | path

Searched full:unreachable (Results 1 – 25 of 1050) sorted by relevance

12345678910>>...42

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompilerUnreachable.cpp23 UNREACHABLE(); in Compile()
28 UNREACHABLE(); in Compile()
33 UNREACHABLE(); in Compile()
38 UNREACHABLE(); in Compile()
43 UNREACHABLE(); in Compile()
48 UNREACHABLE(); in Compile()
53 UNREACHABLE(); in Compile()
58 UNREACHABLE(); in Compile()
63 UNREACHABLE(); in Compile()
68 UNREACHABLE(); in Compile()
[all …]
DETSCompilerUnrechable.cpp22 UNREACHABLE(); in Compile()
27 UNREACHABLE(); in Compile()
32 UNREACHABLE(); in Compile()
37 UNREACHABLE(); in Compile()
42 UNREACHABLE(); in Compile()
47 UNREACHABLE(); in Compile()
52 UNREACHABLE(); in Compile()
57 UNREACHABLE(); in Compile()
62 UNREACHABLE(); in Compile()
67 UNREACHABLE(); in Compile()
[all …]
/arkcompiler/ets_frontend/ets2panda/checker/
DETSAnalyzerUnreachable.cpp23 UNREACHABLE(); in Check()
28 UNREACHABLE(); in Check()
33 UNREACHABLE(); in Check()
38 UNREACHABLE(); in Check()
43 UNREACHABLE(); in Check()
48 UNREACHABLE(); in Check()
53 UNREACHABLE(); in Check()
58 UNREACHABLE(); in Check()
63 UNREACHABLE(); in Check()
68 UNREACHABLE(); in Check()
[all …]
DTSAnalyzerUnreachable.cpp23 UNREACHABLE(); in Check()
28 UNREACHABLE(); in Check()
33 UNREACHABLE(); in Check()
38 UNREACHABLE(); in Check()
43 UNREACHABLE(); in Check()
48 UNREACHABLE(); in Check()
53 UNREACHABLE(); in Check()
58 UNREACHABLE(); in Check()
63 UNREACHABLE(); in Check()
68 UNREACHABLE(); in Check()
[all …]
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dpipe.cpp23 UNREACHABLE(); in CreatePipe()
29 UNREACHABLE(); in SetFdNonblocking()
35 UNREACHABLE(); in ReadFromPipe()
41 UNREACHABLE(); in WriteToPipe()
47 UNREACHABLE(); in WaitForEvent()
53 UNREACHABLE(); in Dup2()
Dsystem_environment.cpp22 UNREACHABLE(); in GetUidForName()
27 UNREACHABLE(); in GetUidForName()
32 UNREACHABLE(); in GetSystemConfig()
37 UNREACHABLE(); in GetEnvironmentVar()
42 UNREACHABLE(); in GetEnvironmentVar()
Dtrace.cpp32 UNREACHABLE(); in DoBeginTracePoint()
37 UNREACHABLE(); in DoEndTracePoint()
42 UNREACHABLE(); in DoIntTracePoint()
47 UNREACHABLE(); in DoInt64TracePoint()
Dthread.cpp40 UNREACHABLE(); in GetPPid()
46 UNREACHABLE(); in GetUid()
52 UNREACHABLE(); in GetEuid()
58 UNREACHABLE(); in GetGid()
64 UNREACHABLE(); in GetEgid()
70 UNREACHABLE(); in GetGroups()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dcontainers_stub_builder.h109 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsContainer()
110 UNREACHABLE(); in IsContainer()
129 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsReplaceAllElements()
130 UNREACHABLE(); in IsReplaceAllElements()
149 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsPlainArray()
150 UNREACHABLE(); in IsPlainArray()
169 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsArrayListReplaceAllelements()
170 UNREACHABLE(); in IsArrayListReplaceAllelements()
189 LOG_ECMA(FATAL) << "this branch is unreachable"; in ContainerSet()
190 UNREACHABLE(); in ContainerSet()
[all …]
/arkcompiler/ets_frontend/es2panda/typescript/types/
DtypeParameter.cpp22 UNREACHABLE(); in ToString()
27 UNREACHABLE(); in Identical()
32 UNREACHABLE(); in AssignmentTarget()
37 UNREACHABLE(); in GetTypeFacts()
44 UNREACHABLE(); in Instantiate()
/arkcompiler/ets_runtime/ecmascript/mem/
Dnative_area_allocator.cpp26 UNREACHABLE(); in AllocateArea()
38 UNREACHABLE(); in AllocateArea()
43 UNREACHABLE(); in AllocateArea()
67 UNREACHABLE(); in FreeArea()
83 UNREACHABLE(); in Free()
94 UNREACHABLE(); in AllocateBuffer()
101 UNREACHABLE(); in AllocateBuffer()
106 UNREACHABLE(); in AllocateBuffer()
124 UNREACHABLE(); in FreeBuffer()
/arkcompiler/ets_frontend/ets2panda/ir/statements/
DloopStatement.h55 UNREACHABLE(); in TransformChildren()
60 UNREACHABLE(); in Iterate()
65 UNREACHABLE(); in Dump()
70 UNREACHABLE(); in Compile()
75 UNREACHABLE(); in Check()
81 UNREACHABLE(); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/types/ts/
DtypeParameter.cpp21 UNREACHABLE(); in ToString()
26 UNREACHABLE(); in Identical()
31 UNREACHABLE(); in AssignmentTarget()
36 UNREACHABLE(); in GetTypeFacts()
43 UNREACHABLE(); in Instantiate()
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/test_intrins/
Dfrontend_test_intrins.sts34 function unreachable(): Error {
35 log("unreachable reached!");
36 return new Error("unreachable");
214 throw unreachable();
227 throw unreachable();
233 throw unreachable();
241 throw unreachable();
254 throw unreachable();
265 throw unreachable();
274 throw unreachable();
[all …]
/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dtrace.cpp32 UNREACHABLE(); in DoBeginTracePoint()
37 UNREACHABLE(); in DoEndTracePoint()
42 UNREACHABLE(); in DoIntTracePoint()
47 UNREACHABLE(); in DoInt64TracePoint()
/arkcompiler/runtime_core/static_core/libpandabase/templates/
Dlogger_impl_gen.inc.erb26 UNREACHABLE();
37 UNREACHABLE();
49 UNREACHABLE();
65 UNREACHABLE();
79 UNREACHABLE();
121 UNREACHABLE();
/arkcompiler/runtime_core/libpandabase/templates/
Dlogger_impl_gen.inc.erb26 UNREACHABLE();
37 UNREACHABLE();
49 UNREACHABLE();
65 UNREACHABLE();
79 UNREACHABLE();
121 UNREACHABLE();
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_stub_builder.cpp173 LOG_ECMA(FATAL) << "this branch is unreachable"; in JSCallNative()
174 UNREACHABLE(); in JSCallNative()
322 LOG_ECMA(FATAL) << "this branch is unreachable"; in CallConstructorBridge()
323 UNREACHABLE(); in CallConstructorBridge()
372 LOG_ECMA(FATAL) << "this branch is unreachable"; in CallBridge()
373 UNREACHABLE(); in CallBridge()
437 LOG_ECMA(FATAL) << "this branch is unreachable"; in JSCallAsmInterpreter()
438 UNREACHABLE(); in JSCallAsmInterpreter()
484 LOG_ECMA(FATAL) << "this branch is unreachable"; in PrepareIdxForNative()
485 UNREACHABLE(); in PrepareIdxForNative()
[all …]
Dassembler_module.cpp36 LOG_ECMA(FATAL) << "this branch is unreachable"; in Run()
37 UNREACHABLE(); in Run()
125 LOG_ECMA(FATAL) << "this branch is unreachable"; in GetArgcFromJSCallMode()
126 UNREACHABLE(); in GetArgcFromJSCallMode()
163 LOG_ECMA(FATAL) << "this branch is unreachable"; in IsCallNew()
164 UNREACHABLE(); in IsCallNew()
202 LOG_ECMA(FATAL) << "this branch is unreachable"; in JSModeHaveThisArg()
203 UNREACHABLE(); in JSModeHaveThisArg()
240 LOG_ECMA(FATAL) << "this branch is unreachable"; in JSModeHaveNewTargetArg()
241 UNREACHABLE(); in JSModeHaveNewTargetArg()
[all …]
/arkcompiler/ets_frontend/es2panda/ir/statements/
DloopStatement.h44 UNREACHABLE(); in Iterate()
49 UNREACHABLE(); in Dump()
54 UNREACHABLE(); in Compile()
59 UNREACHABLE(); in Check()
/arkcompiler/ets_runtime/test/fuzztest/jsvaluereffoundationvalue_fuzzer/
Djsvaluereffoundationvalue_fuzzer.cpp43 UNREACHABLE(); in JSValueRefIsNumberValueFuzzTest()
48 UNREACHABLE(); in JSValueRefIsNumberValueFuzzTest()
93 UNREACHABLE(); in JSValueRefWithinInt32ValueFuzzTest()
137 UNREACHABLE(); in JSValueRefIsTypedArrayValueFuzzTest()
144 UNREACHABLE(); in JSValueRefIsTypedArrayValueFuzzTest()
173 UNREACHABLE(); in JSValueRefIsDateValueFuzzTest()
178 UNREACHABLE(); in JSValueRefIsDateValueFuzzTest()
190 UNREACHABLE(); in JSValueRefIsDateValueFuzzTest()
216 UNREACHABLE(); in JSValueRefIsErrorValueFuzzTest()
221 UNREACHABLE(); in JSValueRefIsErrorValueFuzzTest()
[all …]
/arkcompiler/runtime_core/static_core/runtime/arch/
Dasm_support.cpp49 UNREACHABLE(); in AsmUnreachable()
56 UNREACHABLE(); in OsrEntryAfterCFrame()
61 UNREACHABLE(); in OsrEntryAfterIFrame()
66 UNREACHABLE(); in OsrEntryTopFrame()
/arkcompiler/runtime_core/static_core/docs/
Dcoding-style.md46unreachable, but the language syntax requires it, mark it with something like return nullptr; /* u…
/arkcompiler/runtime_core/static_core/runtime/entrypoints/
Dentrypoints_compiler.inl.erb45 UNREACHABLE();
47 UNREACHABLE();
59 UNREACHABLE();
61 UNREACHABLE();
/arkcompiler/runtime_core/docs/
Dcoding-style.md46unreachable, but the language syntax requires it, mark it with something like return nullptr; /* u…

12345678910>>...42