Searched refs:candidates (Results 1 - 25 of 25) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/DataFormatters/
H A DTypeCategory.cpp88 const FormattersMatchVector &candidates,
92 if (GetTypeFormatsContainer()->Get(candidates, entry, reason))
94 bool regex = GetRegexTypeFormatsContainer()->Get(candidates, entry, reason);
101 const FormattersMatchVector &candidates,
105 if (GetTypeSummariesContainer()->Get(candidates, entry, reason))
107 bool regex = GetRegexTypeSummariesContainer()->Get(candidates, entry, reason);
114 const FormattersMatchVector &candidates,
123 if (!GetTypeFiltersContainer()->Get(candidates, filter_sp, &reason_filter))
124 regex_filter = GetRegexTypeFiltersContainer()->Get(candidates, filter_sp,
131 if (!GetTypeSyntheticsContainer()->Get(candidates, synt
87 Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::TypeFormatImplSP &entry, uint32_t *reason) argument
100 Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::TypeSummaryImplSP &entry, uint32_t *reason) argument
113 Get(lldb::LanguageType lang, const FormattersMatchVector &candidates, lldb::SyntheticChildrenSP &entry, uint32_t *reason) argument
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Dcall.c917 struct z_candidate *candidates; local
940 candidates = 0;
967 cand = add_template_candidate (&candidates,
988 candidates = candidates->next;
995 cand = add_function_candidate (&candidates, f, s, arglist,
1019 candidates = splice_viable (candidates, pedantic, &any_viable_p);
1025 cand = tourney (candidates);
1304 /* Add a new entry to the list of candidates
1308 add_candidate(struct z_candidate **candidates, tree fn, tree args, size_t num_convs, conversion **convs, tree access_path, tree conversion_path, int viable) argument
1338 add_function_candidate(struct z_candidate **candidates, tree fn, tree ctype, tree arglist, tree access_path, tree conversion_path, int flags) argument
1479 add_conv_candidate(struct z_candidate **candidates, tree fn, tree obj, tree arglist, tree access_path, tree conversion_path) argument
1548 build_builtin_candidate(struct z_candidate **candidates, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
1636 add_builtin_candidate(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree type1, tree type2, tree *args, tree *argtypes, int flags) argument
2049 add_builtin_candidates(struct z_candidate **candidates, enum tree_code code, enum tree_code code2, tree fnname, tree *args, int flags) argument
2222 add_template_candidate_real(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, tree obj, unification_kind_t strict) argument
2321 add_template_candidate(struct z_candidate **candidates, tree tmpl, tree ctype, tree explicit_targs, tree arglist, tree return_type, tree access_path, tree conversion_path, int flags, unification_kind_t strict) argument
2335 add_template_conv_candidate(struct z_candidate **candidates, tree tmpl, tree obj, tree arglist, tree return_type, tree access_path, tree conversion_path) argument
2454 print_z_candidates(struct z_candidate *candidates) argument
2543 struct z_candidate *candidates, *cand; local
2759 perform_overload_resolution(tree fn, tree args, struct z_candidate **candidates, bool *any_viable_p) argument
2806 struct z_candidate *candidates, *cand; local
2876 struct z_candidate *candidates; local
2970 struct z_candidate *candidates = 0, *cand; local
3206 struct z_candidate *candidates = 0; local
3616 add_candidates(tree fns, tree args, tree explicit_targs, bool template_only, tree conversion_path, tree access_path, int flags, struct z_candidate **candidates) argument
3677 struct z_candidate *candidates = 0, *cand; local
3753 flags, &candidates); local
5364 struct z_candidate *candidates = 0, *cand; local
6380 tourney(struct z_candidate *candidates) argument
[all...]
H A Dclass.c1849 tree candidates;
1877 tree *candidate = &ffod->candidates;
1879 /* Remove any candidates overridden by this new function. */
1894 ffod->candidates = tree_cons (method, binfo, ffod->candidates);
1958 ffod.candidates = NULL_TREE;
1967 if (!ffod.candidates || TREE_CHAIN (ffod.candidates))
1970 return ffod.candidates;
1845 tree candidates; member in struct:find_final_overrider_data_s
H A Dpt.c1337 const char *str = "candidates are:";
1384 tree candidates = NULL_TREE; local
1508 candidates = tree_cons (NULL_TREE, fn, candidates);
1573 candidates = tree_cons (NULL_TREE, fn, candidates);
1618 if (templates == NULL_TREE && candidates == NULL_TREE)
1625 || (candidates && TREE_CHAIN (candidates))
1626 || (templates && candidates))
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.h126 std::set<ConstString> &candidates);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h287 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
290 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
293 bool Get(lldb::LanguageType lang, const FormattersMatchVector &candidates,
H A DFormattersContainer.h311 bool Get(const FormattersMatchVector &candidates, MapValueType &entry, argument
313 for (const FormattersMatchCandidate &candidate : candidates) {
/freebsd-11-stable/contrib/libgnuregex/
H A Dregexec.c96 const re_node_set *candidates)
112 const re_node_set *candidates,
118 int str_idx, const re_node_set *candidates)
1793 const re_node_set *candidates;
1794 candidates = ((mctx->state_log[str_idx] == NULL) ? NULL
1801 if (candidates)
1805 err = add_epsilon_src_nodes (dfa, dest_nodes, candidates);
1812 err = check_subexp_limits (dfa, dest_nodes, candidates, &sctx->limits,
1824 if (candidates && mctx->state_log[str_idx]->has_backref)
1826 err = sift_states_bkref (mctx, sctx, str_idx, candidates);
1790 const re_node_set *candidates; local
1832 add_epsilon_src_nodes(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates) argument
1861 sub_epsilon_src_nodes(const re_dfa_t *dfa, int node, re_node_set *dest_nodes, const re_node_set *candidates) argument
2057 check_subexp_limits(const re_dfa_t *dfa, re_node_set *dest_nodes, const re_node_set *candidates, re_node_set *limits, struct re_backref_cache_entry *bkref_ents, int str_idx) argument
2145 sift_states_bkref(const re_match_context_t *mctx, re_sift_context_t *sctx, int str_idx, const re_node_set *candidates) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp1738 std::vector<Address> candidates, within_function, outside_function; local
1748 candidates = within_function;
1750 candidates = outside_function;
1753 if (candidates.empty()) {
1769 Address dest = candidates[0];
1770 if (warnings && candidates.size() > 1) {
1775 DumpAddressList(sstr, candidates, target);
/freebsd-11-stable/contrib/gcc/
H A Dbb-reorder.c1987 bitmap candidates;
2005 candidates = BITMAP_ALLOC (NULL);
2009 mark it in the candidates. */
2049 bitmap_set_bit (candidates, bb->index);
2053 if (bitmap_empty_p (candidates))
2074 if (!bitmap_bit_p (candidates, single_succ (bb)->index))
2086 BITMAP_FREE (candidates);
1986 bitmap candidates; local
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dwnm_sta.c654 if (info->candidates[i].is_accept) {
656 info->candidates[i].bssid);
668 info->candidates[i].bssid);
684 info->candidates[i].bssid, ETH_ALEN) == 0)
686 *reason = info->candidates[i].reject_reason;
697 os_free(info->candidates);
984 break; /* no more room for candidates */
1300 "WNM: Fetch current scan results from the driver for checking transition candidates");
1354 "WNM: Comparison of scan results against transition candidates did not find matches");
1505 "WNM: Candidate list included bit is set, but no candidates foun
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaCast.cpp409 OverloadCandidateSet &candidates = sequence.getFailedCandidateSet(); local
417 if (candidates.empty())
435 candidates.NoteCandidates(
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dconflicts.c3887 apr_array_header_t *candidates;
3893 SVN_ERR(svn_wc__db_find_repos_node_in_wc(&candidates, wc_ctx->db, victim_abspath,
3897 /* Find a "useful move target" node in our set of candidates.
3899 * unlikely candidates, and return the first node which is "good enough".
3906 * If multiple candidates match these criteria, choose the one which
3909 for (i = 0; i < candidates->nelts; i++)
3924 local_abspath = APR_ARRAY_IDX(candidates, i, const char *);
3885 apr_array_header_t *candidates; local
/freebsd-11-stable/contrib/subversion/subversion/libsvn_client/
H A Dconflicts.c2626 collect_sibling_move_candidates(apr_array_header_t *candidates,
2643 apr_array_cat(candidates, abspaths);
2652 SVN_ERR(collect_sibling_move_candidates(candidates, victim_abspath,
2898 apr_array_header_t *candidates;
2956 candidates = apr_array_make(iterpool, 1, sizeof(const char *));
2957 SVN_ERR(collect_sibling_move_candidates(candidates, victim_abspath,
2964 for (j = 0; j < candidates->nelts; j++)
2971 candidate_abspath = APR_ARRAY_IDX(candidates, j, const char *);
2624 collect_sibling_move_candidates(apr_array_header_t *candidates, const char *victim_abspath, svn_node_kind_t victim_kind, struct repos_move_info *move, svn_client_ctx_t *ctx, apr_pool_t *result_pool, apr_pool_t *scratch_pool) argument
2896 apr_array_header_t *candidates; local
/freebsd-11-stable/contrib/wpa/src/drivers/
H A Ddriver.h2168 } *candidates; member in struct:wpa_bss_candidate_info
4181 * candidates.
4339 * This event can be used to inform wpa_supplicant about candidates for
4344 * to add pre-authentication candidates. union
4347 * strength, in order to try to pre-authenticate first with candidates
/freebsd-11-stable/contrib/binutils/
H A Dltmain.sh5203 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
5205 $ECHO "*** with $libname and none of the candidates passed a file format test"
5254 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
5256 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh691 (including alpha, beta and release candidates)
/freebsd-11-stable/contrib/ldns/
H A Dltmain.sh7852 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7854 $ECHO "*** with $libname and none of the candidates passed a file format test"
7906 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7908 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/contrib/openbsm/config/
H A Dltmain.sh7897 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7899 $ECHO "*** with $libname and none of the candidates passed a file format test"
7951 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7953 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/crypto/heimdal/
H A Dltmain.sh7831 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
7833 $ECHO "*** with $libname and none of the candidates passed a file format test"
7885 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
7887 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dltmain.sh9338 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9340 $ECHO "*** with $libname and none of the candidates passed a file format test"
9392 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9394 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/contrib/openpam/
H A Dltmain.sh9338 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9340 $ECHO "*** with $libname and none of the candidates passed a file format test"
9392 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9394 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/contrib/file/
H A Dltmain.sh9352 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9354 $ECHO "*** with $libname and none of the candidates passed a file format test"
9406 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9408 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/contrib/unbound/
H A Dltmain.sh9340 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9342 $ECHO "*** with $libname and none of the candidates passed a file format test"
9394 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9396 $ECHO "*** with $libname and none of the candidates passed a file format test"
/freebsd-11-stable/contrib/sqlite3/
H A Dltmain.sh9347 $ECHO "*** with $libname but no candidates were found. (...for file magic test)"
9349 $ECHO "*** with $libname and none of the candidates passed a file format test"
9401 $ECHO "*** with $libname but no candidates were found. (...for regex pattern test)"
9403 $ECHO "*** with $libname and none of the candidates passed a file format test"

Completed in 945 milliseconds