Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
DdiagnosticEngine.cpp127 bool DiagnosticEngine::IsAnyError() const noexcept in IsAnyError() function in ark::es2panda::util::DiagnosticEngine
/arkcompiler/ets_frontend/ets2panda/checker/
Dchecker.cpp161 bool Checker::IsAnyError() in IsAnyError() function in ark::es2panda::checker::Checker
/arkcompiler/ets_frontend/ets2panda/public/
Des2panda_lib.h241 bool (*IsAnyError)(es2panda_Context *context); member
Des2panda_lib.cpp890 extern "C" bool IsAnyError(es2panda_Context *context) in IsAnyError() function