| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | templateparamsem.d | 78 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 D | cppmangle.d | 457 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 D | template.h | 180 Type *valType;
|
| H A D | dtemplate.d | 2048 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 D | json.d | 703 property("type", "deco", value.valType); in visit()
|
| H A D | transitivevisitor.d | 1180 visitType(tp.valType); in ParseVisitMethods()
|
| H A D | hdrgen.d | 2733 typeToBuffer(tp.valType, tp.ident, buf, hgs); in visit()
|
| /netbsd-src/external/bsd/openldap/dist/contrib/slapd-modules/ppm/ |
| H A D | ppm.c | 124 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 D | ppm.h | 118 void storeEntry(char *param, char *value, valueType valType,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | cppmangle.c | 206 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 D | template.h | 212 Type *valType; 218 …TemplateValueParameter(Loc loc, Identifier *ident, Type *valType, Expression *specValue, Expressio…
|
| H A D | dtemplate.c | 1776 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 D | json.c | 748 property("type", "deco", value->valType); in visit()
|
| H A D | hdrgen.c | 3053 typeToBuffer(tp->valType, tp->ident); in visit()
|