Searched refs:matches (Results 101 - 125 of 178) sorted by relevance

12345678

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp139 if (A->getOption().matches(options::OPT_mcpu_EQ) &&
216 if ((A->getOption().matches(options::OPT_Wl_COMMA) ||
217 A->getOption().matches(options::OPT_Xlinker)) &&
234 if (A->getOption().matches(options::OPT_Wp_COMMA) &&
249 if (A->getOption().matches(options::OPT_l)) {
268 if (A->getOption().matches(options::OPT__DASH_DASH)) {
479 if (A->getOption().matches(options::OPT_arch)) {
668 // return an answer which matches our definition of __VERSION__.
866 if (A->getOption().matches(options::OPT_arch)) {
922 if (A && !A->getOption().matches(option
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/
H A DASTMatchFinder.cpp10 // Implements an algorithm to efficiently search for matches on AST nodes.
11 // Uses memoization to support recursive matches like HasDescendant.
82 // Creates an AST visitor that matches 'matcher' on all children or
241 // Sets 'Matched' to true if 'Matcher' matches 'Node' and:
253 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder,
261 if (Matcher->matches(ast_type_traits::DynTypedNode::create(Node), Finder,
357 // find out whether the type name matches.
452 // result callback for every node that matches.
460 if (I->first.matches(Node, this, &Builder)) {
481 // Returns whether an ancestor of \p Node matches \
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObject.cpp337 // A NULL or empty string matches everything.
350 StringList &matches)
360 matches.AppendString((*matching_cmds).first.c_str());
375 StringList &matches
385 matches.Clear();
420 matches);
422 return matches.GetSize();
433 matches);
349 AddNamesMatchingPartialString(CommandObject::CommandMap &in_map, const char *cmd_str, StringList &matches) argument
/freebsd-10.3-release/contrib/wpa/src/ap/
H A Dgas_serv.c296 } matches[10]; local
347 matches[num_matching].realm_data_idx =
349 matches[num_matching].realm_idx = k;
369 matches[i].realm_data_idx, matches[i].realm_idx);
370 realm = &hapd->conf->nai_realm_data[matches[i].realm_data_idx];
371 anqp_add_nai_realm_data(buf, realm, matches[i].realm_idx);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp366 StringList &matches)
379 matches);
380 return matches.GetSize();
510 result.GetErrorStream().Printf ("error: unable to find any variable expression path that matches '%s'\n", name_cstr);
359 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 DCommandObjectPlatform.cpp214 StringList &matches)
225 matches);
226 return matches.GetSize();
1455 const uint32_t matches = platform_sp->FindProcesses (m_options.match_info, proc_infos); local
1471 if (matches == 0)
1485 matches,
1486 matches > 1 ? "es were" : " was",
1494 for (uint32_t i=0; i<matches; ++i)
1856 StringList &matches)
1890 matches
208 HandleCompletion(Args &input, int &cursor_index, int &cursor_char_position, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
1848 HandleOptionArgumentCompletion(Args &input, int cursor_index, int char_pos, OptionElementVector &opt_element_vector, int opt_element_index, int match_start_point, int max_return_elements, bool &word_complete, StringList &matches) argument
[all...]
H A DCommandObjectTarget.cpp209 StringList &matches)
221 matches);
222 return matches.GetSize();
851 size_t matches = 0; local
863 matches = target->GetImages().FindGlobalVariables (regex,
876 matches = variable_list.GetSize();
879 if (matches == 0)
887 for (uint32_t global_idx=0; global_idx<matches; ++global_idx)
2012 StringList &matches)
2025 matches);
202 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
2005 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
2068 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
2638 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
4317 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
[all...]
H A DCommandObjectCommands.cpp281 StringList &matches)
293 matches);
294 return matches.GetSize();
897 "expression input and substitute the captured matches in the output using %1\n"
1421 StringList &matches)
1433 matches);
1434 return matches.GetSize();
274 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
1414 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
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Core/
H A DArchSpec.h179 StringList &matches);
H A DLog.h114 StringList &matches);
H A DPluginManager.h248 StringList &matches);
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Disassembler/llvm/
H A DDisassemblerLLVMC.cpp377 RegularExpression::Match matches(3);
379 if (s_regex.Execute(out_string, &matches))
381 matches.GetMatchAtIndex(out_string, 1, m_opcode_name);
382 matches.GetMatchAtIndex(out_string, 2, m_mnemonics);
/freebsd-10.3-release/contrib/bmake/unit-tests/
H A Ddotwait.mk25 # lexical ordering of the target names matches the expected order
/freebsd-10.3-release/contrib/dialog/
H A Dfselect.c357 char **matches = dlg_malloc(char *, (size_t) (d_list->length + f_list->length)); local
362 matches[data_len++] = d_list->data[i];
367 matches[data_len++] = f_list->data[i];
370 matches = dlg_realloc(char *, data_len + 1, matches);
371 match_list->data = matches;
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DCompilerInvocation.cpp75 if (A->getOption().matches(options::OPT_O0))
78 if (A->getOption().matches(options::OPT_Ofast))
81 assert (A->getOption().matches(options::OPT_O));
95 if (A->getOption().matches(options::OPT_O)) {
511 if (A->getOption().matches(OPT_fpcc_struct_return)) {
514 assert(A->getOption().matches(OPT_freg_struct_return));
565 if (A->getOption().matches(OPT_fdiagnostics_show_note_include_stack))
938 if ((*it)->getOption().matches(OPT_index_header_map)) {
948 /*IsFramework=*/ (*it)->getOption().matches(OPT_F), true);
958 if (A->getOption().matches(OPT_iprefi
[all...]
/freebsd-10.3-release/contrib/gcc/
H A Dregrename.c793 int matches = recog_op_alt[i][alt].matches; local
794 if (matches >= 0)
795 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
796 if (matches >= 0 || recog_op_alt[i][alt].matched >= 0
1628 int matches = recog_op_alt[i][alt].matches;
1629 if (matches >= 0)
1630 recog_op_alt[i][alt].cl = recog_op_alt[matches][alt].cl;
1631 if (matches >
1627 int matches = recog_op_alt[i][alt].matches; local
[all...]
H A Dopts.c100 the struct definition matches the base name of the source file
277 int matches, int result)
291 matches ? "bas" : "hdr",
299 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
300 dump_struct_debug (type, usage, criterion, generic, matches, result)
304 #define DUMP_GSTRUCT(type, usage, criterion, generic, matches, result) \
275 dump_struct_debug(tree type, enum debug_info_usage usage, enum debug_struct_file criterion, int generic, int matches, int result) argument
/freebsd-10.3-release/contrib/bmake/
H A Dvar.c271 regmatch_t *matches; member in struct:__anon706
360 * and substitute the short version in for 'name' if it matches one of
1316 * Place the word in the buffer if it matches the given pattern.
1322 * before adding the word, if it matches
1356 * Place the word in the buffer if it matches the given pattern.
1363 * before adding the word, if it matches
1413 * before adding the word, if it matches
1482 * Anchored at start and beginning of word matches pattern
1487 * Also anchored at end and matches to the end (word
1686 xrv = regexec(&pat->re, wp, pat->nsub, pat->matches, flag
[all...]
/freebsd-10.3-release/sys/cam/
H A Dcam_xpt.c628 * and check to see whether it matches the unit passed
1200 * If there are no match entries, then this bus matches no
1312 * If there are no match entries, then this device matches no
1433 * If there are no match entries, then this peripheral matches no
1583 cdm->matches[j].type = DEV_MATCH_BUS;
1584 cdm->matches[j].result.bus_result.path_id = bus->path_id;
1585 cdm->matches[j].result.bus_result.bus_id = bus->sim->bus_id;
1586 cdm->matches[j].result.bus_result.unit_number =
1588 strncpy(cdm->matches[j].result.bus_result.dev_name,
1722 cdm->matches[
[all...]
/freebsd-10.3-release/contrib/less/
H A Dsearch.c626 * Report matches, even if we're hiding highlights.
970 * Make a hilite for each string in a physical line which matches
990 * look for further matches and mark them.
1172 search_range(pos, endpos, search_type, matches, maxlines, plinepos, pendpos)
1176 int matches;
1216 return (matches);
1250 return (matches);
1280 * Check to see if the line matches the filter pattern.
1318 * We are supposed to find all matches in the range.
1319 * Just add the matches i
[all...]
/freebsd-10.3-release/contrib/atf/atf-sh/
H A Datf-check.cpp616 std::cerr << "Fail: " << stdxxx << " matches golden output\n";
635 std::cerr << "Fail: " << stdxxx << " matches expected value\n";
641 const bool matches = grep_file(path, oc.value); local
642 if (!oc.negated && !matches) {
647 } else if (oc.negated && matches) {
/freebsd-10.3-release/usr.sbin/usbconfig/
H A Dusbconfig.c315 uint32_t matches = 0; local
381 matches++;
518 if (matches == 0) {
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_match.c49 int matches; member in struct:match
697 if (match->matches == 0 &&
702 match->matches++;
725 if (match->matches > 0 &&
729 match->matches++;
743 * This is a little odd, but it matches the default behavior of
849 if (m->matches)
1763 m->matches++;
1784 m->matches++;
/freebsd-10.3-release/contrib/nvi/ex/
H A Dex_cscope.c465 int force, istmp, matches; local
513 matches = 0;
526 if (parse(sp, csc, tqp, &matches))
530 if (matches == 0) {
531 msgq(sp, M_INFO, "278|No matches for query");
908 * the candidate which matches the structure or the number.
/freebsd-10.3-release/contrib/ncurses/progs/
H A Dtic.c434 matches(char **needle, const char *haystack) function
720 if (matches(namelst, qp->tterm.term_names)) {
737 if (matches(namelst, qp->tterm.term_names))
745 if (matches(namelst, qp->tterm.term_names)) {

Completed in 403 milliseconds

12345678