OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortsize
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
target.h
74
uint8_t
shortsize
; // size of a C 'short' or 'unsigned short' type
member in struct:TargetC
target.d
324
ubyte
shortsize
; /// size of a C `short` or `unsigned short` type
cparse.d
75
this.
shortsize
= target.
shortsize
;
2382
case TKW.xshort | TKW.xint: t = integerTypeForSize(
shortsize
); break;
2385
case TKW.xunsigned | TKW.xshort: t = unsignedTypeForSize(
shortsize
); break;
lexer.d
64
ubyte
shortsize
; /// size of a C short, default 2
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
162
this->c.
shortsize
= (SHORT_TYPE_SIZE / BITS_PER_UNIT);
Completed in 20 milliseconds
Indexes created Thu Sep 10 00:26:39 UTC 2026