Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/unittests/AST/
H A DASTTypeTraitsTest.cpp29 TEST(ASTNodeKind, IsNone) { in TEST() argument
/aosp_15_r20/build/soong/android/
H A Dapi_levels.go124 func (this ApiLevel) IsNone() bool { func
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_types.hpp280 bool IsNone(void) const { return (mType == kTypeNone); } in IsNone() function in ot::Mac::Address
/aosp_15_r20/external/vixl/src/aarch64/
H A Dregisters-aarch64.h190 bool IsNone() const { return GetType() == kNoRegister; } in IsNone() function
/aosp_15_r20/external/vixl/src/aarch32/
H A Dinstructions-aarch32.h1017 bool IsNone() const { return condition_ == kNone; } in IsNone() function