Searched refs:narguments (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/heimdal/lib/sl/
H A Dslc-gram.y496 int narguments = 0;
503 narguments++;
556 narguments++;
597 if(narguments == 0) {
H A Dslc-gram.c2008 int narguments = 0;
2015 narguments++;
2068 narguments++;
2109 if(narguments == 0) {
2005 int narguments = 0; local
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1189 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n); local
1191 outs() << " narguments " << narguments << "\n";
1195 for (uint32_t j = 0; j < narguments; j++) {

Completed in 149 milliseconds