Home
last modified time | relevance | path

Searched refs:valType (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtemplateparamsem.d78 tvp.valType = tvp.valType.typeSemantic(tvp.loc, sc); in visit()
88 e = e.implicitCastTo(sc, tvp.valType); in visit()
101 e = e.implicitCastTo(sc, tvp.valType); in visit()
107 result = !isError(tvp.valType); in visit()
H A Dcppmangle.d457 if (tv.valType.isintegral()) in template_arg()
462 tv.valType.accept(this); in template_arg()
464 if (!tv.valType.isunsigned() && cast(sinteger_t)val < 0) in template_arg()
474 …nternal Compiler Error: C++ `%s` template value parameter is not supported", tv.valType.toChars()); in template_arg()
1230 if (!tv || !tv.valType.isString()) in mangleTemplatedFunction()
H A Dtemplate.h180 Type *valType;
H A Ddtemplate.d2048 Type vt = tvp.valType.typeSemantic(Loc.initial, sc); in deduceFunctionTemplateMatch()
2316 Type t = tvp ? tvp.valType : null; in declareParameter()
5498 Type valType; variable
5504 extern (D) this(const ref Loc loc, Identifier ident, Type valType, in this() argument
5508 this.valType = valType; in this()
5521 valType.syntaxCopy(), in syntaxCopy()
5540 if (valType) in declareParameter()
5541 valType = valType.typeSemantic(loc, sc); in declareParameter()
5542 auto v = new VarDeclaration(loc, valType, ident, null); in declareParameter()
5591 auto pe = cast(void*)valType in edummies; in dummyArg()
[all …]
H A Djson.d703 property("type", "deco", value.valType); in visit()
H A Dtransitivevisitor.d1180 visitType(tp.valType); in ParseVisitMethods()
H A Dhdrgen.d2733 typeToBuffer(tp.valType, tp.ident, buf, hgs); in visit()
/netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/
H A Dppm.c124 storeEntry(char *param, char *value, valueType valType, in storeEntry() argument
146 if(valType == typeInt) in storeEntry()
152 if(valType == typeInt) in storeEntry()
163 fileConf[*numParam].iType = valType; in storeEntry()
164 if(valType == typeInt) in storeEntry()
171 if(valType == typeInt) in storeEntry()
H A Dppm.h118 void storeEntry(char *param, char *value, valueType valType,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dcppmangle.c206 if (tv->valType->isintegral()) in template_args()
211 tv->valType->accept(this); in template_args()
213 if (!tv->valType->isunsigned() && (sinteger_t)val < 0) in template_args()
223 …ernal Compiler Error: C++ `%s` template value parameter is not supported", tv->valType->toChars()); in template_args()
H A Dtemplate.h212 Type *valType;
218 …TemplateValueParameter(Loc loc, Identifier *ident, Type *valType, Expression *specValue, Expressio…
H A Ddtemplate.c1776 Type *vt = tvp->valType->semantic(Loc(), sc); in deduceFunctionTemplateMatch()
2042 Type *t = tvp ? tvp->valType : NULL; in declareParameter()
5464 TemplateValueParameter::TemplateValueParameter(Loc loc, Identifier *ident, Type *valType, in TemplateValueParameter() argument
5469 this->valType = valType; in TemplateValueParameter()
5482 valType->syntaxCopy(), in syntaxCopy()
5489 VarDeclaration *v = new VarDeclaration(loc, valType, ident, NULL); in declareParameter()
5496 valType = valType->semantic(loc, sc); in semantic()
5498 return !isError(valType); in semantic()
5555 vt = valType->semantic(loc, sc); in matchArg()
5643 Expression **pe = (Expression **)dmd_aaGet(&edummies, (void *)valType); in dummyArg()
[all …]
H A Djson.c748 property("type", "deco", value->valType); in visit()
H A Dhdrgen.c3053 typeToBuffer(tp->valType, tp->ident); in visit()