Home
last modified time | relevance | path

Searched refs:ANALYSIS_CONSTRAINTS (Results 1 – 4 of 4) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/
HDAnalyses.def20 #ifndef ANALYSIS_CONSTRAINTS
21 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN)
24 ANALYSIS_CONSTRAINTS(RangeConstraints, "range", "Use constraint tracking of concrete value ranges",…
52 #undef ANALYSIS_CONSTRAINTS
HDAnalyzerOptions.h51 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) NAME##Model, macro
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Frontend/
HDAnalysisConsumer.cpp241 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATEFN) \ in DigestAnalyzerOptions() macro
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDCompilerInvocation.cpp157 #define ANALYSIS_CONSTRAINTS(NAME, CMDFLAG, DESC, CREATFN) \ in ParseAnalyzerArgs() macro