Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Common/
H A Denum-set.h36 using enumerationType = ENUM; variable
113 constexpr EnumSet operator+(enumerationType v) const {
116 constexpr EnumSet operator-(enumerationType v) const {
136 constexpr bool test(enumerationType x) const { in test()
162 constexpr EnumSet &reset(enumerationType x) { in reset()
170 constexpr EnumSet &flip(enumerationType x) { in flip()
177 void insert(enumerationType x) { set(x); } in insert()
178 void insert(enumerationType &&x) { set(x); } in insert()
179 void emplace(enumerationType &&x) { set(x); } in emplace()
180 void erase(enumerationType x) { reset(x); } in erase()
[all …]