Searched refs:has_failed (Results 1 – 2 of 2) sorted by relevance
4875 if (!has_failed()) { in VisitText()4884 if (!has_failed()) { in VisitAction()4897 if (has_failed()) return; in VisitChoice()4911 if (has_failed()) return; in VisitLoopChoice()4918 if (!has_failed()) { in VisitLoopChoice()5298 if (analysis.has_failed()) { in Compile()
1407 bool has_failed() { return error_message_ != NULL; } in has_failed() function