Home
last modified time | relevance | path

Searched refs:tstring (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc121 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 Druntime.cc120 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 Disemail.d72 alias tstring = const(Char)[]; variable
104 tstring token = "";
105 tstring tokenPrior = "";
106tstring[EmailPart] parseData = [EmailPart.componentLocalPart : "", EmailPart.componentDomain : ""];
107tstring[][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 Disemail.d73 alias tstring = const(Char)[]; variable
109 tstring token = "";
110 tstring tokenPrior = "";
111tstring[EmailPart] parseData = [EmailPart.componentLocalPart : "", EmailPart.componentDomain : ""];
112tstring[][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 Dreadfile.c1416 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 Ddstruct.d57 tftostring = new TypeFunction(ParameterList(), Type.tstring, LINK.d); in search_toString()
H A Dmtype.h188 static Type *tstring; // immutable(char)[] variable
H A Dexpression.d2407 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 Dhdrgen.d3443 …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 Dmtype.d395 extern (C++) __gshared Type tstring; // immutable(char)[]
868 tstring = tchar.immutableOf().arrayOf(); in _init()
H A Dexpressionsem.d12117 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 Dtypesem.d4792 msg.type = Type.tstring; in visitNoreturn()
H A Ddtemplate.d6188 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 Ddstruct.c48 tftostring = new TypeFunction(NULL, Type::tstring, 0, LINKd); in search_toString()
H A Dmtype.h193 static Type *tstring; // immutable(char)[] variable
H A Dexpression.c3436 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 Dhdrgen.c821 if (ut->equals(Type::tstring)) in visit()
1629 if (t->equals(Type::tstring) || in tiargsToBuffer()
H A Dexpressionsem.c8118 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 Dmtype.c109 Type *Type::tstring;
262 tstring = tchar->immutableOf()->arrayOf(); in _init()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-2011608 (tstring): Add defaulted move assignment.
610 (tstring): Add defaulted move assignment.