Home
last modified time | relevance | path

Searched defs:IsNone (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dfield-type.h38 bool IsNone() const { return *this == None(); } in IsNone() function
Dproperty-details.h205 constexpr bool IsNone() const { return kind_ == kNone; } in IsNone() function
/third_party/node/deps/v8/src/compiler/
Dtypes.h262 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function
402 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function
/third_party/node/deps/v8/src/codegen/arm64/
Dregister-arm64.h136 bool IsNone() const { return reg_type_ == kNoRegister; } in IsNone() function
218 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone() function
/third_party/node/deps/v8/src/codegen/
Dmachine-type.h118 constexpr bool IsNone() const { in IsNone() function
/third_party/node/deps/v8/src/utils/
Dutils.h509 constexpr bool IsNone() const { return id_ == kNoneId; } in IsNone() function
/third_party/node/deps/v8/src/compiler/backend/
Dinstruction-selector.h91 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
/third_party/vixl/src/aarch64/
Dregisters-aarch64.h190 bool IsNone() const { return GetType() == kNoRegister; } in IsNone() function
/third_party/node/deps/v8/src/torque/
Ddeclarable.h165 bool IsNone() const { in IsNone() function
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h1018 bool IsNone() const { return condition_ == kNone; } in IsNone() function
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp172980 bool IsNone() const { return mStyle == 0; } in IsNone() function in mozilla::CounterStyle