Searched refs:ANALYSIS_INLINING_MODE (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 44 #ifndef ANALYSIS_INLINING_MODE 45 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) 48 ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level") 49 ANALYSIS_INLINING_MODE(NoRedundancy, "noredundancy", "Do not analyze a function which has been prev… 55 #undef ANALYSIS_INLINING_MODE
|
D | AnalyzerOptions.h | 74 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) NAME, macro
|
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
D | Analyses.def | 82 #ifndef ANALYSIS_INLINING_MODE 83 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) 86 ANALYSIS_INLINING_MODE(All, "all", "Analyze all functions as top level") 88 ANALYSIS_INLINING_MODE( 96 #undef ANALYSIS_INLINING_MODE
|
D | AnalyzerOptions.h | 75 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) NAME, macro
|
/external/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 226 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro
|
/external/llvm-project/clang/lib/Frontend/ |
D | CompilerInvocation.cpp | 477 #define ANALYSIS_INLINING_MODE(NAME, CMDFLAG, DESC) \ in ParseAnalyzerArgs() macro
|