Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py27 self.assertEqual(result.shouldStop, False)
39 self.assertEqual(result.shouldStop, True)
59 self.assertEqual(result.shouldStop, False)
81 self.assertEqual(result.shouldStop, False)
90 self.assertEqual(result.shouldStop, False)
135 self.assertEqual(result.shouldStop, False)
179 self.assertEqual(result.shouldStop, False)
228 self.assertEqual(result.shouldStop, False)
278 self.assertTrue(result.shouldStop)
284 self.assertTrue(result.shouldStop)
[all …]
H A Dtest_break.py63 self.assertTrue(result.shouldStop)
80 self.assertTrue(result.shouldStop)
114 self.assertTrue(result.shouldStop)
115 self.assertTrue(result2.shouldStop)
116 self.assertFalse(result3.shouldStop)
175 self.assertFalse(result.shouldStop)
H A Dsupport.py18 self.shouldStop = False
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp121 bool shouldStop = false; in ShouldStop() local
130 shouldStop = true; in ShouldStop()
136 return shouldStop; in ShouldStop()
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/
H A Dsuite.py60 if result.shouldStop:
101 if result.shouldStop:
287 shouldStop = False variable in _DebugResult
H A Dresult.py54 self.shouldStop = False
157 self.shouldStop = True
/llvm-project-15.0.7/clang/lib/AST/
H A DFormatStringParsing.h84 bool shouldStop() const { return Stop; } in shouldStop() function
H A DPrintfFormatString.cpp423 if (FSR.shouldStop()) in ParsePrintfString()
453 if (FSR.shouldStop()) in ParseFormatStringHasSArg()
476 if (FSR.shouldStop()) in parseFormatStringHasFormattingSpecifiers()
H A DScanfFormatString.cpp553 if (FSR.shouldStop()) in ParseScanfString()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInlineCost.cpp253 virtual bool shouldStop() { return false; } in shouldStop() function in __anon9893a50b0111::CallAnalyzer
936 bool shouldStop() override { in shouldStop() function in __anon9893a50b0111::InlineCostCallAnalyzer
1203 bool shouldStop() override { return false; } in shouldStop() function in __anon9893a50b0111::InlineCostFeaturesAnalyzer
2467 if (shouldStop()) in analyzeBlock()
2625 if (shouldStop()) in analyze()