Home
last modified time | relevance | path

Searched refs:attributesApply (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h630 …int attributesApply(void *param, int (*fp)(void *, const char *), TRUSTformat trustFormat = TRUSTf…
H A Dhdrgen.c930 t->attributesApply(&pas, &PrePostAppendStrings::fp); in visitFuncIdentWithPostfix()
955 t->attributesApply(&pas, &PrePostAppendStrings::fp); in visitFuncIdentWithPrefix()
H A Dtraits.c954 tf->attributesApply(&pa, &PushAttributes::fp, TRUSTformatSystem); in semanticTraits()
H A Dmtype.c6362 int TypeFunction::attributesApply(void *param, int (*fp)(void *, const char *), TRUSTformat trustFo… in attributesApply() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.d1682 tf.attributesApply(&printAttribute); in visit()
3566 t.attributesApply(&dg); in visitFuncIdentWithPostfix()
3600 t.attributesApply(&ignoreReturn); in visitFuncIdentWithPrefix()
H A Dtraits.d1327 tf.attributesApply(&addToMods, TRUSTformatSystem); in semanticTraits()
H A Dmtype.d7146 void attributesApply(const TypeFunction tf, void delegate(string) dg, TRUSTformat trustFormat = TRU…