Searched defs:IsNone (Results 1 – 11 of 11) sorted by relevance
33 bool IsNone() { return this == None(); } in IsNone() function
80 constexpr bool IsNone() const { in IsNone() function
165 static constexpr bool IsNone(Mode mode) { return mode == NONE; } in IsNone() function
170 bool IsNone() const { return kind_ == kNone; } in IsNone() function
1013 bool IsNone() const { return id_ == kNoneId; } in IsNone() function
244 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function386 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function
84 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
29 TEST(ASTNodeKind, IsNone) { in TEST() argument
157 bool IsNone() const { return reg_type_ == kNoRegister; } in IsNone() function232 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone() function
160 bool IsNone() const { in IsNone() function
1015 bool IsNone() const { return condition_ == kNone; } in IsNone() function