Searched refs:has_failed (Results 1 – 2 of 2) sorted by relevance
5997 if (!has_failed()) { in VisitText()6006 if (!has_failed()) { in VisitAction()6019 if (has_failed()) return; in VisitChoice()6033 if (has_failed()) return; in VisitLoopChoice()6040 if (!has_failed()) { in VisitLoopChoice()6325 if (analysis.has_failed()) { in Compile()
1456 bool has_failed() { return error_message_ != NULL; } in has_failed() function