Home
last modified time | relevance | path

Searched refs:TRUSTformatDefault (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h581 TRUSTformatDefault, // do not emit @system when trust == TRUSTdefault enumerator
630 …sApply(void *param, int (*fp)(void *, const char *), TRUSTformat trustFormat = TRUSTformatDefault);
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h547 TRUSTformatDefault, // do not emit @system when trust == TRUSTdefault enumerator
H A Dmtype.d4186 TRUSTformatDefault, // do not emit @system when trust == TRUST.default_
4190 alias TRUSTformatDefault = TRUSTformat.TRUSTformatDefault; variable
7146 …pply(const TypeFunction tf, void delegate(string) dg, TRUSTformat trustFormat = TRUSTformatDefault)