Home
last modified time | relevance | path

Searched defs:hasOverloads (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Daliasthis.c44 bool hasOverloads = false; in resolveAliasThis() local
H A Dexpression.h312 bool hasOverloads; variable
578 bool hasOverloads; variable
819 bool hasOverloads; variable
846 bool hasOverloads; variable
H A Ddeclaration.h222 bool hasOverloads; variable
689 bool hasOverloads; variable
H A Dexpression.c3168 DsymbolExp::DsymbolExp(Loc loc, Dsymbol *s, bool hasOverloads) in DsymbolExp()
3182 Expression *resolve(Loc loc, Scope *sc, Dsymbol *s, bool hasOverloads) in resolve()
4333 SymbolExp::SymbolExp(Loc loc, TOK op, int size, Declaration *var, bool hasOverloads) in SymbolExp()
4343 SymOffExp::SymOffExp(Loc loc, Declaration *var, dinteger_t offset, bool hasOverloads) in SymOffExp()
4364 VarExp::VarExp(Loc loc, Declaration *var, bool hasOverloads) in VarExp()
4373 VarExp *VarExp::create(Loc loc, Declaration *var, bool hasOverloads) in create()
5265 DotVarExp::DotVarExp(Loc loc, Expression *e, Declaration *var, bool hasOverloads) in DotVarExp()
5463 DelegateExp::DelegateExp(Loc loc, Expression *e, FuncDeclaration *f, bool hasOverloads) in DelegateExp()
H A Dinitsem.c653 bool hasOverloads = false; in visit() local
H A Dfunc.c3160 FuncDeclaration *FuncDeclaration::overloadModMatch(Loc loc, Type *tthis, bool &hasOverloads) in overloadModMatch()
3572 bool hasOverloads = fd->overnext != NULL; in resolveFuncCall() local
4665 …Declaration::FuncAliasDeclaration(Identifier *ident, FuncDeclaration *funcalias, bool hasOverloads) in FuncAliasDeclaration()
H A Ddeclaration.c703 OverDeclaration::OverDeclaration(Identifier *ident, Dsymbol *s, bool hasOverloads) in OverDeclaration()
H A Dexpressionsem.c3672 bool hasOverloads = false; in visit() local
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Daliasthis.d109 bool hasOverloads; variable
H A Dexpression.h329 bool hasOverloads; variable
560 bool hasOverloads; variable
780 bool hasOverloads; variable
804 bool hasOverloads; variable
H A Dinitsem.d1054 bool hasOverloads; in inferType() local
H A Dfunc.d871 …rn (D) final FuncDeclaration overloadModMatch(const ref Loc loc, Type tthis, ref bool hasOverloads) in overloadModMatch()
3249 bool hasOverloads = fd.overnext !is null; in resolveFuncCall() local
3622 bool hasOverloads; variable
H A Ddeclaration.h702 bool hasOverloads; variable
H A Dexpression.d2277 bool hasOverloads; variable
3602 bool hasOverloads; variable
3604 extern (D) this(const ref Loc loc, EXP op, int size, Declaration var, bool hasOverloads) in this()
4795 bool hasOverloads; variable
4978 bool hasOverloads; variable
H A Dexpressionsem.d814 Expression symbolToExp(Dsymbol s, const ref Loc loc, Scope *sc, bool hasOverloads) in symbolToExp()
6950 bool hasOverloads; in visit() local