Home
last modified time | relevance | path

Searched defs:AnySet (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DFlags.h90 bool AnySet(ValueType mask) const { return (m_flags & mask) != 0; } in AnySet() function
/llvm-project/lldb/unittests/Utility/
H A DFlagsTest.cpp65 TEST(Flags, AnySet) { in TEST() argument
/llvm-project/lldb/include/lldb/Breakpoint/
H A DBreakpointName.h109 bool AnySet() { in AnySet() function
H A DBreakpointOptions.h345 bool AnySet() const { in AnySet() function