Home
last modified time | relevance | path

Searched defs:candidates (Results 1 – 25 of 74) sorted by relevance

123

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dspellcheck-tree.c53 find_closest_identifier (tree target, const auto_vec<tree> *candidates) in find_closest_identifier()
80 auto_vec<tree> candidates; in test_find_closest_identifier() local
H A Dspellcheck.c148 const auto_vec<const char *> *candidates) in find_closest_string()
304 auto_vec<const char *> candidates; in assert_suggested_for() local
322 auto_vec<const char *> candidates; in assert_not_suggested_for() local
391 auto_vec<const char *> candidates; in test_find_closest_string() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dspellcheck-tree.cc53 find_closest_identifier (tree target, const auto_vec<tree> *candidates) in find_closest_identifier()
80 auto_vec<tree> candidates; in test_find_closest_identifier() local
H A Dspellcheck.cc163 const auto_vec<const char *> *candidates) in find_closest_string()
322 auto_vec<const char *> candidates; in assert_suggested_for() local
340 auto_vec<const char *> candidates; in assert_not_suggested_for() local
409 auto_vec<const char *> candidates; in test_find_closest_string() local
/netbsd-src/external/bsd/atf/dist/tools/
H A Dexpand_test.cpp164 std::vector< std::string > candidates; in ATF_TEST_CASE_BODY() local
233 std::vector< std::string > candidates; in ATF_TEST_CASE_BODY() local
H A Dexpand.hpp67 const T& candidates) in expand_glob()
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Ddelete.c56 SlapReply *candidates = bc->candidates; in asyncmeta_back_delete_start() local
185 SlapReply *candidates; in asyncmeta_back_delete() local
H A Dmodrdn.c59 SlapReply *candidates = bc->candidates; in asyncmeta_back_modrdn_start() local
256 SlapReply *candidates; in asyncmeta_back_modrdn() local
H A Dcompare.c59 SlapReply *candidates = bc->candidates; in asyncmeta_back_compare_start() local
194 SlapReply *candidates; in asyncmeta_back_compare() local
H A Dmodify.c59 SlapReply *candidates = bc->candidates; in asyncmeta_back_modify_start() local
246 SlapReply *candidates; in asyncmeta_back_modify() local
H A Dadd.c83 SlapReply *candidates = bc->candidates; in asyncmeta_back_add_start() local
251 SlapReply *candidates; in asyncmeta_back_add() local
H A Dconn.c522 SlapReply *candidates, in asyncmeta_getconn()
1029 int asyncmeta_start_listeners(a_metaconn_t *mc, SlapReply *candidates, bm_context_t *bc) in asyncmeta_start_listeners()
1039 SlapReply *candidates, in asyncmeta_start_one_listener()
H A Dcandidates.c231 SlapReply *candidates) in asyncmeta_clear_unused_candidates()
H A Dmeta_result.c57 SlapReply *candidates = bc->candidates; in asyncmeta_is_last_result() local
500 SlapReply *candidates = bc->candidates; in asyncmeta_search_last_result() local
748 SlapReply *candidates; in asyncmeta_handle_search_msg() local
1389 SlapReply *candidates; in asyncmeta_op_read_error() local
H A Dsearch.c327 SlapReply *candidates = bc->candidates; in asyncmeta_back_search_start() local
684 SlapReply *candidates = NULL; in asyncmeta_back_search() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/arm/
H A Darm-common.c313 auto_vec<const char*> candidates; in arm_print_hint_for_cpu_option() local
386 auto_vec<const char*> candidates; in arm_print_hint_for_arch_option() local
439 auto_vec<const char*> candidates; in arm_print_hint_for_fpu_option() local
487 auto_vec<const char*> candidates; in arm_unrecognized_feature() local
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/arm/
H A Darm-common.cc360 auto_vec<const char*> candidates; in arm_print_hint_for_cpu_option() local
433 auto_vec<const char*> candidates; in arm_print_hint_for_arch_option() local
486 auto_vec<const char*> candidates; in arm_print_hint_for_fpu_option() local
534 auto_vec<const char*> candidates; in arm_unrecognized_feature() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c79 SlapReply *candidates ) in meta_search_dobind_init()
368 SlapReply *candidates, in meta_search_dobind_result()
440 SlapReply *candidates, in meta_back_search_start()
795 SlapReply *candidates = NULL; in meta_back_search() local
H A Dcandidates.c234 SlapReply *candidates = meta_back_candidates_get( op ); in meta_clear_unused_candidates() local
H A Dconn.c804 SlapReply *candidates = meta_back_candidates_get( op ); in meta_back_retry() local
1098 SlapReply *candidates = meta_back_candidates_get( op ); in meta_back_getconn() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcall.cc2175 add_candidate (struct z_candidate **candidates, in add_candidate()
2319 add_function_candidate (struct z_candidate **candidates, in add_function_candidate()
2526 add_conv_candidate (struct z_candidate **candidates, tree fn, tree obj, in add_conv_candidate()
2617 build_builtin_candidate (struct z_candidate **candidates, tree fnname, in build_builtin_candidate()
2724 add_builtin_candidate (struct z_candidate **candidates, enum tree_code code, in add_builtin_candidate()
3210 add_builtin_candidates (struct z_candidate **candidates, enum tree_code code, in add_builtin_candidates()
3393 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, in add_template_candidate_real()
3635 add_template_candidate (struct z_candidate **candidates, tree tmpl, tree ctype, in add_template_candidate()
3657 add_template_conv_candidate (struct z_candidate **candidates, tree tmpl, in add_template_conv_candidate()
3972 print_z_candidates (location_t loc, struct z_candidate *candidates) in print_z_candidates()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcall.c2129 add_candidate (struct z_candidate **candidates, in add_candidate()
2216 add_function_candidate (struct z_candidate **candidates, in add_function_candidate()
2462 add_conv_candidate (struct z_candidate **candidates, tree fn, tree obj, in add_conv_candidate()
2553 build_builtin_candidate (struct z_candidate **candidates, tree fnname, in build_builtin_candidate()
2660 add_builtin_candidate (struct z_candidate **candidates, enum tree_code code, in add_builtin_candidate()
3140 add_builtin_candidates (struct z_candidate **candidates, enum tree_code code, in add_builtin_candidates()
3321 add_template_candidate_real (struct z_candidate **candidates, tree tmpl, in add_template_candidate_real()
3497 add_template_candidate (struct z_candidate **candidates, tree tmpl, tree ctype, in add_template_candidate()
3517 add_template_conv_candidate (struct z_candidate **candidates, tree tmpl, in add_template_conv_candidate()
3824 print_z_candidates (location_t loc, struct z_candidate *candidates) in print_z_candidates()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-features.cc379 scalar_chain::analyze_register_chain (bitmap candidates, df_ref ref) in analyze_register_chain()
426 scalar_chain::add_insn (bitmap candidates, unsigned int insn_uid) in add_insn()
458 scalar_chain::build (bitmap candidates, unsigned insn_uid) in build()
1592 timode_check_non_convertible_regs (bitmap candidates, bitmap regs, in timode_check_non_convertible_regs()
1633 timode_remove_non_convertible_regs (bitmap candidates) in timode_remove_non_convertible_regs()
1705 bitmap_head candidates[3]; /* { SImode, DImode, TImode } */ in convert_scalars_to_vector() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-features.c379 scalar_chain::analyze_register_chain (bitmap candidates, df_ref ref) in analyze_register_chain()
426 scalar_chain::add_insn (bitmap candidates, unsigned int insn_uid) in add_insn()
458 scalar_chain::build (bitmap candidates, unsigned insn_uid) in build()
1501 timode_check_non_convertible_regs (bitmap candidates, bitmap regs, in timode_check_non_convertible_regs()
1542 timode_remove_non_convertible_regs (bitmap candidates) in timode_remove_non_convertible_regs()
1613 bitmap_head candidates[3]; /* { SImode, DImode, TImode } */ in convert_scalars_to_vector() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dmisc.c405 gfc_closest_fuzzy_match (const char *typo, char **candidates) in gfc_closest_fuzzy_match()

123