Home
last modified time | relevance | path

Searched refs:isTrivialMatchAll (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll(); in isTrivialMatchAll()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/include/lld/Common/
H A DStrings.h43 bool isTrivialMatchAll() const {
44 return !ExactMatch && GlobPatternMatcher.isTrivialMatchAll();
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/Support/
H A DGlobPatternTest.cpp140 EXPECT_TRUE(Pat1->isTrivialMatchAll()); in TEST_F()
146 EXPECT_FALSE(Pat2->isTrivialMatchAll()); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Support/
H A DGlobPattern.h36 bool isTrivialMatchAll() const { in isTrivialMatchAll() function

12