Home
last modified time | relevance | path

Searched refs:indx_expr (Results 1 – 2 of 2) sorted by relevance

/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DPathTree.cc80 indx_expr = NULL; in construct()
142 indx_expr = dbeSession->getIndexSpaceExpr (indxtype); in init()
363 if (indx_expr != NULL) in find_path()
366 uint64_t idx = indx_expr->eval (&ctx); in find_path()
652 if (indx_expr != NULL) in process_packets()
660 if (indx_expr != NULL) in get_filtered_events()
H A DPathTree.h172 Expression *indx_expr; variable