Searched defs:shouldStop (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/clang/lib/AST/ | ||
H A D | FormatStringParsing.h | 84 bool shouldStop() const { return Stop; } in shouldStop() function |
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/ | ||
H A D | BreakpointLocationCollection.cpp | 121 bool shouldStop = false; in ShouldStop() local |
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/ | ||
H A D | suite.py | 286 shouldStop = False variable in _DebugResult |
/openbsd-src/gnu/llvm/llvm/lib/Analysis/ | ||
H A D | InlineCost.cpp | 279 virtual bool shouldStop() { return false; } in shouldStop() function in __anon0e0437920111::CallAnalyzer |