Searched refs:Queued (Results 1 – 6 of 6) sorted by relevance
35 EXPECT_FALSE(list.Queued(&node)); in TEST()47 EXPECT_TRUE(list.Queued(&node)); in TEST()54 EXPECT_FALSE(list.Queued(&node)); in TEST()96 EXPECT_TRUE(list1.Queued(&nodes[0])); in TEST()97 EXPECT_TRUE(list1.Queued(&nodes[1])); in TEST()98 EXPECT_TRUE(list1.Queued(&nodes[2])); in TEST()101 EXPECT_FALSE(list2.Queued(&nodes[0])); in TEST()102 EXPECT_TRUE(list2.Queued(&nodes[1])); in TEST()103 EXPECT_FALSE(list2.Queued(&nodes[2])); in TEST()113 EXPECT_FALSE(list1.Queued(&nodes[1])); in TEST()[all …]
62 bool Queued(Elem* e) const;169 bool IList<Base, Node, Elem>::Queued(Elem* e) const { in Queued() function
158 CHECK(!ctx->trace_part_recycle.Queued(part)); in DoResetImpl()262 if (ctx->slot_queue.Queued(slot)) in FindSlotAndLock()1021 if (ctx->slot_queue.Queued(thr->slot)) { in TraceSwitchPartImpl()
259 CHECK(parts->Queued(trace.local_head)); in OnFinished()
290 llvm::BitVector Queued(Body->getNumBlockIDs()); in throwEscapes() local293 Queued[ThrowBlock.getBlockID()] = true; in throwEscapes()300 if (!Succ.isReachable() || Queued[Succ->getBlockID()]) in throwEscapes()316 Queued[Succ->getBlockID()] = true; in throwEscapes()
8195 std::unique_ptr<IdentifierIterator> Queued; member in __anon753f31391111::ChainedIdentifierIterator8200 : Current(std::move(First)), Queued(std::move(Second)) {} in ChainedIdentifierIterator()8212 std::swap(Current, Queued); in Next()