Home
last modified time | relevance | path

Searched refs:DEEP_VAL (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.h254 SHALLOW_VAL, DEEP_VAL) \ argument
269 SHALLOW_VAL, DEEP_VAL) \ in isUnknownAnalyzerConfig() argument
H A DAnalyzerOptions.def62 /// DEEP_VAL - The default value for CMDFLAG, when "user-mode" was set to
65 SHALLOW_VAL, DEEP_VAL)
421 /* SHALLOW_VAL */ 4, /* DEEP_VAL */ 100)
427 /* SHALLOW_VAL */ 75000, /* DEEP_VAL */ 225000)
529 /* SHALLOW_VAL */ "inlining", /* DEEP_VAL */ "dynamic-bifurcate")
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp1257 SHALLOW_VAL, DEEP_VAL) \ in parseAnalyzerConfigs() argument
1259 InShallowMode ? SHALLOW_VAL : DEEP_VAL); in parseAnalyzerConfigs()