| /src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| semantic3.d | 322 Scope* sc2 = sc.push(ss); 323 sc2.func = funcdecl; 324 sc2.parent = funcdecl; 325 sc2.ctorflow.callSuper = CSX.none; 326 sc2.sbreak = null; 327 sc2.scontinue = null; 328 sc2.sw = null; 329 sc2.fes = funcdecl.fes; 330 sc2.linkage = funcdecl.isCsymbol() ? LINK.c : LINK.d; 331 sc2.stc &= STC.flowThruFunction [all...] |
| attrib.d | 88 Scope* sc2 = sc; 98 sc2 = sc.copy(); 99 sc2.stc = stc; 100 sc2.linkage = linkage; 101 sc2.cppmangle = cppmangle; 102 sc2.visibility = visibility; 103 sc2.explicitVisibility = explicitVisibility; 104 sc2.aligndecl = aligndecl; 105 sc2.inlining = inlining; 107 return sc2; [all...] |
| clone.d | 377 Scope* sc2 = sc.push(); 378 sc2.stc = 0; 379 sc2.linkage = LINK.d; 380 fop.dsymbolSemantic(sc2); 381 fop.semantic2(sc2); 383 //semantic3(fop, sc2); // isn't run here for lazy forward reference resolution. 385 sc2.pop(); 588 Scope* sc2 = sc.push(); 589 sc2.stc = 0; 590 sc2.linkage = LINK.d [all...] |
| aggregate.d | 168 auto sc2 = sc.push(this); 169 sc2.stc &= STC.flowThruAggregate; 170 sc2.parent = this; 171 sc2.inunion = isUnionDeclaration(); 172 sc2.visibility = Visibility(Visibility.Kind.public_); 173 sc2.explicitVisibility = 0; 174 sc2.aligndecl = null; 175 sc2.userAttribDecl = null; 176 sc2.namespace = null; 177 return sc2; [all...] |
| dsymbolsem.d | 444 Scope* sc2 = sc.push(); 445 sc2.stc |= (dsym.storage_class & STC.FUNCATTR); 447 dsym.type = dsym.type.typeSemantic(dsym.loc, sc2); 449 sc2.pop(); 1419 Scope* sc2 = ad.newScope(sc); 1424 s.dsymbolSemantic(sc2); 1428 if (sc2 != sc) 1429 sc2.pop(); 1533 Scope* sc2 = pd.newScope(sc); 1535 if (sc2 != sc [all...] |
| dscope.d | 788 for (const(Scope)* sc2 = &this; sc2; sc2 = sc2.enclosing) 790 if (sc2.scopesym && sc2.scopesym.isDeprecated()) 794 if (sc2.stc & STC.deprecated_)
|
| dclass.d | 407 auto sc2 = super.newScope(sc); 413 sc2.linkage = target.systemLinkage(); 415 return sc2; 1031 auto sc2 = super.newScope(sc); 1033 sc2.linkage = LINK.windows; 1035 sc2.linkage = LINK.cpp; 1037 sc2.linkage = LINK.objc; 1038 return sc2;
|
| traits.d | 821 Scope* sc2 = sc.push(); 822 sc2.flags = sc.flags | SCOPE.noaccesscheck | SCOPE.ignoresymbolvisibility; 823 bool ok = TemplateInstance.semanticTiargs(e.loc, sc2, e.args, 1); 824 sc2.pop(); 1727 Scope* sc2 = sc.push(); 1728 sc2.tinst = null; 1729 sc2.minst = null; 1730 sc2.flags = (sc.flags & ~(SCOPE.ctfe | SCOPE.condition)) | SCOPE.compile | SCOPE.fullinst; 1739 t.resolve(e.loc, sc2, ex, t, s); 1742 t.typeSemantic(e.loc, sc2); [all...] |
| semantic2.d | 522 Scope* sc2 = ad.newScope(sc); 526 s.semantic2(sc2); 528 if (sc2 != sc) 529 sc2.pop(); 608 auto sc2 = ad.newScope(sc); 616 s.semantic2(sc2); 619 sc2.pop();
|
| typesem.d | 2043 Scope* sc2 = sc; 2046 sc2 = sc2.inner(); 2047 auto scopesym = sc2.scopesym; 2050 sc2 = sc2.enclosing; 2063 auto scopesym = sc2.inner().scopesym; 2069 handleTagSymbols(*sc2, sd, s2, scopesym); 2071 sd.parent = sc2.parent; 2072 sd.dsymbolSemantic(sc2); [all...] |
| statementsem.d | 804 auto sc2 = sc.push(sym); 805 sc2.inLoop = true; 821 sc2.pop(); 835 s = s.statementSemantic(sc2); 836 sc2.pop(); 855 tfld = cast(TypeFunction)fdapply.type.typeSemantic(loc, sc2); 868 auto t = p.type.typeSemantic(loc, sc2); 876 FuncExp flde = foreachBodyToFunction(sc2, fs, tfld); 897 e = e.expressionSemantic(sc2); 905 ec = applyArray(fs, flde, sc2, tn, tnv, tab.ty) [all...] |
| /src/external/lgpl3/mpfr/dist/src/ |
| agm.c | 34 mpfr_t u, v, uf, vf, sc1, sc2; local 207 MPFR_ALIAS (sc2, op2, MPFR_SIGN (op2), e2 + scaleop); 209 op2 = sc2;
|
| /src/lib/libm/noieee_src/ |
| n_erf.c | 244 sc2 = 2.80952153365721279953959310660e+001, variable 308 S = one+s*(sc1+s*(sc2+s*sc3)); 392 S = one+s*(sc1+s*(sc2+s*sc3));
|
| /src/sys/arch/pmax/ibus/ |
| siireg.h | 63 u_short sc2; /* SCSI Control Signals Two */ member in struct:__anon1748 123 * SC2 - SCSI Control Signals Two
|
| /src/sys/net/ |
| if_ipsec.c | 1146 struct ipsec_softc *sc2; local 1215 LIST_FOREACH(sc2, &ipsec_softcs.list, ipsec_list) { 1219 if (sc2 == sc) 1221 var2 = if_ipsec_getref_variant(sc2, &psref); 1226 if (if_ipsec_nat_t(sc) || if_ipsec_nat_t(sc2)) { 1499 struct ipsec_softc *sc2; local 1507 LIST_FOREACH(sc2, &ipsec_softcs.list, ipsec_list) { 1508 if (sc2 == sc) 1510 var2 = if_ipsec_getref_variant(sc2, &psref); 1524 if (sc2 == NULL 1548 struct ipsec_softc *sc2; local [all...] |
| if_gif.c | 1073 struct gif_softc *sc2; local 1107 LIST_FOREACH(sc2, &gif_softcs.list, gif_list) { 1111 if (sc2 == sc) 1113 var2 = gif_getref_variant(sc2, &psref);
|
| /src/sys/netinet/ |
| tcp_syncache.c | 320 struct syn_cache *sc2; local 347 sc2 = TAILQ_FIRST(&scp->sch_bucket); 353 if (sc2 == NULL) 356 syn_cache_rm(sc2); 357 syn_cache_put(sc2); /* calls pool_put but see spl above */ 389 sc2 = TAILQ_FIRST(&scp2->sch_bucket); 390 syn_cache_rm(sc2); 391 syn_cache_put(sc2); /* calls pool_put but see spl above */
|
| /src/crypto/external/apache2/openssl/dist/crypto/ts/ |
| ts_rsp_sign.c | 692 ESS_SIGNING_CERT_V2 *sc2 = NULL; local 758 sc2 = OSSL_ESS_signing_cert_v2_new_init(ctx->ess_cert_id_digest, 760 if (sc2 == NULL) 763 if (!ossl_ess_add1_signing_cert_v2(si, sc2)) { 797 ESS_SIGNING_CERT_V2_free(sc2);
|
| /src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| ts_rsp_sign.c | 681 ESS_SIGNING_CERT_V2 *sc2 = NULL; local 745 sc2 = OSSL_ESS_signing_cert_v2_new_init(ctx->ess_cert_id_digest, 747 if (sc2 == NULL) 750 if (!ossl_ess_add1_signing_cert_v2(si, sc2)) { 784 ESS_SIGNING_CERT_V2_free(sc2);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
| ts_rsp_sign.c | 640 ESS_SIGNING_CERT_V2 *sc2 = NULL; local 694 sc2 = ess_signing_cert_v2_new_init(ctx->ess_cert_id_digest, 696 if (sc2 == NULL) 699 if (!ess_add_signing_cert_v2(si, sc2)) { 730 ESS_SIGNING_CERT_V2_free(sc2);
|
| /src/crypto/external/bsd/openssl/dist/crypto/cms/ |
| cms_sd.c | 433 ESS_SIGNING_CERT_V2 *sc2 = NULL; local 443 if ((sc2 = OSSL_ESS_signing_cert_v2_new_init(md, signer, 446 add_sc = ossl_cms_add1_signing_cert_v2(si, sc2); 447 ESS_SIGNING_CERT_V2_free(sc2);
|
| /src/sys/arch/x86/x86/ |
| mpbios.c | 1325 struct pic *sc2; local 1404 sc2 = intr_findpic(pin); 1405 if (sc2 && sc2->pic_ioapic != sc) {
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| syncrepl.c | 795 merge_state( syncinfo_t *si, struct sync_cookie *sc1, struct sync_cookie *sc2 ) 803 ej = sc2->numcsns; 811 si->si_ridtxt, i, sc2->sids[i], sc2->ctxcsn[i].bv_val ); 817 if ( sc1->sids[i] != sc2->sids[i] ) { 825 if ( ber_bvcmp( &sc1->ctxcsn[i], &sc2->ctxcsn[i] ) < 0 ) { 826 ber_bvreplace( &sc1->ctxcsn[i], &sc2->ctxcsn[i] ); 844 if ( j >= ej || (i < ei && sc1->sids[i] < sc2->sids[j] )) { 850 if ( i < ei && sc1->sids[i] == sc2->sids[j] ) { 852 if ( ber_bvcmp( &sc1->ctxcsn[i], &sc2->ctxcsn[j] ) < 0 ) 892 struct sync_cookie sc1, sc2; local [all...] |
| /src/external/bsd/openldap/dist/servers/slapd/back-ldap/ |
| chain.c | 974 sc2 = { 0 }; local 1048 sc2.sc_next = sc; 1049 sc2.sc_private = &lb; 1050 sc2.sc_response = ldap_chain_cb_response; 1051 op->o_callback = &sc2; 1101 sc2.sc_response = ldap_chain_cb_search_response;
|
| /src/lib/libm/ld128/ |
| s_erfl.c | 181 sc2 = 2.36825757341694050500333261769082182e3L, /* 0x400a2808, 0x3e0a9b42, 0x82977842, 0x9c5de29e */ variable 317 S=one+s*(sc1+s*(sc2+s*(sc3+s*(sc4+s*(sc5+s*(sc6+s*(sc7+
|