Lines Matching refs:DIE
169 // Whether we should die when reporting an error.
170 enum DieWhenReporting { DIE, DO_NOT_DIE };
179 if (should_die == DIE) gflags_exitfunc(1);
722 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
728 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
1001 ReportError(DIE, "ERROR: empty flaglist entry\n");
1003 ReportError(DIE, "ERROR: flag \"%*s\" begins with '-'\n", len, value);
1373 ReportError(DIE, "ERROR: error parsing env variable '%s' with value '%s'\n",