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_cent_type
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
types.cc
55
if (TYPE_PRECISION (type) == TYPE_PRECISION (
d_cent_type
))
56
return unsignedp ? d_ucent_type :
d_cent_type
;
295
if (width == TYPE_PRECISION (
d_cent_type
))
296
return unsignedp ? d_ucent_type :
d_cent_type
;
739
case TY::Tint128: t->ctype =
d_cent_type
; break;
d-lang.cc
1476
if (mode == TYPE_MODE (
d_cent_type
))
1477
return unsignedp ? d_ucent_type :
d_cent_type
;
1550
if (bits <= TYPE_PRECISION (
d_cent_type
))
1551
return unsignedp ? d_ucent_type :
d_cent_type
;
d-tree.h
450
#define
d_cent_type
d_global_trees[DTI_CENT_TYPE]
macro
d-builtins.cc
836
d_cent_type
= make_signed_type (128);
Completed in 111 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026