Searched refs:defaultType (Results 1 – 13 of 13) sorted by relevance
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | templateparamsem.d | 68 if (ttp.defaultType) in visit() 70 ttp.defaultType = ttp.defaultType.typeSemantic(ttp.loc, sc); in visit()
|
| H A D | template.h | 150 Type *defaultType; variable
|
| H A D | dtemplate.d | 4555 if (tp.defaultType) in visit() 4557 tp.defaultType.accept(this); in visit() 5378 Type defaultType; variable 5382 extern (D) this(const ref Loc loc, Identifier ident, Type specType, Type defaultType) in this() argument 5386 this.defaultType = defaultType; in this() 5396 …eParameter(loc, ident, specType ? specType.syntaxCopy() : null, defaultType ? defaultType.syntaxCo… in syntaxCopy() 5417 if (defaultType) in print() 5418 printf("\tDefault: %s\n", defaultType.toChars()); in print() 5430 Type t = defaultType; in defaultArg() 5441 return defaultType !is null; in hasDefaultArg() [all …]
|
| H A D | transitivevisitor.d | 1156 if (tp.defaultType) in ParseVisitMethods() 1157 visitType(tp.defaultType); in ParseVisitMethods()
|
| H A D | json.d | 697 property("default", "defaultDeco", type.defaultType); in visit()
|
| H A D | cppmangle.d | 2018 ttp.defaultType.accept(this); in visit() 2022 tvp.defaultType.accept(this); in visit()
|
| H A D | hdrgen.d | 2699 if (tp.defaultType) in visit() 2702 typeToBuffer(tp.defaultType, null, buf, hgs); in visit()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | template.h | 173 Type *defaultType; variable 177 TemplateTypeParameter(Loc loc, Identifier *ident, Type *specType, Type *defaultType); 198 TemplateThisParameter(Loc loc, Identifier *ident, Type *specType, Type *defaultType);
|
| H A D | dtemplate.c | 4186 if (tp->defaultType) in deduceType() 4188 tp->defaultType->accept(this); in deduceType() 5016 Type *defaultType) in TemplateTypeParameter() argument 5021 this->defaultType = defaultType; in TemplateTypeParameter() 5033 defaultType ? defaultType->syntaxCopy() : NULL); in syntaxCopy() 5143 if (defaultType) in print() 5144 printf("\tDefault: %s\n", defaultType->toChars()); in print() 5170 Type *t = defaultType; in defaultArg() 5181 return defaultType != NULL; in hasDefaultArg() 5190 Type *defaultType) in TemplateThisParameter() argument [all …]
|
| H A D | json.c | 740 property("default", "defaultDeco", type->defaultType); in visit()
|
| H A D | hdrgen.c | 3019 if (tp->defaultType) in visit() 3022 typeToBuffer(tp->defaultType, NULL); in visit()
|
| /netbsd-src/sys/arch/mac68k/obio/ |
| H A D | iwm_fdvar.h | 154 fdInfo_t *defaultType; /* default floppy format */ member
|
| H A D | iwm_fd.c | 447 fd->defaultType = &fdTypes[IWM_800K_GCR]; in fd_attach() 1728 thisInfo = (type == 0) ? fd->defaultType : &fdTypes[type - 1]; in fdDeviceToType()
|