Home
last modified time | relevance | path

Searched defs:defaultValue (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplate.h182 Expression *defaultValue; variable
H A Dctfeexpr.d1774 const defaultValue = cast(uint)defaultElem.toInteger(); in changeArrayLiteralLength() local
H A Ddtemplate.d5500 Expression defaultValue; variable
5505 Expression specValue, Expression defaultValue) in this()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h214 Expression *defaultValue; variable
H A Dctfeexpr.c1803 unsigned defaultValue = (unsigned)(defaultElem->toInteger()); in changeArrayLiteralLength() local
H A Ddtemplate.c5465 Expression *specValue, Expression *defaultValue) in TemplateValueParameter()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/algorithm/
H A Dcomparison.d540 static int defaultValue() { return 2; } in defaultValue() function