Searched refs:HasFailed (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DAnalyzerOptions.cpp179 bool HasFailed = getCheckerStringOption(CheckerName, OptionName, local
182 assert(!HasFailed &&
185 (void)HasFailed;
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DCheckerRegistry.cpp377 bool HasFailed = SuppliedValue.getAsInteger(0, Tmp); local
378 if (HasFailed) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp498 bool HasFailed = getStringOption(Config, Name, std::to_string(DefaultVal)) local
500 if (Diags && HasFailed)

Completed in 142 milliseconds