Searched defs:IsNone (Results 1 – 11 of 11) sorted by relevance
38 bool IsNone() const { return *this == None(); } in IsNone() function
205 constexpr bool IsNone() const { return kind_ == kNone; } in IsNone() function
262 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function402 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function
136 bool IsNone() const { return reg_type_ == kNoRegister; } in IsNone() function218 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone() function
118 constexpr bool IsNone() const { in IsNone() function
509 constexpr bool IsNone() const { return id_ == kNoneId; } in IsNone() function
91 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
190 bool IsNone() const { return GetType() == kNoRegister; } in IsNone() function
165 bool IsNone() const { in IsNone() function
1018 bool IsNone() const { return condition_ == kNone; } in IsNone() function
172980 bool IsNone() const { return mStyle == 0; } in IsNone() function in mozilla::CounterStyle