Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Analysis/
DPathDiagnostic.h573 bool NoExit; variable
585 : PathDiagnosticPiece(Call), Caller(callerD), NoExit(false), in PathDiagnosticCallPiece()
588 : PathDiagnosticPiece(Call), Caller(caller), NoExit(true), in PathDiagnosticCallPiece()
/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/python/cpython3/Lib/test/
Dtest_contextlib.py50 class NoExit(ManagerFromScratch): class
53 self.assertFalse(issubclass(NoExit, AbstractContextManager))
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp1013 if (NoExit) in getCallExitEvent()
/external/llvm-project/clang/lib/Analysis/
DPathDiagnostic.cpp1045 if (NoExit || IsCalleeAnAutosynthesizedPropertyAccessor) in getCallExitEvent()