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

Declarations

tools/lldb/include/lldb/Utility/RegularExpression.h
   72   bool IsValid() const;

References

tools/lldb/include/lldb/Interpreter/OptionValueRegex.h
   48     return (m_regex.IsValid() ? &m_regex : nullptr);
   58   bool IsValid() const { return m_regex.IsValid(); }
tools/lldb/source/Breakpoint/BreakpointResolverName.cpp
   35     if (!m_regex.IsValid()) {
  194   if (m_regex.IsValid()) {
tools/lldb/source/Commands/CommandObjectFrame.cpp
  535             if (regex.IsValid()) {
tools/lldb/source/Commands/CommandObjectTarget.cpp
  862           if (!regex.IsValid()) {
tools/lldb/source/Commands/CommandObjectType.cpp
  691         if (!typeRX.IsValid()) {
 1039       if (!category_regex->IsValid()) {
 1052       if (!formatter_regex->IsValid()) {
 1624     if (!typeRX.IsValid()) {
 2105       if (!regex->IsValid()) {
 2358     if (!typeRX.IsValid()) {
 2484       if (!typeRX.IsValid()) {
tools/lldb/source/Core/AddressResolverName.cpp
   40     if (!m_regex.IsValid()) {
tools/lldb/source/Interpreter/CommandObjectRegexCommand.cpp
   78   if (m_entries.back().regex.IsValid()) {
tools/lldb/source/Interpreter/OptionValueRegex.cpp
   23     if (m_regex.IsValid()) {
   50     if (m_regex.IsValid()) {
tools/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp
  587       if (!regex_up->IsValid()) {
tools/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp
 4144       assert(match_type_list.IsValid());
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1147   if (!regex.IsValid())
 1352   if (!regex.IsValid())
tools/lldb/source/Utility/RegularExpression.cpp
   26   if (!IsValid())
tools/lldb/tools/lldb-test/lldb-test.cpp
  438     assert(RE.IsValid());
  546     assert(RE.IsValid());
  734   if (Regex && !RegularExpression(Name).IsValid())
tools/lldb/unittests/Utility/RegularExpressionTest.cpp
   19   EXPECT_TRUE(r1.IsValid());
   28   EXPECT_TRUE(r2.IsValid());
   38   EXPECT_FALSE(r1.IsValid());
   48   EXPECT_FALSE(r1.IsValid());
   56   EXPECT_TRUE(r1.IsValid());