Home
last modified time | relevance | path

Searched refs:modifiersApply (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h253 int modifiersApply(void *param, int (*fp)(void *, const char *));
H A Dtraits.c953 tf->modifiersApply(&pa, &PushAttributes::fp); in semanticTraits()
H A Dmtype.c1526 int Type::modifiersApply(void *param, int (*fp)(void *, const char *)) in modifiersApply() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d1326 tf.modifiersApply(&addToMods); in semanticTraits()
H A Dmtype.d7129 void modifiersApply(const TypeFunction tf, void delegate(string) dg) in modifiersApply() function