| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 57 auto Glob = std::make_unique<Matcher::Glob>(); in insert() local 58 Glob->Name = Pattern.str(); in insert() 59 Glob->LineNo = LineNumber; in insert() 62 if (auto Err = GlobPattern::create(Glob->Name, /*MaxSubPatterns=*/1024) in insert() 63 .moveInto(Glob->Pattern)) in insert() 65 Globs.push_back(std::move(Glob)); in insert() 70 for (const auto &Glob : reverse(Globs)) in match() local 71 if (Glob->Pattern.match(Query)) in match() 72 return Glob->LineNo; in match()
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | Utils.cpp | 163 llvm::Expected<Regex> llvm::MachO::createRegexFromGlob(StringRef Glob) { in createRegexFromGlob() argument 166 for (unsigned i = 0; i < Glob.size(); ++i) { in createRegexFromGlob() 167 char C = Glob[i]; in createRegexFromGlob() 173 const char *PrevChar = i > 0 ? Glob.data() + i - 1 : nullptr; in createRegexFromGlob() 176 while (i < Glob.size() && Glob[i] == '*') { in createRegexFromGlob() 180 const char *NextChar = i < Glob.size() ? Glob.data() + i : nullptr; in createRegexFromGlob()
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | Glob.pm | 1 package OpenSSL::Glob; 6 use File::Glob; 16 goto &File::Glob::bsd_glob if $^O ne "VMS";
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 130 struct Glob { struct 136 Glob(Glob &&) = delete; 137 Glob() = default; 140 std::vector<std::unique_ptr<Matcher::Glob>> Globs;
|
| /freebsd/contrib/llvm-project/lld/Common/ |
| H A D | Strings.cpp | 32 Expected<GlobPattern> Glob = GlobPattern::create(Pattern); in SingleStringMatcher() local 33 if (!Glob) { in SingleStringMatcher() 34 error(toString(Glob.takeError()) + ": " + Pattern); in SingleStringMatcher() 37 GlobPatternMatcher = *Glob; in SingleStringMatcher()
|
| /freebsd/crypto/openssl/test/recipes/ |
| H A D | fuzz.pl | 11 use OpenSSL::Glob;
|
| H A D | 80-test_policy_tree.t | 17 use OpenSSL::Glob;
|
| H A D | 15-test_dsaparam.t | 15 use OpenSSL::Glob;
|
| H A D | 20-test_dhparam_check.t | 14 use OpenSSL::Glob;
|
| H A D | 40-test_rehash.t | 16 use OpenSSL::Glob;
|
| H A D | 15-test_ecparam.t | 16 use OpenSSL::Glob;
|
| H A D | 80-test_ssl_new.t | 19 use OpenSSL::Glob;
|
| H A D | 15-test_ml_dsa_codecs.t | 17 use OpenSSL::Glob;
|
| H A D | 03-test_fipsinstall.t | 14 use OpenSSL::Glob;
|
| H A D | 15-test_ml_kem_codecs.t | 17 use OpenSSL::Glob;
|
| H A D | 20-test_cli_fips.t | 15 use OpenSSL::Glob;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | AddressResolver.h | 35 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | Diagnostic.cpp | 555 for (const auto &Glob : DiagSectionMatcher->Globs) in processSections() local 556 if (Glob->Name == DiagName) { in processSections() 557 DiagLine = Glob->LineNo; in processSections() 631 for (const auto &Glob : Matcher.Globs) { in globsMatches() local 632 if (Glob->Name.size() < LongestMatch.size()) in globsMatches() 634 if (!Glob->Pattern.match(FilePath)) in globsMatches() 636 LongestMatch = Glob->Name; in globsMatches()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Utils.h | 83 LLVM_ABI llvm::Expected<llvm::Regex> createRegexFromGlob(llvm::StringRef Glob);
|
| /freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/ |
| H A D | IFSHandler.cpp | 351 for (StringRef Glob : Exclude) { in filterIFSSyms() local 352 Expected<llvm::GlobPattern> PatternOrErr = llvm::GlobPattern::create(Glob); in filterIFSSyms()
|
| /freebsd/crypto/openssl/test/ |
| H A D | run_tests.pl | 28 use OpenSSL::Glob;
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
| H A D | Breakpoint.h | 88 enum MatchType { Exact, Regexp, Glob }; enumerator
|
| /freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
| H A D | BreakpointResolverName.cpp | 292 case Breakpoint::Glob: in SearchCallback()
|
| /freebsd/crypto/openssh/contrib/suse/ |
| H A D | openssh.spec | 85 - Glob manpages to catch compressed files
|
| /freebsd/contrib/tcsh/ |
| H A D | NewThings | 149 * Glob-expand, on arguments.
|