Home
last modified time | relevance | path

Searched defs:IsUnspecified (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h28 IsUnspecified, enumerator
DLVType.h41 IsUnspecified, enumerator
/external/openthread/src/core/net/
Dip6_address.cpp224 bool InterfaceIdentifier::IsUnspecified(void) const { return (mFields.m32[0] == 0) && (mFields.m32[… in IsUnspecified() function in ot::Ip6::InterfaceIdentifier
324 bool Address::IsUnspecified(void) const in IsUnspecified() function in ot::Ip6::Address
/external/ot-br-posix/src/common/
Dtypes.hpp210 bool IsUnspecified(void) const { return m64[0] == 0 && m64[1] == 0; } in IsUnspecified() function in otbr::Ip6Address