enum class ExplorationStrategyKind

Declared at: clang/include/clang/StaticAnalyzer/Core/AnalyzerOptions.h:109

Enumerators

NameValueComment
DFS0
BFS1
UnexploredFirst2
UnexploredFirstQueue3
UnexploredFirstLocationQueue4
BFSBlockDFSContents5