Searched refs:attributesApply (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | mtype.h | 630 …int attributesApply(void *param, int (*fp)(void *, const char *), TRUSTformat trustFormat = TRUSTf…
|
| H A D | hdrgen.c | 930 t->attributesApply(&pas, &PrePostAppendStrings::fp); in visitFuncIdentWithPostfix() 955 t->attributesApply(&pas, &PrePostAppendStrings::fp); in visitFuncIdentWithPrefix()
|
| H A D | traits.c | 954 tf->attributesApply(&pa, &PushAttributes::fp, TRUSTformatSystem); in semanticTraits()
|
| H A D | mtype.c | 6362 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 D | hdrgen.d | 1682 tf.attributesApply(&printAttribute); in visit() 3566 t.attributesApply(&dg); in visitFuncIdentWithPostfix() 3600 t.attributesApply(&ignoreReturn); in visitFuncIdentWithPrefix()
|
| H A D | traits.d | 1327 tf.attributesApply(&addToMods, TRUSTformatSystem); in semanticTraits()
|
| H A D | mtype.d | 7146 void attributesApply(const TypeFunction tf, void delegate(string) dg, TRUSTformat trustFormat = TRU…
|