Searched refs:Extensive (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DPlistDiagnostics.cpp50 return Extensive;
H A DBugReporter.cpp354 return PDC ? PDC->getGenerationScheme() : PathDiagnosticConsumer::Extensive;
894 // "Extensive" PathDiagnostic generation.
3107 if (ActiveScheme == PathDiagnosticConsumer::Extensive) {
3178 case PathDiagnosticConsumer::Extensive:
3227 // We have to do this after edge optimization in the Extensive mode.
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h100 enum PathGenerationScheme { None, Minimal, Extensive, AlternateExtensive }; enumerator in enum:clang::ento::PathDiagnosticConsumer::PathGenerationScheme

Completed in 109 milliseconds