Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp672 for (uint32_t lineNum : b.lines) { in collectFunction() local
673 LineInfo &line = si.lines[lineNum]; in collectFunction()
716 if (b->getLastLine() != lineNum) in collectSourceLine()
735 size_t lineNum = 0; in collectSource() local
738 ++lineNum; in collectSource()
755 for (size_t lineNum = 1; !source.empty(); ++lineNum) { in annotateSource() local
756 if (lineNum >= si.lines.size()) { in annotateSource()
758 source.printNext(os, lineNum); in annotateSource()
772 source.printNext(os, lineNum); in annotateSource()
776 if (b->getLastLine() != lineNum) in annotateSource()
[all …]
/freebsd-13.1/sbin/ipf/iplang/
H A Diplang_l.l29 int lineNum = 0, ipproto = 0, oldipproto = 0, next = -1, laststate = 0; variable
168 \n { lineNum++; swallow(); }
183 lineNum + 1);
H A Diplang_y.y48 extern int state, state, lineNum, token;
/freebsd-13.1/sbin/ipf/common/
H A Dipf.h194 extern int lineNum;
/freebsd-13.1/sbin/ipf/ippool/
H A Dippool.c41 extern int lineNum;