Home
last modified time | relevance | path

Searched refs:AnySet (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Language/ObjC/
H A DCoreMedia.cpp60 if (flags.AnySet(FlagIndefinite)) { in CMTimeSummaryProvider()
65 if (flags.AnySet(FlagPositiveInf)) { in CMTimeSummaryProvider()
70 if (flags.AnySet(FlagNegativeInf)) { in CMTimeSummaryProvider()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointName.cpp41 if (!AnySet()) in GetDescription()
62 if (GetOptions().AnySet()) in GetDescription()
71 if (GetPermissions().AnySet()) in GetDescription()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h110 bool AnySet() { in AnySet() function
111 return m_set_mask.AnySet(permissions_mask[allPerms]); in AnySet()
H A DBreakpointOptions.h401 bool AnySet() const { in AnySet() function
402 return m_set_flags.AnySet(eAllOptions); in AnySet()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/
H A DFlags.h126 bool AnySet(ValueType mask) const { return (m_flags & mask) != 0; } in AnySet() function
H A DLog.h94 if (log && log->GetMask().AnySet(mask)) in GetLogIfAny()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectChild.cpp128 (parent_type_flags.AnySet(lldb::eTypeInstanceIsPointer))); in UpdateValue()
H A DValueObject.cpp731 bool is_char_arr_ptr(type_flags.AnySet(eTypeIsArray | eTypeIsPointer) && in IsCStringContainer()
962 if (type_flags.AnySet(eTypeIsArray | eTypeIsPointer) && in ReadPointedString()
1230 if (flags.AnySet(eTypeIsArray | eTypeIsPointer) && in HasSpecialPrintableRepresentation()
1272 if (flags.AnySet(eTypeIsArray | eTypeIsPointer) && in DumpPrintableRepresentation()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp346 if (type_flags.AnySet(eTypeInstanceIsPointer | eTypeIsPointer)) in IsPointerValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp211 if (GetFlags().AnySet(eCommandProcessMustBeLaunched | in CheckRequirements()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp1457 if (!launch_info.GetFlags().AnySet(eLaunchFlagDebug)) in FilterLaunchInfo()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp3079 if (type_flags.AnySet(eTypeIsArray | eTypeIsPointer)) { in IsCStringType()