Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/lldb/Symbol/
DUnwindPlan.h90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/lldb/Symbol/
DUnwindPlan.h90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/lldb/Symbol/
DUnwindPlan.h90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/lldb/Symbol/
DUnwindPlan.h90 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
216 bool IsUnspecified() const { return m_type == unspecified; } in IsUnspecified() function
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.cpp235 bool InterfaceIdentifier::IsUnspecified(void) const { return (mFields.m32[0] == 0) && (mFields.m32[… in IsUnspecified() function in ot::Ip6::InterfaceIdentifier
335 bool Address::IsUnspecified(void) const in IsUnspecified() function in ot::Ip6::Address
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSymbol.h28 IsUnspecified, enumerator
H A DLVType.h41 IsUnspecified, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h28 IsUnspecified, enumerator
DLVType.h41 IsUnspecified, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h28 IsUnspecified, enumerator
DLVType.h41 IsUnspecified, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h28 IsUnspecified, enumerator
DLVType.h41 IsUnspecified, enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/DebugInfo/LogicalView/Core/
DLVSymbol.h28 IsUnspecified, enumerator
DLVType.h41 IsUnspecified, enumerator
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dip.go121 func (ip IP) IsUnspecified() bool { func
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtypes.hpp210 bool IsUnspecified(void) const { return m64[0] == 0 && m64[1] == 0; } in IsUnspecified() function in otbr::Ip6Address
/aosp_15_r20/prebuilts/go/linux-x86/src/net/netip/
Dnetip.go666 func (ip Addr) IsUnspecified() bool { func