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

  /src/external/apache2/llvm/dist/clang/lib/Basic/
DiagnosticIDs.cpp 165 VALIDATE_DIAG_SIZE(ANALYSIS)
237 CATEGORY(ANALYSIS, SEMA)
238 CATEGORY(REFACTORING, ANALYSIS)
  /src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 1 //===- AnalyzerOptions.h - Analysis Engine Options --------------*- C++ -*-===//
17 #include "clang/Analysis/PathDiagnostic.h"
36 /// Analysis - Set of available source code analyses.
38 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
43 /// AnalysisStores - Set of available analysis store models.
58 /// analysis results.
104 /// Describes the different modes of inter-procedural analysis.
106 /// Perform only intra-procedural analysis.
162 /// make sense for things that do not affect the actual analysis.
228 /// the given analysis consumer. Note, the code will get parsed and th
    [all...]

Completed in 17 milliseconds