Home | History | Annotate | Download | only in Core

Lines Matching refs:ANALYSIS

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.
370 /// \brief Returns the inter-procedural analysis mode.
532 /// Returns true if the analysis should try to widen loops.