Home
last modified time | relevance | path

Searched refs:specValue (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplateparamsem.d82 if (tvp.specValue) in visit()
84 Expression e = tvp.specValue; in visit()
92 tvp.specValue = e; in visit()
H A Dtemplate.h181 Expression *specValue; variable
H A Djson.d704 if (value.specValue) in visit()
705 property("specValue", value.specValue.toString()); in visit()
H A Dtransitivevisitor.d1181 if (tp.specValue) in ParseVisitMethods()
1182 tp.specValue.accept(this); in ParseVisitMethods()
H A Ddtemplate.d5499 Expression specValue; variable
5505 Expression specValue, Expression defaultValue) in this() argument
5509 this.specValue = specValue; in this()
5522 specValue ? specValue.syntaxCopy() : null, in syntaxCopy()
5551 if (specValue) in print()
5552 printf("\tSpecialization: %s\n", specValue.toChars()); in print()
5558 return specValue; in specialization()
5587 Expression e = specValue; in dummyArg()
8056 if (tvp.specValue) in matchArg()
8062 Expression e = tvp.specValue; in matchArg()
H A Dhdrgen.d2734 if (tp.specValue) in visit()
2737 tp.specValue.expressionToBuffer(buf, hgs); in visit()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dtemplate.h213 Expression *specValue; variable
218 …TemplateValueParameter(Loc loc, Identifier *ident, Type *valType, Expression *specValue, Expressio…
H A Djson.c750 if (value->specValue) in visit()
751 property("specValue", value->specValue->toChars()); in visit()
H A Ddtemplate.c5465 Expression *specValue, Expression *defaultValue) in TemplateValueParameter() argument
5470 this->specValue = specValue; in TemplateValueParameter()
5483 specValue ? specValue->syntaxCopy() : NULL, in syntaxCopy()
5571 if (specValue) in matchArg()
5576 Expression *e = specValue; in matchArg()
5632 if (specValue) in print()
5633 printf("\tSpecialization: %s\n", specValue->toChars()); in print()
5639 Expression *e = specValue; in dummyArg()
5654 return specValue; in specialization()
H A Dhdrgen.c3054 if (tp->specValue) in visit()
3057 tp->specValue->accept(this); in visit()