Searched refs:HasFailed (Results 1 – 2 of 2) sorted by relevance
189 bool HasFailed = getCheckerStringOption(CheckerName, OptionName, in getCheckerIntegerOption() local192 assert(!HasFailed && in getCheckerIntegerOption()195 (void)HasFailed; in getCheckerIntegerOption()
1235 bool HasFailed = getStringOption(Config, Name, std::to_string(DefaultVal)) in initOption() local1237 if (Diags && HasFailed) in initOption()