HomeSort by: relevance | last modified time | path
    Searched defs:node_b (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
analysis-plan.cc 93 cgraph_node *node_b = cgraph_node::get (fun_b->decl); local
96 int idx_b = m_index_by_uid[node_b->get_uid ()];
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
analysis-plan.cc 94 cgraph_node *node_b = cgraph_node::get (fun_b->decl); local
97 int idx_b = m_index_by_uid[node_b->get_uid ()];
  /src/external/bsd/tre/dist/lib/
tre-parse.c 163 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;
  /src/external/gpl3/gcc/dist/gcc/jit/
jit-playback.cc 1275 tree node_b = b->as_tree (); local
1276 node_b = fold_const_var (node_b);
1323 node_b = as_truth_value (node_b, loc);
1329 node_b = as_truth_value (node_b, loc);
1345 node_b);
1399 tree node_b = b->as_tree (); local
1400 node_b = fold_const_var (node_b)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/jit/
jit-playback.cc 1127 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 = fold_const_var (node_b)
    [all...]

Completed in 56 milliseconds