Home
last modified time | relevance | path

Searched refs:tfy (Results 1 – 5 of 5) sorted by relevance

/netbsd/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/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/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dexpression.d3976 tfy.mod = tfx.mod;
3977 tfy.trust = tfx.trust;
3978 tfy.isnothrow = tfx.isnothrow;
3979 tfy.isnogc = tfx.isnogc;
3980 tfy.purity = tfx.purity;
3981 tfy.isproperty = tfx.isproperty;
3982 tfy.isref = tfx.isref;
3983 tfy.isInOutParam = tfx.isInOutParam;
3984 tfy.isInOutQual = tfx.isInOutQual;
3985 tfy.deco = tfy.merge().deco;
[all …]
H A Dexpression.c4746 …TypeFunction *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCun… in matchType() local
4747 tfy->mod = tfx->mod; in matchType()
4748 tfy->isnothrow = tfx->isnothrow; in matchType()
4749 tfy->isnogc = tfx->isnogc; in matchType()
4750 tfy->purity = tfx->purity; in matchType()
4751 tfy->isproperty = tfx->isproperty; in matchType()
4752 tfy->isref = tfx->isref; in matchType()
4753 tfy->iswild = tfx->iswild; in matchType()
4754 tfy->deco = tfy->merge()->deco; in matchType()
4756 tfx = tfy; in matchType()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dexpression.c4746 …TypeFunction *tfy = new TypeFunction(tfx->parameters, tof->next, tfx->varargs, tfx->linkage, STCun… in matchType() local
4747 tfy->mod = tfx->mod; in matchType()
4748 tfy->isnothrow = tfx->isnothrow; in matchType()
4749 tfy->isnogc = tfx->isnogc; in matchType()
4750 tfy->purity = tfx->purity; in matchType()
4751 tfy->isproperty = tfx->isproperty; in matchType()
4752 tfy->isref = tfx->isref; in matchType()
4753 tfy->iswild = tfx->iswild; in matchType()
4754 tfy->deco = tfy->merge()->deco; in matchType()
4756 tfx = tfy; in matchType()