Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dbytecode_emitter.h57 enum class ErrorCode { enum
/arkcompiler/runtime_core/libpandabase/os/
Ddebug_info.h30 enum ErrorCode { SUCCESS, NO_DEBUG_INFO, ERROR }; enum
/arkcompiler/ets_frontend/es2panda/
Des2panda.h141 int ErrorCode() const noexcept in ErrorCode() function
/arkcompiler/runtime_core/libpandabase/tests/
Dexpected_test.cpp24 enum class ErrorCode { First, Second }; enum