Searched defs:IsAnyError (Results 1 – 4 of 4) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/util/ | ||
| D | diagnosticEngine.cpp | 127 bool DiagnosticEngine::IsAnyError() const noexcept in IsAnyError() function in ark::es2panda::util::DiagnosticEngine |
| /arkcompiler/ets_frontend/ets2panda/checker/ | ||
| D | checker.cpp | 161 bool Checker::IsAnyError() in IsAnyError() function in ark::es2panda::checker::Checker |
| /arkcompiler/ets_frontend/ets2panda/public/ | ||
| D | es2panda_lib.h | 241 bool (*IsAnyError)(es2panda_Context *context); member |
| D | es2panda_lib.cpp | 890 extern "C" bool IsAnyError(es2panda_Context *context) in IsAnyError() function |