Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/core/
DASTVerifier.h47 struct CheckError { struct
48 explicit CheckError(std::string name, InvariantError error) in CheckError() function
70 using Errors = std::vector<CheckError>; argument