Home
last modified time | relevance | path

Searched refs:NoExit (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h555 NoExit(false), callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
559 NoExit(true), path(oldPath) {} in PathDiagnosticCallPiece()
566 bool NoExit; variable
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1020 if (NoExit) in getCallExitEvent()