HomeSort by relevance Sort by last modified time
    Searched defs:ANALYSIS (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 1 //===--- AnalyzerOptions.h - Analysis Engine Options ------------*- C++ -*-===//
35 /// Analysis - Set of available source code analyses.
37 #define ANALYSIS(NAME, CMDFLAG, DESC, SCOPE) NAME,
42 /// AnalysisStores - Set of available analysis store models.
57 /// analysis results.
103 /// \brief Describes the different modes of inter-procedural analysis.
107 /// Perform only intra-procedural analysis.
147 /// the given analysis consumer. Note, the code will get parsed and the
162 /// or 1 respectively. The upside is that this can increase analysis
198 /// Controls the mode of inter-procedural analysis
    [all...]
  /tools/loganalysis/src/com/android/loganalysis/
LogAnalyzer.java 62 RAW, ANALYSIS;
95 private static final String ANALYSIS_DATA = "ANALYSIS";
187 case ANALYSIS:
202 case ANALYSIS:
229 private void printBugreportAnalysis(JSONArray analysis) {
230 if (analysis != null && analysis.length() > 0) {
231 System.out.println(analysis.toString());

Completed in 112 milliseconds