Home
last modified time | relevance | path

Searched refs:parametersTypeToChars (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dhdrgen.h21 const char *parametersTypeToChars(ParameterList pl);
H A Dfunc.d3202 const(char)* lastprms = parametersTypeToChars(tf1.parameterList); in resolveFuncCall()
3203 const(char)* nextprms = parametersTypeToChars(tf2.parameterList); in resolveFuncCall()
3273 fd.kind(), fd.toPrettyChars(), parametersTypeToChars(tf.parameterList), in resolveFuncCall()
3299 fd.kind(), fd.toPrettyChars(), parametersTypeToChars(tf.parameterList), in resolveFuncCall()
3348 parametersTypeToChars(tf.parameterList));
H A Dsemantic2.d453 parametersTypeToChars(tf2.parameterList), in visit()
H A Dfunc.c3450 parametersTypeToChars(tf->parameters, tf->varargs)); in fp()
3594 parametersTypeToChars(tf->parameters, tf->varargs), in resolveFuncCall()
3613 const char *lastprms = parametersTypeToChars(tf1->parameters, tf1->varargs); in resolveFuncCall()
3614 const char *nextprms = parametersTypeToChars(tf2->parameters, tf2->varargs); in resolveFuncCall()
H A Dhdrgen.c3472 const char *parametersTypeToChars(Parameters *parameters, int varargs) in parametersTypeToChars() function
H A Dhdrgen.d3091 extern (C++) const(char)* parametersTypeToChars(ParameterList pl) in parametersTypeToChars() function
H A Dexpressionsem.c3443 p, exp->e1->toChars(), parametersTypeToChars(tf->parameters, tf->varargs), in visit()
3516 exp->e1->toChars(), parametersTypeToChars(tf->parameters, tf->varargs), in visit()
H A Dexpressionsem.d4156 exp.fd.toChars(), parametersTypeToChars(tfl.parameterList), in callExpSemantic()
4964 p, exp.e1.toChars(), parametersTypeToChars(tf.parameterList), buf.peekChars()); in visit()
5035 … exp.f.kind(), exp.f.toPrettyChars(), parametersTypeToChars(tf.parameterList), buf.peekChars()); in visit()
H A Ddtemplate.c2759 buf.writestring(parametersTypeToChars(tf->parameters, tf->varargs)); in toChars()
H A Ddtemplate.d765 buf.writestring(parametersTypeToChars(tf.parameterList)); in toCharsMaybeConstraints()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dhdrgen.h49 const char *parametersTypeToChars(Parameters *parameters, int varargs);
H A Dfunc.c3450 parametersTypeToChars(tf->parameters, tf->varargs)); in fp()
3594 parametersTypeToChars(tf->parameters, tf->varargs), in resolveFuncCall()
3613 const char *lastprms = parametersTypeToChars(tf1->parameters, tf1->varargs); in resolveFuncCall()
3614 const char *nextprms = parametersTypeToChars(tf2->parameters, tf2->varargs); in resolveFuncCall()
H A Dhdrgen.c3472 const char *parametersTypeToChars(Parameters *parameters, int varargs) in parametersTypeToChars() function
H A Dexpressionsem.c3443 p, exp->e1->toChars(), parametersTypeToChars(tf->parameters, tf->varargs), in visit()
3516 exp->e1->toChars(), parametersTypeToChars(tf->parameters, tf->varargs), in visit()
H A Ddtemplate.c2759 buf.writestring(parametersTypeToChars(tf->parameters, tf->varargs)); in toChars()