Home
last modified time | relevance | path

Searched refs:cur_obj (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DPathTree.cc367 Histable *cur_obj = dbeSession->createIndexObject (indxtype, idx); in find_path() local
368 cur_obj->set_name_from_context (&ctx); in find_path()
369 NodeIdx dsc_idx = find_in_desc_htable (root_idx, cur_obj, true); in find_path()
1400 Histable *cur_obj = get_hist_obj (node); in get_metrics() local
1401 obj_list[dpth] = cur_obj; in get_metrics()
1406 if (cur_obj == obj_list[i]) in get_metrics()
1420 cur_obj = get_compare_obj (cur_obj); in get_metrics()
1421 Hist_data::HistItem *hi = hist_data->append_hist_item (cur_obj); in get_metrics()
1478 Histable *cur_obj; in get_clr_metrics() local
1481 cur_obj = get_hist_func_obj (node); in get_clr_metrics()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc367 Histable *cur_obj = dbeSession->createIndexObject (indxtype, idx); in find_path() local
368 cur_obj->set_name_from_context (&ctx); in find_path()
369 NodeIdx dsc_idx = find_in_desc_htable (root_idx, cur_obj, true); in find_path()
1400 Histable *cur_obj = get_hist_obj (node); in get_metrics() local
1401 obj_list[dpth] = cur_obj; in get_metrics()
1406 if (cur_obj == obj_list[i]) in get_metrics()
1420 cur_obj = get_compare_obj (cur_obj); in get_metrics()
1421 Hist_data::HistItem *hi = hist_data->append_hist_item (cur_obj); in get_metrics()
1478 Histable *cur_obj; in get_clr_metrics() local
1481 cur_obj = get_hist_func_obj (node); in get_clr_metrics()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstexpr.c2470 tree cur_obj = TREE_VEC_ELT (ctx->call->bindings, 0); in cxx_eval_call_expression() local
2471 STRIP_NOPS (cur_obj); in cxx_eval_call_expression()
2472 if (TREE_CODE (cur_obj) == ADDR_EXPR) in cxx_eval_call_expression()
2473 cur_obj = TREE_OPERAND (cur_obj, 0); in cxx_eval_call_expression()
2474 if (new_obj == cur_obj) in cxx_eval_call_expression()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstexpr.cc2722 tree cur_obj = TREE_VEC_ELT (ctx->call->bindings, 0); in cxx_eval_call_expression() local
2723 STRIP_NOPS (cur_obj); in cxx_eval_call_expression()
2724 if (TREE_CODE (cur_obj) == ADDR_EXPR) in cxx_eval_call_expression()
2725 cur_obj = TREE_OPERAND (cur_obj, 0); in cxx_eval_call_expression()
2726 if (new_obj == cur_obj) in cxx_eval_call_expression()