Searched defs:defaultArg (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | mtype.h | 935 Expression *defaultArg; variable
|
H A D | dtemplate.c | 5168 RootObject *TemplateTypeParameter::defaultArg(Loc, Scope *sc) in defaultArg() function 5436 RootObject *TemplateAliasParameter::defaultArg(Loc, Scope *sc) in defaultArg() function 5657 RootObject *TemplateValueParameter::defaultArg(Loc instLoc, Scope *sc) in defaultArg() function 5808 RootObject *TemplateTupleParameter::defaultArg(Loc, Scope *) in defaultArg() function
|
H A D | mtype.c | 9326 …ameter::Parameter(StorageClass storageClass, Type *type, Identifier *ident, Expression *defaultArg) in Parameter() 9334 …Parameter::create(StorageClass storageClass, Type *type, Identifier *ident, Expression *defaultArg) in create()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | mtype.h | 565 Expression *defaultArg; variable
|
H A D | dtemplate.d | 5428 override final RootObject defaultArg(const ref Loc instLoc, Scope* sc) in defaultArg() function 5561 override RootObject defaultArg(const ref Loc instLoc, Scope* sc) in defaultArg() function 5660 override RootObject defaultArg(const ref Loc instLoc, Scope* sc) in defaultArg() function 5761 override RootObject defaultArg(const ref Loc instLoc, Scope* sc) in defaultArg() function
|
H A D | mtype.d | 6781 Expression defaultArg; variable 6784 …extern (D) this(StorageClass storageClass, Type type, Identifier ident, Expression defaultArg, Use… in this() 6793 …er create(StorageClass storageClass, Type type, Identifier ident, Expression defaultArg, UserAttri… in create()
|