Home | History | Annotate | Download | only in libutil++

Lines Matching refs:linenr

220  * linenr info, if we can't get a valid line number.  Problem uncovered
222 * application, the number of failure to retrieve linenr info from 835
232 unsigned int linenr;
249 &linenr);
251 if (ret && cfilename && function && linenr != 0
254 *line = linenr;
614 unsigned int linenr = 0;
646 &function, &linenr);
653 * but if the linenr is non-zero in the inline case, it is the correct
656 if (linenr == 0 && !is_correct_function(function, sym.name()))
659 if (linenr == 0) {
661 &linenr);
666 info.line = linenr;