Home
last modified time | relevance | path

Searched refs:TRUSTformatSystem (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h548 TRUSTformatSystem // emit @system when trust == TRUSTdefault enumerator
H A Dmtype.d4187 TRUSTformatSystem, // emit @system when trust == TRUST.default_
4191 alias TRUSTformatSystem = TRUSTformat.TRUSTformatSystem; variable
7169 if (trustFormat != TRUSTformatSystem)
H A Dtraits.d1327 tf.attributesApply(&addToMods, TRUSTformatSystem); in semanticTraits()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h582 TRUSTformatSystem // emit @system when trust == TRUSTdefault enumerator
H A Dtraits.c954 tf->attributesApply(&pa, &PushAttributes::fp, TRUSTformatSystem); in semanticTraits()
H A Dmtype.c6392 if (trustFormat == TRUSTformatSystem) in attributesApply()