Home
last modified time | relevance | path

Searched defs:Glob (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/lldb/include/lldb/Core/
DAddressResolver.h35 enum MatchType { Exact, Regexp, Glob }; enumerator
/external/llvm-project/clang-tools-extra/clang-tidy/
DGlobList.cpp30 StringRef Glob = UntrimmedGlob.trim(' '); in ConsumeGlob() local
/external/llvm-project/lld/Common/
DStrings.cpp40 Expected<GlobPattern> Glob = GlobPattern::create(Pattern); in SingleStringMatcher() local
/external/tensorflow/tensorflow/python/platform/
Dgfile.py28 from tensorflow.python.lib.io.file_io import get_matching_files as Glob unknown
/external/llvm-project/clang-tools-extra/clangd/
DQueryDriverDatabase.cpp256 std::string convertGlobToRegex(llvm::StringRef Glob) { in convertGlobToRegex()
285 for (llvm::StringRef Glob : Globs) in convertGlobsToRegex() local
/external/llvm-project/lldb/include/lldb/Breakpoint/
DBreakpoint.h86 enum MatchType { Exact, Regexp, Glob }; enumerator
/external/llvm-project/llvm/unittests/Support/
DGlobPatternTest.cpp24 TEST_F(GlobPatternTest, Glob) { in TEST_F() argument