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