/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | aliasthis.c | 44 bool hasOverloads = false; in resolveAliasThis() local
|
H A D | expression.h | 312 bool hasOverloads; variable 578 bool hasOverloads; variable 819 bool hasOverloads; variable 846 bool hasOverloads; variable
|
H A D | declaration.h | 222 bool hasOverloads; variable 689 bool hasOverloads; variable
|
H A D | expression.c | 3168 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 D | initsem.c | 653 bool hasOverloads = false; in visit() local
|
H A D | func.c | 3160 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 D | declaration.c | 703 OverDeclaration::OverDeclaration(Identifier *ident, Dsymbol *s, bool hasOverloads) in OverDeclaration()
|
H A D | expressionsem.c | 3672 bool hasOverloads = false; in visit() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | aliasthis.d | 109 bool hasOverloads; variable
|
H A D | expression.h | 329 bool hasOverloads; variable 560 bool hasOverloads; variable 780 bool hasOverloads; variable 804 bool hasOverloads; variable
|
H A D | initsem.d | 1054 bool hasOverloads; in inferType() local
|
H A D | func.d | 871 …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 D | declaration.h | 702 bool hasOverloads; variable
|
H A D | expression.d | 2277 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 D | expressionsem.d | 814 Expression symbolToExp(Dsymbol s, const ref Loc loc, Scope *sc, bool hasOverloads) in symbolToExp() 6950 bool hasOverloads; in visit() local
|