Home
last modified time | relevance | path

Searched defs:defaultArg (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h935 Expression *defaultArg; variable
H A Ddtemplate.c5168 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 Dmtype.c9326 …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 Dmtype.h565 Expression *defaultArg; variable
H A Ddtemplate.d5428 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 Dmtype.d6781 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()