OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:d_short_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
64
if (TYPE_PRECISION (type) == TYPE_PRECISION (
d_short_type
))
65
return unsignedp ? d_ushort_type :
d_short_type
;
286
if (width == TYPE_PRECISION (
d_short_type
))
287
return unsignedp ? d_ushort_type :
d_short_type
;
733
case TY::Tint16: t->ctype =
d_short_type
; break;
d-lang.cc
1468
return unsignedp ? d_ushort_type :
d_short_type
;
1541
if (bits <= TYPE_PRECISION (
d_short_type
))
1542
return unsignedp ? d_ushort_type :
d_short_type
;
1607
|| type ==
d_short_type
|| type == d_ushort_type
d-tree.h
444
#define
d_short_type
d_global_trees[DTI_SHORT_TYPE]
macro
d-builtins.cc
827
d_short_type
= make_signed_type (16);
Completed in 18 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026