Home
last modified time | relevance | path

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

/external/valgrind/callgrind/
Dcontext.c147 static Bool is_cxt(UWord hash, fn_node** fn, Context* cxt) in is_cxt() function
244 if ( ((cxt = (*fn)->last_cxt) != 0) && is_cxt(hash, fn, cxt)) { in CLG_()
255 if (is_cxt(hash,fn,cxt)) break; in CLG_()