Searched refs:sType (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dnumeric.d171 template sType(uint bits)
173 static if (bits <= ptrdiff_t.sizeof*8-1) alias sType = ptrdiff_t;
174 else alias sType = long;
179 alias T_signed_exp = sType!exponentWidth;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/
H A Dnumeric.d188 template sType(uint bits)
190 static if (bits <= ptrdiff_t.sizeof*8-1) alias sType = ptrdiff_t;
191 else alias sType = long;
196 alias T_signed_exp = sType!exponentWidth;
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c122108 sqlite3AddColumn(Parse *pParse, Token sName, Token sType) argument
[all...]

Completed in 721 milliseconds