Searched refs:shouldStop (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h84 bool shouldStop() const { return Stop; } function in class:clang::analyze_format_string::SpecifierResult
H A DPrintfFormatString.cpp423 if (FSR.shouldStop())
453 if (FSR.shouldStop())
476 if (FSR.shouldStop())
H A DScanfFormatString.cpp553 if (FSR.shouldStop())
/freebsd-13-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp122 bool shouldStop = false; local
128 shouldStop = true;
134 return shouldStop;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp203 virtual bool shouldStop() { return false; } function in class:__anon3360::CallAnalyzer
663 bool shouldStop() override {
1980 if (shouldStop())
2138 if (shouldStop())

Completed in 70 milliseconds