HomeSort by: relevance | last modified time | path
    Searched refs:HasFailed (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
AnalyzerOptions.cpp 179 bool HasFailed = getCheckerStringOption(CheckerName, OptionName,
182 assert(!HasFailed &&
185 (void)HasFailed;
  /src/external/apache2/llvm/dist/clang/tools/clang-refactor/
ClangRefactor.cpp 347 Consumer(new ClangRefactorConsumer(Changes)), HasFailed(false) {
386 bool hasFailed() const { return HasFailed; }
421 HasFailed = true;
605 bool HasFailed;
643 RefactorTool.hasFailed();
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistry.cpp 377 bool HasFailed = SuppliedValue.getAsInteger(0, Tmp);
378 if (HasFailed) {
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
CompilerInvocation.cpp 1074 bool HasFailed = getStringOption(Config, Name, std::to_string(DefaultVal))
1076 if (Diags && HasFailed)

Completed in 26 milliseconds