Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y496 int narguments = 0; in gen_wrapper() local
503 narguments++; in gen_wrapper()
556 narguments++; in gen_wrapper()
597 if(narguments == 0) { in gen_wrapper()
H A Dslc-gram.c2005 int narguments = 0; in gen_wrapper() local
2012 narguments++; in gen_wrapper()
2065 narguments++; in gen_wrapper()
2106 if(narguments == 0) { in gen_wrapper()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp1185 uint64_t narguments = decodeULEB128((const uint8_t *)(loh + i), &n); in PrintLinkOptHints() local
1187 outs() << " narguments " << narguments << "\n"; in PrintLinkOptHints()
1191 for (uint32_t j = 0; j < narguments; j++) { in PrintLinkOptHints()