Searched defs:shouldStop (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/AST/ | ||
| HD | FormatStringParsing.h | 84 bool shouldStop() const { return Stop; } in shouldStop() function |
| /freebsd-14-stable/contrib/llvm-project/lldb/source/Breakpoint/ | ||
| HD | BreakpointLocationCollection.cpp | 121 bool shouldStop = false; in ShouldStop() local |
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/ | ||
| HD | InlineCost.cpp | 290 virtual bool shouldStop() { return false; } in shouldStop() function in __anone74d94350111::CallAnalyzer |