Home
last modified time | relevance | path

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

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h565 bool NoExit; variable
/external/python/cpython3/Lib/test/
Dtest_contextlib.py51 class NoExit(ManagerFromScratch): class