Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/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()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Language/ObjC/
DNSError.cpp39 if (type_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
42 if (pointee_flags.AllSet(eTypeIsPointer)) { in DerefToNSErrorPointer()
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DFlags.h83 bool AllSet(ValueType mask) const { return (m_flags & mask) == mask; } in AllSet() function
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterInfoPOSIX_arm64.cpp208 if (m_opt_regsets.AllSet(eRegsetMaskSVE)) { in RegisterInfoPOSIX_arm64()
226 if (m_opt_regsets.AllSet(eRegsetMaskPAuth)) in RegisterInfoPOSIX_arm64()
229 if (m_opt_regsets.AllSet(eRegsetMaskMTE)) in RegisterInfoPOSIX_arm64()
/openbsd/src/gnu/llvm/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
DAppleObjCRuntime.cpp291 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()
298 if (static_type_flags.AllSet(eTypeIsPointer)) in FixUpDynamicType()