Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h339 enum Kind { ControlFlow, Event, Macro, Call }; enumerator
627 : PathDiagnosticPiece(s, ControlFlow) { in PathDiagnosticControlFlowPiece()
633 : PathDiagnosticPiece(ControlFlow) { in PathDiagnosticControlFlowPiece()
679 return P->getKind() == ControlFlow; in classof()
/external/apache-commons-bcel/
DTODO.JustIce41 successor more than one time. For performance reasons the ControlFlow-
/external/swiftshader/third_party/subzero/
DMakefile.standalone372 AssemblerX8632/ControlFlow.cpp \
380 AssemblerX8664/ControlFlow.cpp \
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp268 case PathDiagnosticPiece::ControlFlow: in ReportPiece()
DHTMLDiagnostics.cpp392 case PathDiagnosticPiece::ControlFlow: Kind = "Control"; break; in HandlePiece()
DPathDiagnostic.cpp97 case PathDiagnosticPiece::ControlFlow: in flattenTo()
345 case clang::ento::PathDiagnosticPiece::ControlFlow: in comparePiece()
DBugReporter.cpp121 case clang::ento::PathDiagnosticPiece::ControlFlow: in removeRedundantMsgs()
198 case PathDiagnosticPiece::ControlFlow: in removeUnneededCalls()