Searched refs:tfy (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dpr10728.exp26 set tfy [standard_output_file pr10728-y.o]
28 if { [gdb_compile "${srcdir}/${subdir}/$srcfile2" "${tfy}.o" object {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.exp26 set tfy [standard_output_file pr10728-y.o]
28 if { [gdb_compile "${srcdir}/${subdir}/$srcfile2" "${tfy}.o" object {c++}] != "" } {
38 if { [gdb_compile "${tfx}.o ${tfy}.o" ${binfile} executable {debug c++}] != "" } {
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d3976 auto tfy = new TypeFunction(tfx.parameterList, tof.next,
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.isproperty;
3984 tfy.isref = tfx.isref;
3985 tfy.isInOutParam = tfx.isInOutParam;
3986 tfy
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c4746 TypeFunction *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCundefined); local
4747 tfy->mod = tfx->mod;
4748 tfy->isnothrow = tfx->isnothrow;
4749 tfy->isnogc = tfx->isnogc;
4750 tfy->purity = tfx->purity;
4751 tfy->isproperty = tfx->isproperty;
4752 tfy->isref = tfx->isref;
4753 tfy->iswild = tfx->iswild;
4754 tfy->deco = tfy
[all...]

Completed in 134 milliseconds