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

12345

/freebsd-11.0-release/contrib/llvm/tools/llvm-cov/
H A DCoverageFilters.cpp20 bool NameCoverageFilter::matches(const coverage::FunctionRecord &Function) { function in class:NameCoverageFilter
26 NameRegexCoverageFilter::matches(const coverage::FunctionRecord &Function) { function in class:NameRegexCoverageFilter
30 bool RegionCoverageFilter::matches(const coverage::FunctionRecord &Function) { function in class:RegionCoverageFilter
35 bool LineCoverageFilter::matches(const coverage::FunctionRecord &Function) { function in class:LineCoverageFilter
44 bool CoverageFilters::matches(const coverage::FunctionRecord &Function) { function in class:CoverageFilters
53 CoverageFiltersMatchAll::matches(const coverage::FunctionRecord &Function) { function in class:CoverageFiltersMatchAll
H A DCoverageFilters.h29 virtual bool matches(const coverage::FunctionRecord &Function) { function in class:llvm::CoverageFilter
/freebsd-11.0-release/contrib/llvm/include/llvm/TableGen/
H A DStringMatcher.h41 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/freebsd-11.0-release/crypto/heimdal/kcm/
H A Dclient.c164 int matches = sscanf(name,"%ld:",&uid); local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArch.cpp86 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DCommandObjectRegexCommand.cpp123 HandleCompletion(Args &input, int &cursor_index, int &cursor_char_position, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueBoolean.cpp91 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueEnumeration.cpp131 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueFileSpec.cpp131 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueFormatEntity.cpp131 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueUUID.cpp80 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DStringLexer.cpp64 bool matches = true; local
H A DSharingPtr.cpp99 uint32_t matches = 0; local
/freebsd-11.0-release/contrib/llvm/lib/Option/
H A DOption.cpp87 bool Option::matches(OptSpecifier Opt) const { function in class:Option
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp82 bool matches; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp188 FileSpecList::GetFilesMatchingPartialPath (const char *path, bool dir_okay, FileSpecList &matches) argument
/freebsd-11.0-release/contrib/gcc/
H A Dgenopinit.c242 int matches = 1; local
/freebsd-11.0-release/contrib/libreadline/examples/
H A Drl-fgets.c306 char ** matches ; local
H A Dfileman.c260 char **matches; local
/freebsd-11.0-release/sys/isa/
H A Disahint.c107 int line, matches, unit; local
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectHelp.cpp86 StringList matches; local
93 StringList matches; local
[all...]
/freebsd-11.0-release/contrib/libarchive/tar/
H A Dsubst.c213 regmatch_t matches[10]; local
[all...]
/freebsd-11.0-release/usr.bin/grep/
H A Dutil.c273 regmatch_t matches[MAX_LINE_MATCHES]; local
437 printline(struct str *line, int sep, regmatch_t *matches, in argument
[all...]
/freebsd-11.0-release/usr.bin/systat/
H A Ddevs.c91 struct devstat_match *matches = NULL; variable in typeref:struct:devstat_match
/freebsd-11.0-release/usr.sbin/iovctl/
H A Dvalidate.c79 parse_vf_num(const char *key, regmatch_t *matches) argument
228 regmatch_t matches[2]; local

Completed in 206 milliseconds

12345