Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Druntime.cc125 libcall_types[type] = Type::twstring; in get_libcall_type()
177 libcall_types[type] = Type::twstring->arrayOf (); in get_libcall_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Druntime.cc124 libcall_types[type] = Type::twstring; in get_libcall_type()
176 libcall_types[type] = Type::twstring->arrayOf (); in get_libcall_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dmtype.h189 static Type *twstring; // immutable(wchar)[] variable
H A Dhdrgen.d3443 …if (t.equals(Type.tstring) || t.equals(Type.twstring) || t.equals(Type.tdstring) || t.mod == 0 && … in tiargsToBuffer()
3785 else if (ut.equals(Type.twstring)) in typeToBufferx()
H A Dmtype.d396 extern (C++) __gshared Type twstring; // immutable(wchar)[]
869 twstring = twchar.immutableOf().arrayOf(); in _init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dmtype.h194 static Type *twstring; // immutable(wchar)[] variable
H A Dhdrgen.c823 else if (ut->equals(Type::twstring)) in visit()
1630 t->equals(Type::twstring) || in tiargsToBuffer()
H A Dmtype.c110 Type *Type::twstring;
263 twstring = twchar->immutableOf()->arrayOf(); in _init()