Lines Matching refs:Set

102 void Set::Reset()
107 bool Set::IsReset()
112 void Set::Incl(const int id)
117 void Set::InclRange(const int start, const int limit)
124 void Set::Excl(const int id)
129 void Set::ExcludeFrom(const int start)
135 bool Set::IsMember(const int id) const
140 Set &Set::AndSet(const Set &xs)
149 Set &Set::OrSet(const Set &xs)
157 Set &Set::DiffSet(const Set &xs)
166 int Set::Next(const int id)
581 Set initsPrev = inits_;
582 Set uninitsPrev = uninits_;
624 Set initsSkip {};
625 Set uninitsSkip {};
629 Set uninitsEntry = uninits_;
662 Set initsSkip {};
663 Set uninitsSkip {};
666 Set uninitsEntry = uninits_;
703 Set initsSkip {};
704 Set uninitsSkip {};
710 Set uninitsEntry = uninits_;
764 Set initsStart = inits_;
765 Set uninitsStart = uninits_;
771 Set uninitsEntry = uninits_;
795 Set initsBeforeElse = initsWhenFalse_;
796 Set uninitsBeforeElse = uninitsWhenFalse_;
803 Set initsAfterThen = inits_;
804 Set uninitsAfterThen = uninits_;
835 Set initsSwitch = inits_;
836 Set uninitsSwitch = uninits_;
884 Set uninitsTryPrev = uninitsTry_;
889 Set initsTry = inits_;
896 Set initsEnd = inits_;
897 Set uninitsEnd = uninits_;
900 Set initsCatchPrev = initsTry; // NOLINT(performance-unnecessary-copy-initialization)
901 Set uninitsCatchPrev = uninitsTry_;
971 Set initsExit = inits_;
972 Set uninitsExit = uninits_;
1101 Set initsBeforeElse = initsWhenFalse_;
1102 Set uninitsBeforeElse = uninitsWhenFalse_;
1111 Set initsAfterThenWhenTrue = initsWhenTrue_;
1112 Set initsAfterThenWhenFalse = initsWhenFalse_;
1113 Set uninitsAfterThenWhenTrue = uninitsWhenTrue_;
1114 Set uninitsAfterThenWhenFalse = uninitsWhenFalse_;
1127 Set initsAfterThen = inits_;
1128 Set uninitsAfterThen = uninits_;
1168 Set t = initsWhenFalse_;
1188 Set initsWhenFalseLeft = initsWhenFalse_;
1189 Set uninitsWhenFalseLeft = uninitsWhenFalse_;
1199 Set initsWhenTrueLeft = initsWhenTrue_;
1200 Set uninitsWhenTrueLeft = uninitsWhenTrue_;