/dports/lang/gcc9/gcc-9.4.0/gcc/d/dmd/ |
H A D | clone.c | 500 TypeFunction *tfeqptr; in buildXopEquals() local 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 509 tfeqptr->mod = MODconst; in buildXopEquals() 510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx); in buildXopEquals() 512 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/d/dmd/ |
H A D | clone.c | 500 TypeFunction *tfeqptr; in buildXopEquals() local 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 509 tfeqptr->mod = MODconst; in buildXopEquals() 510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx); in buildXopEquals() 512 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/d/dmd/ |
H A D | clone.c | 497 TypeFunction *tfeqptr; in buildXopEquals() local 505 tfeqptr = new TypeFunction(ParameterList(parameters), Type::tbool, LINKd); in buildXopEquals() 506 tfeqptr->mod = MODconst; in buildXopEquals() 507 tfeqptr = (TypeFunction *)typeSemantic(tfeqptr, Loc(), &scx); in buildXopEquals() 509 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/d/dmd/ |
H A D | clone.c | 497 TypeFunction *tfeqptr; in buildXopEquals() local 505 tfeqptr = new TypeFunction(ParameterList(parameters), Type::tbool, LINKd); in buildXopEquals() 506 tfeqptr->mod = MODconst; in buildXopEquals() 507 tfeqptr = (TypeFunction *)typeSemantic(tfeqptr, Loc(), &scx); in buildXopEquals() 509 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/d/dmd/ |
H A D | clone.c | 500 TypeFunction *tfeqptr; in buildXopEquals() local 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 509 tfeqptr->mod = MODconst; in buildXopEquals() 510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx); in buildXopEquals() 512 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/d/dmd/ |
H A D | clone.c | 500 TypeFunction *tfeqptr; in buildXopEquals() local 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 509 tfeqptr->mod = MODconst; in buildXopEquals() 510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx); in buildXopEquals() 512 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/d/dmd/ |
H A D | clone.c | 500 TypeFunction *tfeqptr; in buildXopEquals() local 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 509 tfeqptr->mod = MODconst; in buildXopEquals() 510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx); in buildXopEquals() 512 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/d/dmd/ |
H A D | clone.c | 497 TypeFunction *tfeqptr; in buildXopEquals() local 505 tfeqptr = new TypeFunction(ParameterList(parameters), Type::tbool, LINKd); in buildXopEquals() 506 tfeqptr->mod = MODconst; in buildXopEquals() 507 tfeqptr = (TypeFunction *)typeSemantic(tfeqptr, Loc(), &scx); in buildXopEquals() 509 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/d/dmd/ |
H A D | clone.c | 500 TypeFunction *tfeqptr; in buildXopEquals() local 508 tfeqptr = new TypeFunction(parameters, Type::tbool, 0, LINKd); in buildXopEquals() 509 tfeqptr->mod = MODconst; in buildXopEquals() 510 tfeqptr = (TypeFunction *)tfeqptr->semantic(Loc(), &scx); in buildXopEquals() 512 fd = fd->overloadExactMatch(tfeqptr); in buildXopEquals()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/d/dmd/ |
H A D | clone.d | 542 TypeFunction tfeqptr; in buildXopEquals() local 549 tfeqptr = new TypeFunction(ParameterList(parameters), Type.tbool, LINK.d); in buildXopEquals() 550 tfeqptr.mod = MODFlags.const_; in buildXopEquals() 551 tfeqptr = cast(TypeFunction)tfeqptr.typeSemantic(Loc.initial, &scx); in buildXopEquals() 553 fd = fd.overloadExactMatch(tfeqptr); in buildXopEquals()
|