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.h554 NoExit(false), callReturn(callReturnPos) {} in PathDiagnosticCallPiece()
558 NoExit(true), path(oldPath) {} in PathDiagnosticCallPiece()
565 bool NoExit; variable
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1013 if (NoExit) in getCallExitEvent()