Searched refs:check_failed (Results 1 – 3 of 3) sorted by relevance
214 bool check_failed = false; in ParseStackTraceLine() local215 while (!check_failed && checked_till < s2.size()) { in ParseStackTraceLine()222 check_failed = true; in ParseStackTraceLine()239 PARSER_CHECK(!check_failed, "'fun:' lines can't contain '<' or '>' " in ParseStackTraceLine()
454 const gchar *check_failed = NULL; in g_module_open() local486 check_failed = check_init (module); in g_module_open()489 if (!check_failed) in g_module_open()492 if (check_failed) in g_module_open()499 check_failed, NULL); in g_module_open()
10 int check_failed[X ? 1 : -1]; // expected-error {{array with a negative size}} member