Home
last modified time | relevance | path

Searched refs:IsDone (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp136 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 …]
DReachingDefAnalysis.cpp74 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
DExecutionDomainFix.cpp204 << (!TraversedMBB.IsDone ? ": incomplete\n" in enterBasicBlock()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter.cc27 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/
DLoopTraversal.h95 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/
DYAMLParser.cpp491 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/
Drequest_unittest.cc460 bool IsDone(bool assert) { in IsDone() function in __anon2c81452e0211::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()
Dnavigation_unittest.cc1097 bool IsDone() const { in IsDone() function in __anon7bdc5e350511::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()
Dcors_unittest.cc183 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()