Home | History | Annotate | Download | only in src

Lines Matching defs:DIE

202 // Whether we should die when reporting an error.
203 enum DieWhenReporting { DIE, DO_NOT_DIE };
211 if (should_die == DIE)
688 ReportError(DIE, "ERROR: flag '%s' was defined more than once "
694 ReportError(DIE, "ERROR: something wrong with flag '%s' in file '%s'. "
954 ReportError(DIE, "ERROR: empty flaglist entry\n");
956 ReportError(DIE, "ERROR: flag \"%*s\" begins with '-'\n", len, value);
1318 ReportError(DIE, "ERROR: error parsing env variable '%s' with value '%s'\n",
1480 ReportError(DIE, "ERROR: SetUsageMessage() called twice\n");