Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp121 bool shouldStop = false; in ShouldStop() local
130 shouldStop = true; in ShouldStop()
136 return shouldStop; in ShouldStop()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DFormatStringParsing.h84 bool shouldStop() const { return Stop; } in shouldStop() function
H A DPrintfFormatString.cpp426 if (FSR.shouldStop()) in ParsePrintfString()
456 if (FSR.shouldStop()) in ParseFormatStringHasSArg()
479 if (FSR.shouldStop()) in parseFormatStringHasFormattingSpecifiers()
H A DScanfFormatString.cpp555 if (FSR.shouldStop()) in ParseScanfString()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineCost.cpp290 virtual bool shouldStop() { return false; } in shouldStop() function in __anoncf8652d10111::CallAnalyzer
1034 bool shouldStop() override { in shouldStop() function in __anoncf8652d10111::InlineCostCallAnalyzer
1311 bool shouldStop() override { return false; } in shouldStop() function in __anoncf8652d10111::InlineCostFeaturesAnalyzer
2608 if (shouldStop()) in analyzeBlock()
2764 if (shouldStop()) in analyze()