Searched refs:pparams (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcond.c256 Parameters *pparams[3] = {new Parameters(), new Parameters(), new Parameters()}; local
261 Parameters *params = pparams[j];
272 res[i] = new IdentifierExp(aloc, (*pparams[i])[0]->ident);
280 for (size_t j = 0; j < pparams[0]->dim; j++)
282 Parameter *p = (*pparams[i])[j];
312 s1->push(createForeach(sfe, aloc, pparams[0], new CompoundStatement(aloc, sfebody)));
325 s2->push(createForeach(sfe, aloc, pparams[1], NULL));
330 s2->push(createForeach(sfe, aloc, pparams[1], new ExpStatement(aloc, catass)));
379 sfe->aggrfe = new ForeachStatement(sfe->loc, TOKforeach, pparams[2], aggr,
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dcond.d313 Parameters*[3] pparams = [new Parameters(), new Parameters(), new Parameters()];
316 foreach (params; pparams)
328 res[i] = new IdentifierExp(aloc, (*pparams[i])[0].ident);
335 auto e = new Expressions(pparams[0].dim);
338 auto p = (*pparams[i])[j];
368 s1.push(createForeach(aloc, pparams[0], new CompoundStatement(aloc, sfe)));
381 s2.push(createForeach(aloc, pparams[1], null));
386 s2.push(createForeach(aloc, pparams[1], new ExpStatement(aloc, catass)));
434 aggrfe = new ForeachStatement(loc, TOK.foreach_, pparams[2], aggr,
/netbsd-current/crypto/external/bsd/openssl/dist/apps/lib/
H A Dapps.c86 EVP_PKEY **pparams,
864 EVP_PKEY **pparams,
877 pparams != NULL ? "params" : pcert != NULL ? "cert" :
896 if (pparams != NULL) {
897 *pparams = NULL;
1012 if (pparams != NULL && *pparams == NULL) {
1013 ok = ((*pparams = OSSL_STORE_INFO_get1_PARAMS(info)) != NULL);
1057 } else if (pparams != NULL && *pparams
861 load_key_certs_crls_suppress(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls, int suppress_decode_errors) argument
1094 load_key_certs_crls(const char *uri, int format, int maybe_stdin, const char *pass, const char *desc, EVP_PKEY **ppkey, EVP_PKEY **ppubkey, EVP_PKEY **pparams, X509 **pcert, STACK_OF(X509) **pcerts, X509_CRL **pcrl, STACK_OF(X509_CRL) **pcrls) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dapps.h146 EVP_PKEY **pparams,

Completed in 199 milliseconds