Home
last modified time | relevance | path

Searched refs:ControlFlow (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
HDPathDiagnostic.h339 enum Kind { ControlFlow, Event, Macro, Call }; enumerator
628 : PathDiagnosticPiece(s, ControlFlow) { in PathDiagnosticControlFlowPiece()
634 : PathDiagnosticPiece(ControlFlow) { in PathDiagnosticControlFlowPiece()
680 return P->getKind() == ControlFlow; in classof()
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDPlistDiagnostics.cpp268 case PathDiagnosticPiece::ControlFlow: in ReportPiece()
HDHTMLDiagnostics.cpp375 case PathDiagnosticPiece::ControlFlow: Kind = "Control"; break; in HandlePiece()
HDPathDiagnostic.cpp100 case PathDiagnosticPiece::ControlFlow: in flattenTo()
348 case clang::ento::PathDiagnosticPiece::ControlFlow: in comparePiece()
HDBugReporter.cpp121 case clang::ento::PathDiagnosticPiece::ControlFlow: in removeRedundantMsgs()
198 case PathDiagnosticPiece::ControlFlow: in removeUnneededCalls()