Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/sl/
H A Dslc-gram.y501 int narguments = 0; in gen_wrapper() local
508 narguments++; in gen_wrapper()
561 narguments++; in gen_wrapper()
602 if(narguments == 0) { in gen_wrapper()
H A Dslc-gram.c1803 int narguments = 0; in gen_wrapper() local
1810 narguments++; in gen_wrapper()
1863 narguments++; in gen_wrapper()
1904 if(narguments == 0) { in gen_wrapper()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp1165 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints() local
1167 outs() << " narguments " << narguments << "\n"; in PrintLinkOptHints()
1171 for (uint32_t j = 0; j < narguments; j++) { in PrintLinkOptHints()