HomeSort by: relevance | last modified time | path
    Searched refs:cur_obj (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/binutils/dist/gprofng/src/
PathTree.cc 367 Histable *cur_obj = dbeSession->createIndexObject (indxtype, idx); local
368 cur_obj->set_name_from_context (&ctx);
369 NodeIdx dsc_idx = find_in_desc_htable (root_idx, cur_obj, true);
1400 Histable *cur_obj = get_hist_obj (node); local
1401 obj_list[dpth] = cur_obj;
1406 if (cur_obj == obj_list[i])
1420 cur_obj = get_compare_obj (cur_obj);
1421 Hist_data::HistItem *hi = hist_data->append_hist_item (cur_obj);
1478 Histable *cur_obj; local
1571 Histable *cur_obj = get_hist_obj (node); local
1628 Histable *cur_obj = get_hist_obj (node); local
2109 Histable *cur_obj = get_hist_obj (node); local
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
PathTree.cc 367 Histable *cur_obj = dbeSession->createIndexObject (indxtype, idx); local
368 cur_obj->set_name_from_context (&ctx);
369 NodeIdx dsc_idx = find_in_desc_htable (root_idx, cur_obj, true);
1400 Histable *cur_obj = get_hist_obj (node); local
1401 obj_list[dpth] = cur_obj;
1406 if (cur_obj == obj_list[i])
1420 cur_obj = get_compare_obj (cur_obj);
1421 Hist_data::HistItem *hi = hist_data->append_hist_item (cur_obj);
1478 Histable *cur_obj; local
1571 Histable *cur_obj = get_hist_obj (node); local
1628 Histable *cur_obj = get_hist_obj (node); local
2109 Histable *cur_obj = get_hist_obj (node); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc 2722 tree cur_obj = TREE_VEC_ELT (ctx->call->bindings, 0); local
2723 STRIP_NOPS (cur_obj);
2724 if (TREE_CODE (cur_obj) == ADDR_EXPR)
2725 cur_obj = TREE_OPERAND (cur_obj, 0);
2726 if (new_obj == cur_obj)
  /src/external/gpl3/gcc/dist/gcc/cp/
constexpr.cc 3184 tree cur_obj = TREE_VEC_ELT (ctx->call->bindings, 0);
3185 STRIP_NOPS (cur_obj);
3186 if (TREE_CODE (cur_obj) == ADDR_EXPR)
3187 cur_obj = TREE_OPERAND (cur_obj, 0);
3188 if (new_obj == cur_obj)

Completed in 41 milliseconds