Home
last modified time | relevance | path

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

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