Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Djson.c272 case TRUSTsafe: in property()
H A Ddmangle.c255 case TRUSTsafe: in mangleFuncType()
H A Dmtype.h572 TRUSTsafe = 3 // @safe enumerator
H A Dclone.c38 if (tf->trust == TRUSTsafe) in mergeFuncAttrs()
H A Dfunc.c586 if (tf->trust == TRUSTsafe) sc->stc |= STCsafe; in semantic()
2290 f->trust = TRUSTsafe; in semantic3()
3879 return type->toTypeFunction()->trust == TRUSTsafe; in isSafe()
H A Dmtype.c5180 this->trust = TRUSTsafe; in TypeFunction()
5499 tf->trust = TRUSTsafe; in semantic()
6346 tf->trust = TRUSTsafe; in addStorageClass()
H A Dhdrgen.c3344 case TRUSTsafe: return "@safe"; in trustToChars()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-builtins.cc541 tf->trust = !DECL_ASSEMBLER_NAME_SET_P (decl) ? TRUSTsafe in d_build_builtins_module()
H A Dd-codegen.cc1779 if (tf->trust == TRUSTsafe) in array_bounds_check()