Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
DItaniumABILanguageRuntime.cpp282 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
284 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
291 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
293 else if (static_type_flags.AllSet(eTypeIsReference)) in FixUpDynamicType()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSError.cpp39 if (type_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
42 if (pointee_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
/freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Utility/
DFlags.h83 bool AllSet(ValueType mask) const { return (m_flags & mask) == mask; } in AllSet() function
DLog.h79 if (log && log->GetMask().AllSet(mask)) in GetLogIfAll()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_arm64.cpp202 if (m_opt_regsets.AllSet(eRegsetMaskSVE)) { in RegisterInfoPOSIX_arm64()
220 if (m_opt_regsets.AllSet(eRegsetMaskPAuth)) in RegisterInfoPOSIX_arm64()
223 if (m_opt_regsets.AllSet(eRegsetMaskMTE)) in RegisterInfoPOSIX_arm64()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp289 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
296 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()