Home
last modified time | relevance | path

Searched refs:TRUSTtrusted (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Djson.c269 case TRUSTtrusted: in property()
H A Ddmangle.c252 case TRUSTtrusted: in mangleFuncType()
H A Dmtype.h571 TRUSTtrusted = 2, // @trusted enumerator
H A Dclone.c42 else if (tf->trust == TRUSTtrusted) in mergeFuncAttrs()
H A Dmtype.c5184 this->trust = TRUSTtrusted; in TypeFunction()
5419 if (t1->trust <= TRUSTsystem && t2->trust >= TRUSTtrusted) in covariant()
5503 tf->trust = TRUSTtrusted; in semantic()
6322 (stc & STCsafe && t->trust < TRUSTtrusted)) in addStorageClass()
H A Dfunc.c588 if (tf->trust == TRUSTtrusted) sc->stc |= STCtrusted; in semantic()
3891 return type->toTypeFunction()->trust == TRUSTtrusted; in isTrusted()
H A Dhdrgen.c3343 case TRUSTtrusted: return "@trusted"; in trustToChars()
H A Ddcast.c2742 d->trust = TRUSTtrusted; in typeMerge()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc542 : TREE_NOTHROW (decl) ? TRUSTtrusted in d_build_builtins_module()