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

1234

/freebsd-10.3-release/contrib/llvm/include/llvm/TableGen/
H A DStringMatcher.h40 StringMatcher(StringRef strVariableName, const std::vector<StringPair> &matches, raw_ostream &os) argument
/freebsd-10.3-release/contrib/llvm/lib/Option/
H A DOption.cpp87 bool Option::matches(OptSpecifier Opt) const { function in class:Option
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DOptionValueArch.cpp89 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.cpp89 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueEnumeration.cpp134 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueFileSpec.cpp128 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DOptionValueUUID.cpp78 AutoComplete(CommandInterpreter &interpreter, const char *s, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
/freebsd-10.3-release/crypto/heimdal/kcm/
H A Dclient.c164 int matches = sscanf(name,"%ld:",&uid); local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Breakpoint/
H A DBreakpointResolver.cpp83 bool matches; local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectPlugin.cpp51 HandleArgumentCompletion(Args &input, int &cursor_index, int &cursor_char_position, OptionElementVector &opt_element_vector, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
H A DCommandObjectHelp.cpp85 StringList matches; local
92 StringList matches; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Core/
H A DFileSpecList.cpp188 FileSpecList::GetFilesMatchingPartialPath (const char *path, bool dir_okay, FileSpecList &matches) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Utility/
H A DSharingPtr.cpp97 uint32_t matches = 0; local
/freebsd-10.3-release/contrib/gcc/
H A Dgenopinit.c242 int matches = 1; local
H A Drecog.h46 int matches; member in struct:operand_alternative
/freebsd-10.3-release/contrib/libreadline/examples/
H A Drl-fgets.c306 char ** matches ; local
H A Dfileman.c260 char **matches; local
/freebsd-10.3-release/sys/isa/
H A Disahint.c107 int line, matches, unit; local
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DTypeCategoryMap.cpp193 FormattersMatchVector matches = FormatManager::GetPossibleMatches(valobj, use_dynamic); local
221 FormattersMatchVector matches = FormatManager::GetPossibleMatches(valobj, use_dynamic); local
251 FormattersMatchVector matches = FormatManager::GetPossibleMatches(valobj, use_dynamic); local
/freebsd-10.3-release/contrib/libarchive/tar/
H A Dsubst.c213 regmatch_t matches[10]; local
[all...]
/freebsd-10.3-release/usr.bin/systat/
H A Ddevs.c91 struct devstat_match *matches = NULL; variable in typeref:struct:devstat_match
/freebsd-10.3-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-10.3-release/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c359 checkmatches(const char *matches, size_t nm, const regmatch_t *pm, argument
406 char *name, *pattern, *input, *matches, *comment; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DFormatManager.h221 FormattersMatchVector matches; local

Completed in 251 milliseconds

1234