Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/DataFormatters/
HDCoreMedia.cpp47 if (flags.AnySet(FlagIndefinite)) in CMTimeSummaryProvider()
53 if (flags.AnySet(FlagPositiveInf)) in CMTimeSummaryProvider()
59 if (flags.AnySet(FlagNegativeInf)) in CMTimeSummaryProvider()
/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDLogChannelDWARF.cpp215 if (g_log_channel->m_log_ap->GetMask().AnySet(mask)) in GetLogIfAny()
227 if (log && log->GetMask().AnySet(mask)) in LogIf()
/NextBSD/contrib/llvm/tools/lldb/include/lldb/Core/
HDFlags.h161 AnySet (ValueType mask) const in AnySet() function
/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDValueObject.cpp942 bool is_char_arr_ptr (type_flags.AnySet (eTypeIsArray | eTypeIsPointer) && in IsCStringContainer()
1232 if (type_flags.AnySet (eTypeIsArray | eTypeIsPointer) && in ReadPointedString()
1530 if (flags.AnySet(eTypeIsArray | eTypeIsPointer) in HasSpecialPrintableRepresentation()
1579 if (flags.AnySet(eTypeIsArray | eTypeIsPointer) in DumpPrintableRepresentation()
/NextBSD/contrib/llvm/tools/lldb/source/Interpreter/
HDCommandObject.cpp288 if (GetFlags().AnySet (eCommandProcessMustBeLaunched | eCommandProcessMustBePaused)) in CheckRequirements()
/NextBSD/contrib/llvm/tools/lldb/source/Symbol/
HDClangASTType.cpp392 if (type_flags.AnySet (eTypeIsArray | eTypeIsPointer)) in IsCStringType()