Home
last modified time | relevance | path

Searched refs:TRUSTsystem (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Djson.c266 case TRUSTsystem: in property()
H A Descape.c226 inferScope = ((TypeFunction *)sc->func->type)->trust != TRUSTsystem; in checkAssignEscape()
H A Ddcast.c2739 else if (tf1->trust <= TRUSTsystem || tf2->trust <= TRUSTsystem) in typeMerge()
2740 d->trust = TRUSTsystem; in typeMerge()
H A Dmtype.h570 TRUSTsystem = 1, // @system (same as TRUSTdefault) enumerator
H A Dclone.c40 else if (tf->trust == TRUSTsystem) in mergeFuncAttrs()
H A Dmtype.c5182 this->trust = TRUSTsystem; in TypeFunction()
5419 if (t1->trust <= TRUSTsystem && t2->trust >= TRUSTtrusted) in covariant()
5501 tf->trust = TRUSTsystem; in semantic()
6393 trustAttrib = TRUSTsystem; in attributesApply()
H A Dfunc.c587 if (tf->trust == TRUSTsystem) sc->stc |= STCsystem; in semantic()
3904 type->toTypeFunction()->trust = TRUSTsystem; in setUnsafe()
H A Dhdrgen.c3342 case TRUSTsystem: return "@system"; in trustToChars()
H A Dexpressionsem.c3473 if (tf->trust <= TRUSTsystem && sc->func->setUnsafe()) in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc543 : TRUSTsystem; in d_build_builtins_module()
H A Dtypeinfo.cc1060 if (!tf->isnothrow || tf->trust == TRUSTsystem) in visit()