Home
last modified time | relevance | path

Searched refs:tdstring (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc129 libcall_types[type] = Type::tdstring; in get_libcall_type()
181 libcall_types[type] = Type::tdstring->arrayOf (); in get_libcall_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc128 libcall_types[type] = Type::tdstring; in get_libcall_type()
180 libcall_types[type] = Type::tdstring->arrayOf (); in get_libcall_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h190 static Type *tdstring; // immutable(dchar)[] variable
H A Dhdrgen.d3443 …if (t.equals(Type.tstring) || t.equals(Type.twstring) || t.equals(Type.tdstring) || t.mod == 0 && … in tiargsToBuffer()
3787 else if (ut.equals(Type.tdstring)) in typeToBufferx()
H A Dmtype.d397 extern (C++) __gshared Type tdstring; // immutable(dchar)[]
870 tdstring = tdchar.immutableOf().arrayOf(); in _init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h195 static Type *tdstring; // immutable(dchar)[] variable
H A Dhdrgen.c825 else if (ut->equals(Type::tdstring)) in visit()
1631 t->equals(Type::tdstring) || in tiargsToBuffer()
H A Dmtype.c111 Type *Type::tdstring;
264 tdstring = tdchar->immutableOf()->arrayOf(); in _init()