Searched refs:tfx (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr10728.exp25 set tfx [standard_output_file pr10728-x.o]
33 if { [gdb_compile "${srcdir}/${subdir}/$srcfile" "${tfx}.o" object {debug c++}] != "" } {
38 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dpr10728.exp25 set tfx [standard_output_file pr10728-x.o]
33 if { [gdb_compile "${srcdir}/${subdir}/$srcfile" "${tfx}.o" object {debug c++}] != "" } {
38 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c4731 TypeFunction *tfx = (TypeFunction *)fd->type; local
4734 if (fd->inferRetType && tfx->next->implicitConvTo(tof->next) == MATCHconvert)
4746 TypeFunction *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCundefined);
4747 tfy->mod = tfx->mod;
4748 tfy->isnothrow = tfx->isnothrow;
4749 tfy->isnogc = tfx->isnogc;
4750 tfy->purity = tfx->purity;
4751 tfy->isproperty = tfx
[all...]
H A Dfunc.c704 TypeFunction *tfx = type->toTypeFunction(); local
705 tfo->mod = tfx->mod;
706 tfo->isscope = tfx->isscope;
707 tfo->isscopeinferred = tfx->isscopeinferred;
708 tfo->isref = tfx->isref;
709 tfo->isnothrow = tfx->isnothrow;
710 tfo->isnogc = tfx->isnogc;
711 tfo->isproperty = tfx->isproperty;
712 tfo->purity = tfx->purity;
713 tfo->trust = tfx
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d3961 auto tfx = fd.type.isTypeFunction();
3964 if (fd.inferRetType && tfx.next.implicitConvTo(tof.next) == MATCH.convert)
3976 auto tfy = new TypeFunction(tfx.parameterList, tof.next,
3977 tfx.linkage, STC.undefined_);
3978 tfy.mod = tfx.mod;
3979 tfy.trust = tfx.trust;
3980 tfy.isnothrow = tfx.isnothrow;
3981 tfy.isnogc = tfx.isnogc;
3982 tfy.purity = tfx.purity;
3983 tfy.isproperty = tfx
[all...]
H A Dexpressionsem.d4892 else if (auto tfx = t1.isPtrToFunction())
4894 tf = tfx;

Completed in 134 milliseconds