Home
last modified time | relevance | path

Searched refs:HasFailed (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp189 bool HasFailed = getCheckerStringOption(CheckerName, OptionName, in getCheckerIntegerOption() local
192 assert(!HasFailed && in getCheckerIntegerOption()
195 (void)HasFailed; in getCheckerIntegerOption()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1235 bool HasFailed = getStringOption(Config, Name, std::to_string(DefaultVal)) in initOption() local
1237 if (Diags && HasFailed) in initOption()