/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | runtime.cc | 121 libcall_types[type] = Type::tstring; in get_libcall_type() 173 libcall_types[type] = Type::tstring->arrayOf (); in get_libcall_type()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | runtime.cc | 120 libcall_types[type] = Type::tstring; in get_libcall_type() 172 libcall_types[type] = Type::tstring->arrayOf (); in get_libcall_type()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/net/ |
H A D | isemail.d | 72 alias tstring = const(Char)[]; variable 104 tstring token = ""; 105 tstring tokenPrior = ""; 106 …tstring[EmailPart] parseData = [EmailPart.componentLocalPart : "", EmailPart.componentDomain : ""]; 107 …tstring[][EmailPart] atomList = [EmailPart.componentLocalPart : [""], EmailPart.componentDomain : … 753 parseData[EmailPart.status] = to!(tstring)(returnStatus); 762 tstring localPart = ""; 763 tstring domainPart = "";
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/net/ |
H A D | isemail.d | 73 alias tstring = const(Char)[]; variable 109 tstring token = ""; 110 tstring tokenPrior = ""; 111 …tstring[EmailPart] parseData = [EmailPart.componentLocalPart : "", EmailPart.componentDomain : ""]; 112 …tstring[][EmailPart] atomList = [EmailPart.componentLocalPart : [""], EmailPart.componentDomain : … 759 parseData[EmailPart.status] = to!(tstring)(returnStatus); 768 tstring localPart = ""; 769 tstring domainPart = "";
|
/netbsd-src/usr.sbin/bootp/common/ |
H A D | readfile.c | 1416 char tstring[MAXSTRINGLEN]; in fill_defaults() local 1418 tlen = sizeof(tstring); in fill_defaults() 1419 (void) get_string(src, tstring, &tlen); in fill_defaults() 1420 hashcode = hash_HashFunction((u_char *) tstring, tlen); in fill_defaults() 1421 hp2 = (struct host *) hash_Lookup(nmhashtable, hashcode, nmcmp, tstring); in fill_defaults() 1424 report(LOG_ERR, "can't find tc=\"%s\"", tstring); in fill_defaults()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dstruct.d | 57 tftostring = new TypeFunction(ParameterList(), Type.tstring, LINK.d); in search_toString()
|
H A D | mtype.h | 188 static Type *tstring; // immutable(char)[] variable
|
H A D | expression.d | 2407 if (implicitConvTo(Type.tstring)) in toStringExp() 2410 se.type = Type.tstring; in toStringExp() 6935 e.type = Type.tstring; in resolveLoc() 6976 e.type = Type.tstring; in resolveLoc()
|
H A D | hdrgen.d | 3443 …if (t.equals(Type.tstring) || t.equals(Type.twstring) || t.equals(Type.tdstring) || t.mod == 0 && … in tiargsToBuffer() 3783 if (ut.equals(Type.tstring)) in typeToBufferx()
|
H A D | mtype.d | 395 extern (C++) __gshared Type tstring; // immutable(char)[] 868 tstring = tchar.immutableOf().arrayOf(); in _init()
|
H A D | expressionsem.d | 12117 e.type = Type.tstring; in visit() 12130 e.type = Type.tstring; in visit() 12137 e.type = Type.tstring; in visit() 12149 e.type = Type.tstring; in visit()
|
H A D | typesem.d | 4792 msg.type = Type.tstring; in visitNoreturn()
|
H A D | dtemplate.d | 6188 if (!(v.type.equals(Type.tstring) || (v.type.isTypeBasic() !is null))) in isDiscardable()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | dstruct.c | 48 tftostring = new TypeFunction(NULL, Type::tstring, 0, LINKd); in search_toString()
|
H A D | mtype.h | 193 static Type *tstring; // immutable(char)[] variable
|
H A D | expression.c | 3436 if (implicitConvTo(Type::tstring)) in toStringExp() 3439 se->type = Type::tstring; in toStringExp() 6742 e->type = Type::tstring; in resolveLoc() 6776 e->type = Type::tstring; in resolveLoc()
|
H A D | hdrgen.c | 821 if (ut->equals(Type::tstring)) in visit() 1629 if (t->equals(Type::tstring) || in tiargsToBuffer()
|
H A D | expressionsem.c | 8118 e->type = Type::tstring; in visit() 8131 e->type = Type::tstring; in visit() 8138 e->type = Type::tstring; in visit() 8150 e->type = Type::tstring; in visit()
|
H A D | mtype.c | 109 Type *Type::tstring; 262 tstring = tchar->immutableOf()->arrayOf(); in _init()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2011 | 608 (tstring): Add defaulted move assignment. 610 (tstring): Add defaulted move assignment.
|