Searched refs:node_b (Results 1 - 7 of 7) sorted by relevance

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

Completed in 179 milliseconds