Home
last modified time | relevance | path

Searched refs:AllSet (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp38 if (type_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
41 if (pointee_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp148 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
155 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp380 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
382 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
389 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
391 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h83 bool AllSet(ValueType mask) const { return (m_flags & mask) == mask; } in AllSet() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterInfoPOSIX_arm64.cpp251 if (m_opt_regsets.AllSet(eRegsetMaskPAuth)) in RegisterInfoPOSIX_arm64()
254 if (m_opt_regsets.AllSet(eRegsetMaskMTE))
259 AddRegSetTLS(m_opt_regsets.AllSet(eRegsetMaskSSVE)); in GetGPRSizeStatic()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp297 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
304 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()