Searched defs:matches (Results 1 - 25 of 103) sorted by relevance

12345

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp19 bool NameCoverageFilter::matches( function in class:NameCoverageFilter
26 bool NameRegexCoverageFilter::matches( function in class:NameRegexCoverageFilter
36 bool NameWhitelistCoverageFilter::matches( function in class:NameWhitelistCoverageFilter
42 bool RegionCoverageFilter::matches( function in class:RegionCoverageFilter
49 bool LineCoverageFilter::matches( function in class:LineCoverageFilter
60 bool CoverageFilters::matches(const coverage::CoverageMapping &CM, function in class:CoverageFilters
77 bool CoverageFiltersMatchAll::matches( function in class:CoverageFiltersMatchAll
H A DCoverageFilters.h30 virtual bool matches(const coverage::CoverageMapping &CM, function in class:llvm::CoverageFilter
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h40 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DStringLexer.cpp43 bool matches = true; local
H A DSharingPtr.cpp79 uint32_t matches = 0; local
/freebsd-11-stable/crypto/heimdal/kcm/
H A Dclient.c164 int matches = sscanf(name,"%ld:",&uid); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Option/
H A DOption.cpp93 bool Option::matches(OptSpecifier Opt) const { function in class:Option
/freebsd-11-stable/contrib/gcc/
H A Dgenopinit.c242 int matches = 1; local
H A Drecog.h46 int matches; member in struct:operand_alternative
/freebsd-11-stable/contrib/libreadline/examples/
H A Drl-fgets.c306 char ** matches ; local
H A Dfileman.c260 char **matches; local
/freebsd-11-stable/sys/isa/
H A Disahint.c107 int line, matches, unit; local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { function in class:llvm::fuzzerop::SourcePred
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp33 llvm::SmallVector<llvm::StringRef, 4> matches; local
H A DOptionArgParser.cpp217 llvm::SmallVector<llvm::StringRef, 4> matches; local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DFileSpecList.cpp117 GetFilesMatchingPartialPath(const char *path, bool dir_okay, FileSpecList &matches) argument
/freebsd-11-stable/usr.sbin/iovctl/
H A Dvalidate.c79 parse_vf_num(const char *key, regmatch_t *matches) argument
228 regmatch_t matches[2]; local
/freebsd-11-stable/contrib/libarchive/tar/
H A Dsubst.c214 regmatch_t matches[10]; local
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectHelp.cpp98 StringList matches; local
103 StringList matches; local
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Dcompleter.c101 readline_line_completion_function(const char *text, int matches) argument
626 line_completion_function(const char *text, int matches, char *line_buffer, int point) argument
H A Dinterps.c424 char **matches; local
[all...]
/freebsd-11-stable/sys/compat/freebsd32/
H A Dfreebsd32_ioctl.h111 caddr_t32 matches; /* struct pci_conf ptr */ member in struct:pci_conf_io32
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c357 checkmatches(const char *matches, size_t nm, const regmatch_t *pm, argument
400 char *name, *pattern, *input, *matches, *comment; local
[all...]
/freebsd-11-stable/usr.bin/whereis/
H A Dwhereis.c388 regmatch_t matches[2]; local
/freebsd-11-stable/usr.bin/grep/
H A Dgrep.h122 regmatch_t matches[MAX_MATCHES]; /* Matches made */ member in struct:parsec

Completed in 162 milliseconds

12345