Searched refs:CallExp (Results 51 - 65 of 65) sorted by relevance

123

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d2794 // Repaint as same as CallExp::interpret() does.
2894 * in CallExp::interpret().
4683 private void showCtfeBackTrace(CallExp callingExp, FuncDeclaration fd)
4730 override void visit(CallExp e)
4734 printf("%s CallExp::interpret() %s\n", e.loc.toChars(), e.toChars());
7456 * ce = The CallExp that possible will be be replaced
7459 private void removeHookTraceImpl(ref CallExp ce, ref FuncDeclaration fd)
7477 ce = ctfeEmplaceExp!CallExp(ce.loc, ctfeEmplaceExp!VarExp(ce.loc, fd, false), arguments);
H A Ddtoh.d2511 override void visit(AST.CallExp e)
H A Ddsymbolsem.d6869 private CallExp doAtomicOp (string op, Identifier var, Expression arg)
6910 return CallExp.create(loc, dti, args);
H A Ddcast.d811 MATCH visitCall(CallExp e)
816 printf("CallExp::implicitConvTo(this=%s, type=%s, t=%s)\n", e.toChars(), e.type.toChars(), t.toChars());
1160 * return from new() to t using the same algorithm as in CallExp, with the function
H A Dtypesem.d3723 e = new CallExp(e.loc, ev, e);
H A Dhdrgen.d2380 void visitCall(CallExp e)
H A Ddtemplate.d5213 override void visit(CallExp e)
5215 //printf("CallExp.reliesOnTemplateParameters('%s')\n", e.toChars());
5230 //printf("CallExp.reliesOnTemplateParameters('%s')\n", e.toChars());
H A Dmtype.d4740 e = new CallExp(arg.loc, e, arg);
4750 * If a function was deduced by semantic on the CallExp,
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c2784 // Repaint as same as CallExp::interpret() does.
2884 * in CallExp::interpret().
4570 void showCtfeBackTrace(CallExp * callingExp, FuncDeclaration *fd)
4617 void visit(CallExp *e)
H A Dhdrgen.c2846 void visit(CallExp *e)
H A Ddcast.c764 void visit(CallExp *e)
1064 * return from new() to t using the same algorithm as in CallExp, with the function
H A Ddtemplate.c4854 void visit(CallExp *e)
4856 //printf("CallExp::reliesOnTident('%s')\n", e->toChars());
H A Dmtype.c4841 e = new CallExp(e->loc, ev, e);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/
H A Dexpr.cc1725 void visit (CallExp *e)
1963 care of by the visitor interface for CallExp. */
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dexpr.cc1634 void visit (CallExp *e)
1893 care of by the visitor interface for CallExp. */

Completed in 380 milliseconds

123