Lines Matching refs:Set
30 class Set {
32 Set() = default;
33 ~Set() = default;
35 DEFAULT_COPY_SEMANTIC(Set);
36 DEFAULT_NOEXCEPT_MOVE_SEMANTIC(Set);
45 Set &AndSet(const Set &xs);
46 Set &OrSet(const Set &xs);
47 Set &DiffSet(const Set &xs);
51 void InternalAndSet(const Set &xs);
60 explicit AssignPendingExit(const ir::AstNode *node, Set &inits, Set &uninits)
78 Set *inits_;
79 Set *uninits_;
80 Set exitInits_;
81 Set exitUninits_;
161 Set inits_ {};
162 Set uninits_ {};
163 Set uninitsTry_ {};
164 Set initsWhenTrue_ {};
165 Set initsWhenFalse_ {};
166 Set uninitsWhenTrue_ {};
167 Set uninitsWhenFalse_ {};