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

References

unittests/Support/GlobPatternTest.cpp
  110   EXPECT_TRUE((bool)Pat1);
  111   EXPECT_TRUE(Pat1->match("*"));
  112   EXPECT_TRUE(Pat1->match("?"));
  113   EXPECT_TRUE(Pat1->match("^"));
  114   EXPECT_FALSE(Pat1->match("*?^"));
  115   EXPECT_FALSE(Pat1->match(""));