Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h103 bool AllClear(ValueType mask) const { return (m_flags & mask) == 0; } in AllClear() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp33 if (type_flags.AllClear(eTypeHasValue)) { in DerefToNSErrorPointer()
H A DNSException.cpp41 if (type_flags.AllClear(eTypeHasValue)) { in ExtractFields()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp358 return type_flags.AllClear(eTypeIsBuiltIn); in IsPointerValue()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp2566 pointee_compiler_type_info.AllClear(eTypeIsPointer) && in GetValueForExpressionPath_Impl()