/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | spellcheck-tree.c | 53 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 D | spellcheck.c | 148 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 D | spellcheck-tree.cc | 53 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 D | spellcheck.cc | 163 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 D | expand_test.cpp | 164 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 D | expand.hpp | 67 const T& candidates) in expand_glob()
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/ |
H A D | delete.c | 56 SlapReply *candidates = bc->candidates; in asyncmeta_back_delete_start() local 185 SlapReply *candidates; in asyncmeta_back_delete() local
|
H A D | modrdn.c | 59 SlapReply *candidates = bc->candidates; in asyncmeta_back_modrdn_start() local 256 SlapReply *candidates; in asyncmeta_back_modrdn() local
|
H A D | compare.c | 59 SlapReply *candidates = bc->candidates; in asyncmeta_back_compare_start() local 194 SlapReply *candidates; in asyncmeta_back_compare() local
|
H A D | modify.c | 59 SlapReply *candidates = bc->candidates; in asyncmeta_back_modify_start() local 246 SlapReply *candidates; in asyncmeta_back_modify() local
|
H A D | add.c | 83 SlapReply *candidates = bc->candidates; in asyncmeta_back_add_start() local 251 SlapReply *candidates; in asyncmeta_back_add() local
|
H A D | conn.c | 522 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 D | candidates.c | 231 SlapReply *candidates) in asyncmeta_clear_unused_candidates()
|
H A D | meta_result.c | 57 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 D | search.c | 327 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 D | arm-common.c | 313 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 D | arm-common.cc | 360 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 D | search.c | 79 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 D | candidates.c | 234 SlapReply *candidates = meta_back_candidates_get( op ); in meta_clear_unused_candidates() local
|
H A D | conn.c | 804 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 D | call.cc | 2175 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 D | call.c | 2129 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 D | i386-features.cc | 379 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 D | i386-features.c | 379 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 D | misc.c | 405 gfc_closest_fuzzy_match (const char *typo, char **candidates) in gfc_closest_fuzzy_match()
|