Searched refs:mangleFuncType (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dmangle.c | 204 mangleFuncType(t, t, t->mod, t->next); in visit() 207 void mangleFuncType(TypeFunction *t, TypeFunction *ta, unsigned char modMask, Type *tret) in mangleFuncType() function 378 mangleFuncType(tf, tfo, 0, NULL); in mangleFunc()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dmangle.d | 323 mangleFuncType(t, t, t.mod, t.next); in visit() 326 void mangleFuncType(TypeFunction t, TypeFunction ta, ubyte modMask, Type tret) in mangleFuncType() function 523 mangleFuncType(tf, tfo, 0, null); in mangleFunc()
|