Home
last modified time | relevance | path

Searched refs:TRUST (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Djson.d282 extern(D) void property(const char[] name, TRUST trust) in property()
286 case TRUST.default_: in property()
290 case TRUST.system: return property(name, "system"); in property()
291 case TRUST.trusted: return property(name, "trusted"); in property()
292 case TRUST.safe: return property(name, "safe"); in property()
H A Dmtype.d213 string trustToString(TRUST trust) pure nothrow @nogc @safe in trustToString()
217 case TRUST.default_: in trustToString()
219 case TRUST.system: in trustToString()
221 case TRUST.trusted: in trustToString()
223 case TRUST.safe: in trustToString()
230 assert(trustToString(TRUST.default_) == "");
231 assert(trustToString(TRUST.system) == "@system");
232 assert(trustToString(TRUST.trusted) == "@trusted");
233 assert(trustToString(TRUST.safe) == "@safe");
736 if (t1.trust <= TRUST.system && t2.trust >= TRUST.trusted)
[all …]
H A Dmtype.h537 enum class TRUST : unsigned char enum
601 TRUST trust; // level of trust
H A Dastenums.d295 enum TRUST : ubyte
H A Ddmangle.d384 case TRUST.trusted: in mangleFuncType()
387 case TRUST.safe: in mangleFuncType()
H A Dclone.d59 if (tf.trust == TRUST.safe) in mergeFuncAttrs()
61 else if (tf.trust == TRUST.system) in mergeFuncAttrs()
63 else if (tf.trust == TRUST.trusted) in mergeFuncAttrs()
H A Dsemantic3.d1269 f.trust = TRUST.safe; in visit()
1423 const saErr = ctf.trust == TRUST.safe && dtf.trust <= TRUST.system; in visit()
H A Dtypesem.d1207 if (tf.trust == TRUST.default_) in typeSemantic()
1210 tf.trust = TRUST.safe; in typeSemantic()
1212 tf.trust = TRUST.system; in typeSemantic()
1214 tf.trust = TRUST.trusted; in typeSemantic()
1233 if (tf.trust == TRUST.default_) in typeSemantic()
1240 tf.trust = TRUST.safe; // default to @safe in typeSemantic()
H A Dfunc.d1339 if (tf.trust == TRUST.default_) in initInferAttributes()
1414 return type.toTypeFunction().trust == TRUST.safe; in isSafe()
1426 return type.toTypeFunction().trust == TRUST.trusted; in isTrusted()
1439 type.toTypeFunction().trust = TRUST.system; in setUnsafe()
H A Ddcast.d3023 else if (tf1.trust <= TRUST.system || tf2.trust <= TRUST.system) in typeMerge()
3024 d.trust = TRUST.system; in typeMerge()
3026 d.trust = TRUST.trusted; in typeMerge()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/csky/
H A Dcsky.opt111 Target Report RejectNegative Mask(TRUST)
112 Enable C-SKY TRUST instructions.
/netbsd-src/external/gpl3/gcc/dist/gcc/config/csky/
H A Dcsky.opt132 Target RejectNegative Mask(TRUST)
133 Enable C-SKY TRUST instructions.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h567 enum TRUST enum
576 void trustToBuffer(OutBuffer *buf, TRUST trust);
577 const char *trustToChars(TRUST trust);
610 TRUST trust; // level of trust
H A Djson.c258 void property(const char *name, TRUST trust) in property()
/netbsd-src/external/bsd/pkg_install/dist/x509/
H A Dsigning.txt19 certificate. The original list is called the TRUST ANCHOR.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-builtins.cc560 tf->trust = !DECL_ASSEMBLER_NAME_SET_P (decl) ? TRUST::safe in d_build_builtins_module()
561 : TREE_NOTHROW (decl) ? TRUST::trusted in d_build_builtins_module()
562 : TRUST::system; in d_build_builtins_module()
H A Dtypeinfo.cc1066 if (!tf->isnothrow () || tf->trust == TRUST::system) in visit()
/netbsd-src/external/mpl/mozilla-certdata/dist/
H A Dcertdata.txt6604 # Certificate "D-TRUST Root Class 3 CA 2 2009"
6606 # Issuer: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE
6608 # Subject: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE
6617 CKA_LABEL UTF8 "D-TRUST Root Class 3 CA 2 2009"
6711 # Trust for "D-TRUST Root Class 3 CA 2 2009"
6712 # Issuer: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE
6714 # Subject: CN=D-TRUST Root Class 3 CA 2 2009,O=D-Trust GmbH,C=DE
6723 CKA_LABEL UTF8 "D-TRUST Root Class 3 CA 2 2009"
6747 # Certificate "D-TRUST Root Class 3 CA 2 EV 2009"
6749 # Issuer: CN=D-TRUST Roo
[all...]
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc5020.txt241 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-masarati-ldap-whatfailed-xx.txt630 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
H A Ddraft-zeilenga-ldap-noop-xx.txt319 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
H A Ddraft-masarati-ldap-deref-xx.txt686 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
H A Ddraft-chu-ldap-ldapi-xx.txt686 OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod283 explicit trust settings (see "TRUST SETTINGS" in L<x509(1)>).
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DX509_VERIFY_PARAM_set_flags.pod305 explicit trust settings (see "TRUST SETTINGS" in L<openssl-x509(1)>).

12