Searched refs:matches (Results 201 - 225 of 295) sorted by relevance

1234567891011>>

/openbsd-current/gnu/llvm/clang/lib/Driver/ToolChains/
H A DAMDGPU.cpp875 if (O.matches(options::OPT_fPIE) || O.matches(options::OPT_fpie))
/openbsd-current/gnu/llvm/llvm/lib/FuzzMutate/
H A DIRMutator.cpp108 return Op.SourcePreds[0].matches({}, Src);
203 if (Pred.matches({}, &*I))
/openbsd-current/sys/dev/pci/drm/i915/display/
H A Dintel_crt.c812 .matches = {
820 .matches = {
H A Dintel_opregion.c838 .matches = {
1085 .matches = {DMI_MATCH(DMI_SYS_VENDOR, "Conrac GmbH"),
/openbsd-current/sys/lib/libz/
H A Dtrees.c447 s->sym_next = s->matches = 0;
1104 s->matches++;
/openbsd-current/lib/libz/
H A Dtrees.c447 s->sym_next = s->matches = 0;
1104 s->matches++;
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Dtrees.c420 s->sym_next = s->matches = 0;
1029 s->matches++;
/openbsd-current/gnu/usr.bin/perl/win32/bin/
H A Dsearch.pl144 -name GLOB consider files whose name matches pattern (also -regex).
155 -l | -list only list files with matches, not the lines themselves.
1371 Only search down directories whose path matches the given pattern (this
1383 Skips directories whose name (not path) matches the given pattern.
1517 Consider only whole-word matches ("whole word" as defined by perl's "\\b"
/openbsd-current/usr.bin/tic/
H A Dtic.c555 matches(char **needle, const char *haystack) function
1002 if (matches(namelst, qp->tterm.term_names)) {
1021 if (matches(namelst, qp->tterm.term_names)) {
1034 if (matches(namelst, qp->tterm.term_names))
1042 if (matches(namelst, qp->tterm.term_names)) {
2875 _nc_warning("%s matches exit_attribute_mode", name);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dgdbarch.sh1013 matches the information provided by INFO. */
2044 /* Find an architecture that matches the specified INFO. Create a new
2104 /* Ask the tdep code for an architecture that matches "info". */
/openbsd-current/gnu/llvm/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp260 if (Arg->getOption().matches(OPT_o))
1276 Arg->getOption().matches(OPT_library)
1280 if (!Filename && Arg->getOption().matches(OPT_library))
/openbsd-current/gnu/usr.bin/perl/ext/re/
H A Dre.pm649 subpattern, and then matches that against all legal possibilities to determine
650 the actual code points the subpattern matches. After that it adds these to
654 likely of less use to you to see how Perl matches that against all the legal
/openbsd-current/gnu/usr.bin/perl/Porting/
H A Dpod_lib.pl180 run of lines which matches a given pattern. C<croak()>s if the pattern is not
469 # If the pod's name matches the regex, prepend the given path.
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp28 // Creates an AST visitor that matches `Matcher` on all
87 // Sets 'Matched' to true if 'Matcher' matches 'Node'
94 if (Matcher->matches(DynTypedNode::create(Node), Finder,
H A DThreadSafety.cpp178 /// may involve partial pattern matches, rather than exact matches.
220 if (FM[FactIDs[i]].matches(CapE)) {
226 if (FM[FactIDs[n-1]].matches(CapE)) {
235 return FM[ID].matches(CapE);
241 return FM[ID].matches(CapE);
/openbsd-current/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp1071 lldb::SBStringList matches; local
1074 text.c_str(), actual_column, 0, -1, matches, descriptions);
1075 size_t count = std::min((uint32_t)100, matches.GetSize());
1078 std::string match = matches.GetStringAtIndex(i);
/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageReport.cpp365 if (!Filters->matches(*Coverage, *F))
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A DConfigure.pm581 to deduce whether the given prototype matches what the header supplies.
662 with a name that matches /[A-Z0-9_]+/. Returns the list of names.
/openbsd-current/gnu/usr.bin/perl/ext/B/t/
H A DOptreeCheck.pm151 platform, and produces a regex which matches the expected rendering,
686 # allow -eval, banner at beginning of anchored matches
737 # remove matches, and report
819 Accepts test code, renders its optree using B::Concise, and matches
/openbsd-current/gnu/usr.bin/perl/cpan/Pod-Simple/lib/Pod/Simple/
H A DBlackBox.pm33 # successfully matches $2, which the caller furnishes.
44 my $matches = eval "no warnings; $use_utf8 '$should_match' =~ /$re/";
48 #print STDERR __LINE__, ": SUCCESS: $re\n" if $matches;
49 return $re if $matches;
104 # file that just happens to have a line that matches /^=[a-zA-z]/. Only if
1302 my $dont_ignore; # whether this target matches us
1309 print STDERR " Considering whether =begin $content matches $target_name\n";
1972 #print STDERR "Format matches $1\n";
2081 # Here begins our frightening tokenizer RE. The following regex matches
2084 # * Start-codes. The first alternative matches
[all...]
/openbsd-current/lib/libedit/
H A Dreadline.c1766 * 'matches' is list of strings, 'len' is number of strings in 'matches',
1767 * 'max' is maximum length of string in 'matches'.
1770 rl_display_match_list(char **matches, int len, int max) argument
1773 fn_display_match_list(e, matches, (size_t)len, (size_t)max);
/openbsd-current/gnu/llvm/lldb/source/Symbol/
H A DSymbolContext.cpp775 const uint32_t matches = sc_list.GetSize();
776 for (uint32_t i = 0; i < matches; ++i) {
794 // matches for these symbols.
/openbsd-current/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc72 // Use the given path verbatim if it contains any slashes; this matches
/openbsd-current/gnu/llvm/llvm/lib/Support/
H A Dregengine.inc296 * earlier position if matches at later positions are impossible. */
601 case OOR1: /* matches null but needs to skip */
813 /* Quickly skip over fixed character matches at the start. */
/openbsd-current/gnu/usr.bin/perl/ext/Pod-Html/t/lib/
H A DTesting.pm177 output. If "got" matches "expected", a PASS is recorded for this instance of
364 F<.pod> file matches the expectation generated by parsing the C<DATA> block

Completed in 435 milliseconds

1234567891011>>