Searched refs:IsDone (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | IfConversion.cpp | 136 bool IsDone : 1; member 155 BBInfo() : IsDone(false), IsBeingAnalyzed(false), in BBInfo() 502 if (BBI.IsDone) in INITIALIZE_PASS_DEPENDENCY() 656 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidSimple() 685 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone) in ValidTriangle() 889 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidForkedDiamond() 890 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidForkedDiamond() 971 if (TrueBBI.IsBeingAnalyzed || TrueBBI.IsDone || in ValidDiamond() 972 FalseBBI.IsBeingAnalyzed || FalseBBI.IsDone) in ValidDiamond() 1025 if (BBI.IsDone) in AnalyzeBranches() [all …]
|
D | ReachingDefAnalysis.cpp | 74 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
D | ExecutionDomainFix.cpp | 204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/ |
D | blocking_counter.cc | 27 bool IsDone(void *arg) { return *reinterpret_cast<bool *>(arg); } in IsDone() function 58 this->lock_.Await(Condition(IsDone, &this->done_)); in Wait()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | LoopTraversal.h | 95 bool IsDone = true; member 99 : MBB(BB), PrimaryPass(Primary), IsDone(Done) {} in MBB()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLParser.cpp | 491 bool &IsDone); 497 unsigned &LineBreaks, bool &IsDone); 503 bool &IsDone); 1481 unsigned &IndentIndicator, bool &IsDone) { in scanBlockScalarHeader() argument 1497 IsDone = true; in scanBlockScalarHeader() 1510 unsigned &LineBreaks, bool &IsDone) { in findBlockScalarIndent() argument 1519 IsDone = true; in findBlockScalarIndent() 1542 IsDone = true; in findBlockScalarIndent() 1547 IsDone = true; in findBlockScalarIndent() 1556 unsigned BlockExitIndent, bool &IsDone) { in scanBlockScalarIndent() argument [all …]
|
/third_party/cef/tests/ceftests/ |
D | request_unittest.cc | 460 bool IsDone(bool assert) { in IsDone() function in __anon8fdddeed0211::TypeExpectations 586 get_expectations_.IsDone(false)) { in GetResourceHandler() 603 EXPECT_TRUE(browse_expectations_.IsDone(true)); in DestroyTest() 604 EXPECT_TRUE(load_expectations_.IsDone(true)); in DestroyTest() 605 EXPECT_TRUE(get_expectations_.IsDone(true)); in DestroyTest()
|
D | navigation_unittest.cc | 1097 bool IsDone() const { in IsDone() function in __anonc60713940511::OrderNavLoadState 1187 EXPECT_TRUE(state_popup_.IsDone()); in OnBrowserDestroyed() 1199 EXPECT_TRUE(state_main_.IsDone()); in OnBrowserDestroyed() 1293 done = state_popup_.IsDone(); in SendTestResultsIfDone() 1295 done = state_main_.IsDone(); in SendTestResultsIfDone() 1374 done = state_popup_.IsDone(); in ContinueIfReady() 1376 done = state_main_.IsDone(); in ContinueIfReady()
|
D | cors_unittest.cc | 183 bool IsDone() const { in IsDone() function 271 bool IsDone() const { in IsDone() function 275 if (!resource->IsDone()) in IsDone() 510 if (setup_->IsDone()) { in DestroyTestIfDone()
|
/third_party/boost/boost/fusion/support/detail/ |
D | segmented_fold_until_impl.hpp | 97 , bool IsDone = result_of::equal_to<Begin, End>::type::value 336 …emplate <typename Begin, typename End, typename State, typename Context, typename Fun, bool IsDone>
|