Home
last modified time | relevance | path

Searched refs:node_b (Results 1 – 8 of 8) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Danalysis-plan.cc93 cgraph_node *node_b = cgraph_node::get (fun_b->decl); in cmp_function() local
96 int idx_b = m_index_by_uid[node_b->get_uid ()]; in cmp_function()
/netbsd/external/gpl3/gcc/dist/gcc/analyzer/
H A Danalysis-plan.cc94 cgraph_node *node_b = cgraph_node::get (fun_b->decl); in cmp_function() local
97 int idx_b = m_index_by_uid[node_b->get_uid ()]; in cmp_function()
/netbsd/lib/libc/stdlib/
H A D_env.c101 env_tree_compare_nodes(void *ctx, const void *node_a, const void *node_b) in env_tree_compare_nodes() argument
106 addr_b = (uintptr_t)node_b; in env_tree_compare_nodes()
/netbsd/external/gpl3/gcc/dist/gcc/jit/
H A Djit-playback.cc1127 tree node_b = b->as_tree (); in new_binary_op() local
1128 node_b = fold_const_var (node_b); in new_binary_op()
1175 node_b = as_truth_value (node_b, loc); in new_binary_op()
1181 node_b = as_truth_value (node_b, loc); in new_binary_op()
1197 node_b); in new_binary_op()
1251 tree node_b = b->as_tree (); in new_comparison() local
1252 node_b = fold_const_var (node_b); in new_comparison()
1257 node_b); in new_comparison()
H A Djit-playback.c797 tree node_b = b->as_tree (); in new_binary_op() local
844 node_b = as_truth_value (node_b, loc); in new_binary_op()
850 node_b = as_truth_value (node_b, loc); in new_binary_op()
866 node_b); in new_binary_op()
/netbsd/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.c797 tree node_b = b->as_tree (); in new_binary_op() local
844 node_b = as_truth_value (node_b, loc); in new_binary_op()
850 node_b = as_truth_value (node_b, loc); in new_binary_op()
866 node_b); in new_binary_op()
/netbsd/external/bsd/tre/dist/lib/
H A Dtre-parse.c163 const tre_ast_node_t *node_b = *(tre_ast_node_t * const *)b; in tre_compare_items() local
164 tre_literal_t *l_a = node_a->obj, *l_b = node_b->obj; in tre_compare_items()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc16797 const cpp_hashnode *node_b = *(const cpp_hashnode *const *)b_; in macro_loc_cmp() local
16798 macro_import &import_b = (*macro_imports)[node_b->deferred - 1]; in macro_loc_cmp()