reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Breakpoint/BreakpointName.h
  106       return m_set_mask.Test(permissions_mask[permission]);
tools/lldb/include/lldb/Breakpoint/BreakpointOptions.h
  355     return m_set_flags.Test(kind);
tools/lldb/include/lldb/Host/ProcessLaunchInfo.h
   84     return m_flags.Test(lldb::eLaunchFlagLaunchInSeparateProcessGroup);
   90     return m_flags.Test(lldb::eLaunchFlagShellExpandArguments);
  147     return m_flags.Test(lldb::eLaunchFlagDetachOnError);
tools/lldb/source/Breakpoint/BreakpointOptions.cpp
  183   if (incoming.m_set_flags.Test(eEnabled))
  188   if (incoming.m_set_flags.Test(eOneShot))
  193   if (incoming.m_set_flags.Test(eCallback))
  201   if (incoming.m_set_flags.Test(eIgnoreCount))
  206   if (incoming.m_set_flags.Test(eCondition))
  219   if (incoming.m_set_flags.Test(eAutoContinue))
  224   if (incoming.m_set_flags.Test(eThreadSpec) && incoming.m_thread_spec_up) {
  365   if (m_set_flags.Test(eEnabled))
  368   if (m_set_flags.Test(eOneShot))
  371   if (m_set_flags.Test(eAutoContinue))
  374   if (m_set_flags.Test(eIgnoreCount))
  377   if (m_set_flags.Test(eCondition))
  381   if (m_set_flags.Test(eCallback) && m_baton_is_command_baton) {
  391   if (m_set_flags.Test(eThreadSpec) && m_thread_spec_up) {
tools/lldb/source/Core/ValueObject.cpp
  753   if (type_flags.Test(eTypeIsArray))
  985     const bool is_array = type_flags.Test(eTypeIsArray);
 1249     if (flags.Test(eTypeIsArray)) {
 1321       if (flags.Test(eTypeIsArray)) {
 2265           root_compiler_type_info.Test(eTypeIsPointer)) // if you are trying to
 2275       if (root_compiler_type_info.Test(eTypeIsObjC) && // if yo are trying to
 2278           root_compiler_type_info.Test(eTypeIsPointer) &&
 2297           root_compiler_type_info.Test(eTypeIsPointer)) // if you are trying to
 2452       if (!root_compiler_type_info.Test(eTypeIsArray) &&
 2453           !root_compiler_type_info.Test(eTypeIsPointer) &&
 2454           !root_compiler_type_info.Test(
 2457         if (!root_compiler_type_info.Test(
 2482         if (!root_compiler_type_info.Test(eTypeIsArray)) {
 2528         if (root_compiler_type_info.Test(eTypeIsArray)) {
 2549         } else if (root_compiler_type_info.Test(eTypeIsPointer)) {
 2561               pointee_compiler_type_info.Test(eTypeIsScalar)) {
 2599         } else if (root_compiler_type_info.Test(eTypeIsScalar)) {
 2614         } else if (root_compiler_type_info.Test(eTypeIsVector)) {
 2684         if (root_compiler_type_info.Test(
 2699         } else if (root_compiler_type_info.Test(
 2706                    pointee_compiler_type_info.Test(eTypeIsScalar)) {
tools/lldb/source/DataFormatters/TypeFormat.cpp
   73           if (type_flags.Test(eTypeIsPointer) &&
   74               !type_flags.Test(eTypeIsObjC)) {
tools/lldb/source/DataFormatters/ValueObjectPrinter.cpp
  168         (!m_options.m_flat_output || m_type_flags.Test(eTypeHasValue))
  189     m_is_ptr = m_type_flags.Test(eTypeIsPointer) ? eLazyBoolYes : eLazyBoolNo;
  195     m_is_ref = m_type_flags.Test(eTypeIsReference) ? eLazyBoolYes : eLazyBoolNo;
  202         m_type_flags.Test(eTypeHasChildren) ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Host/common/MonitoringProcessLauncher.cpp
   47   assert(!resolved_info.GetFlags().Test(eLaunchFlagLaunchInTTY));
tools/lldb/source/Host/common/ProcessLaunchInfo.cpp
  249   if (GetFlags().Test(eLaunchFlagLaunchInShell)) {
tools/lldb/source/Host/posix/ProcessLauncherPosixFork.cpp
   60   if (info.GetFlags().Test(lldb::eLaunchFlagDisableASLR)) {
   93   if (info.GetFlags().Test(eLaunchFlagLaunchInSeparateProcessGroup)) {
  137   if (info.GetFlags().Test(eLaunchFlagDebug)) {
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2707   if (!io_handler_flags.Test(eHandleCommandFlagEchoCommand))
 2715     return io_handler_flags.Test(eHandleCommandFlagEchoCommentCommand);
 2750        io_handler.GetFlags().Test(eHandleCommandFlagPrintResult)) ||
 2751       io_handler.GetFlags().Test(eHandleCommandFlagPrintErrors)) {
 2778     if (io_handler.GetFlags().Test(eHandleCommandFlagStopOnContinue))
 2784     if (io_handler.GetFlags().Test(eHandleCommandFlagStopOnError))
 2796       io_handler.GetFlags().Test(eHandleCommandFlagStopOnCrash) &&
tools/lldb/source/Interpreter/CommandObject.cpp
  213       if (GetFlags().Test(eCommandProcessMustBeLaunched)) {
  233         if (GetFlags().Test(eCommandProcessMustBeLaunched)) {
  242         if (GetFlags().Test(eCommandProcessMustBePaused)) {
tools/lldb/source/Interpreter/OptionValueString.cpp
   27       if (m_options.Test(eOptionEncodeCharacterEscapeSequences)) {
   81       if (m_options.Test(eOptionEncodeCharacterEscapeSequences)) {
  110     if (m_options.Test(eOptionEncodeCharacterEscapeSequences)) {
tools/lldb/source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  667         if (section_sp->Test(SHF_ALLOC) ||
 3301   if (!section->Test(SHF_COMPRESSED))
tools/lldb/source/Plugins/Platform/Linux/PlatformLinux.cpp
  224   if (launch_info.GetFlags().Test(eLaunchFlagDebug)) {
tools/lldb/source/Plugins/Platform/NetBSD/PlatformNetBSD.cpp
  193   if (launch_info.GetFlags().Test(eLaunchFlagDebug)) {
tools/lldb/source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp
  393       launch_info.GetFlags().Test(eLaunchFlagDisableASLR));
  395       launch_info.GetFlags().Test(eLaunchFlagDetachOnError));
tools/lldb/source/Plugins/Process/elf-core/ProcessElfCore.cpp
  301       region_info.SetReadable(permissions.Test(lldb::ePermissionsReadable)
  304       region_info.SetWritable(permissions.Test(lldb::ePermissionsWritable)
  307       region_info.SetExecutable(permissions.Test(lldb::ePermissionsExecutable)
tools/lldb/source/Plugins/Process/mach-core/ProcessMachCore.cpp
  617       region_info.SetReadable(permissions.Test(ePermissionsReadable)
  620       region_info.SetWritable(permissions.Test(ePermissionsWritable)
  623       region_info.SetExecutable(permissions.Test(ePermissionsExecutable)
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfoEntry.cpp
  458   bool show_form = s.GetFlags().Test(DWARFDebugInfo::eDumpFlag_ShowForm);
tools/lldb/source/Symbol/ClangASTContext.cpp
 2996       if (type_flags.Test(eTypeIsArray)) {
tools/lldb/source/Target/Platform.cpp
 1016     if (launch_info.GetFlags().Test(eLaunchFlagLaunchInShell)) {
 1018       const bool will_debug = launch_info.GetFlags().Test(eLaunchFlagDebug);
 1034     } else if (launch_info.GetFlags().Test(eLaunchFlagShellExpandArguments)) {
tools/lldb/source/Target/Process.cpp
 2582               launch_info.GetFlags().Test(eLaunchFlagStopAtEntry))
tools/lldb/source/Target/Target.cpp
 2868     if (launch_info.GetFlags().Test(eLaunchFlagLaunchInTTY)) {
 2921         !launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) {
 2934         if (!launch_info.GetFlags().Test(eLaunchFlagStopAtEntry)) {
 3097     if (info.GetFlags().Test(eLaunchFlagLaunchInTTY)) {
 3103     if (info.GetFlags().Test(eLaunchFlagDisableSTDIO)) {
 3983   SetDetachOnError(launch_info.GetFlags().Test(lldb::eLaunchFlagDetachOnError));
 3984   SetDisableASLR(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableASLR));
 3985   SetDisableSTDIO(launch_info.GetFlags().Test(lldb::eLaunchFlagDisableSTDIO));
tools/lldb/source/Target/ThreadPlanShouldStopHere.cpp
   67   if ((operation == eFrameCompareOlder && flags.Test(eStepOutAvoidNoDebug)) ||
   68       (operation == eFrameCompareYounger && flags.Test(eStepInAvoidNoDebug)) ||
   70        flags.Test(eStepInAvoidNoDebug))) {
tools/lldb/source/Utility/GDBRemote.cpp
   31   bool binary_is_set = m_flags.Test(eBinary);
tools/lldb/source/Utility/Log.cpp
  284   if (options.Test(LLDB_LOG_OPTION_PREPEND_SEQUENCE))
  288   if (options.Test(LLDB_LOG_OPTION_PREPEND_TIMESTAMP)) {
  295   if (options.Test(LLDB_LOG_OPTION_PREPEND_PROC_AND_THREAD))
  300   if (options.Test(LLDB_LOG_OPTION_PREPEND_THREAD_NAME)) {
  310   if (options.Test(LLDB_LOG_OPTION_BACKTRACE))
  313   if (options.Test(LLDB_LOG_OPTION_PREPEND_FILE_FUNCTION) &&
  329   if (options.Test(LLDB_LOG_OPTION_THREADSAFE)) {
tools/lldb/source/Utility/Stream.cpp
   46   if (m_flags.Test(eBinary))
   54   if (m_flags.Test(eBinary))
   66   if (m_flags.Test(eBinary))
  121   if (m_flags.Test(eBinary))
  268   if (m_flags.Test(eBinary)) {
  390   bool binary_was_set = m_flags.Test(eBinary);
  417   bool binary_is_set = m_flags.Test(eBinary);
  434   bool binary_is_set = m_flags.Test(eBinary);
tools/lldb/unittests/Utility/FlagsTest.cpp
   86   EXPECT_FALSE(f.Test(eFlag0));
   87   EXPECT_FALSE(f.Test(eFlag1));
   88   EXPECT_FALSE(f.Test(eFlag2));
   91   EXPECT_TRUE(f.Test(eFlag0));
   92   EXPECT_FALSE(f.Test(eFlag1));
   93   EXPECT_FALSE(f.Test(eFlag2));
   96   EXPECT_TRUE(f.Test(eFlag0));
   97   EXPECT_TRUE(f.Test(eFlag1));
   98   EXPECT_FALSE(f.Test(eFlag2));
  101   EXPECT_FALSE(f.Test(eFlag0));
  102   EXPECT_TRUE(f.Test(eFlag1));
  103   EXPECT_FALSE(f.Test(eFlag2));