Searched refs:cand (Results 51 - 58 of 58) sorted by relevance

123

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree.h4595 extern bool check_lang_type (const_tree cand, const_tree base);
4599 extern bool check_base_type (const_tree cand, const_tree base);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree.h4768 extern bool check_lang_type (const_tree cand, const_tree base);
4772 extern bool check_base_type (const_tree cand, const_tree base);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/dwarf2/
H A Dread.c23027 struct die_info *cand
23029 if (!cand
23030 || !cand->parent
23031 || cand->parent->tag != DW_TAG_subprogram)
23035 get_scope_pc_bounds (cand->parent, &pc_low, &pc_high, cu);
23043 die = cand;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dpt.c2025 tree cand = *iter; local
2037 inform (DECL_SOURCE_LOCATION (cand), "%s %#qD", pfx, cand); local
2440 if (tree cand = most_constrained_function (candidates))
2442 candidates = cand;
2443 TREE_CHAIN (cand) = NULL_TREE;
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dpt.cc2053 tree cand = *iter; local
2065 inform (DECL_SOURCE_LOCATION (cand), "%s %#qD", pfx, cand); local
2481 if (tree cand = most_constrained_function (candidates))
2483 candidates = cand;
2484 TREE_CHAIN (cand) = NULL_TREE;
/netbsd-current/external/gpl3/gdb/dist/gdb/dwarf2/
H A Dread.c22531 struct die_info *cand
22533 if (!cand
22534 || !cand->parent
22535 || cand->parent->tag != DW_TAG_subprogram)
22539 get_scope_pc_bounds (cand->parent, &pc_low, &pc_high, cu);
22547 die = cand;
22519 struct die_info *cand local
/netbsd-current/external/gpl3/gdb.old/dist/sim/frv/
H A Dsem.c692 /* cand: cand$pack $GRi,$GRj,$GRk,$CCi,$cond */
695 SEM_FN_NAME (frvbf,cand) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
28195 { FRVBF_INSN_CAND, SEM_FN_NAME (frvbf,cand) },
/netbsd-current/external/gpl3/gdb/dist/sim/frv/
H A Dsem.c692 /* cand: cand$pack $GRi,$GRj,$GRk,$CCi,$cond */
695 SEM_FN_NAME (frvbf,cand) (SIM_CPU *current_cpu, SEM_ARG sem_arg)
28195 { FRVBF_INSN_CAND, SEM_FN_NAME (frvbf,cand) },

Completed in 428 milliseconds

123