Home
last modified time | relevance | path

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

/external/v8/src/
Dfield-type.h33 bool IsNone() { return this == None(); } in IsNone() function
Dmachine-type.h80 constexpr bool IsNone() const { in IsNone() function
Dreloc-info.h165 static constexpr bool IsNone(Mode mode) { return mode == NONE; } in IsNone() function
Dproperty-details.h170 bool IsNone() const { return kind_ == kNone; } in IsNone() function
Dutils.h1013 bool IsNone() const { return id_ == kNoneId; } in IsNone() function
/external/v8/src/compiler/
Dtypes.h244 static bool IsNone(bitset bits) { return bits == kNone; } in IsNone() function
386 bool IsNone() const { return payload_ == None().payload_; } in IsNone() function
Dinstruction-selector.h84 bool IsNone() const { return mode_ == kFlags_none; } in IsNone() function
/external/clang/unittests/AST/
DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) { in TEST() argument
/external/v8/src/arm64/
Dassembler-arm64.h157 bool IsNone() const { return reg_type_ == kNoRegister; } in IsNone() function
232 static constexpr bool IsNone(int code, int size, RegisterType type) { in IsNone() function
/external/vixl/src/aarch64/
Doperands-aarch64.h160 bool IsNone() const { in IsNone() function
/external/vixl/src/aarch32/
Dinstructions-aarch32.h1015 bool IsNone() const { return condition_ == kNone; } in IsNone() function