OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tptrdiff_t
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/
d-target.cc
143
Type::
tptrdiff_t
= Type::basic[(int)TY::Tint64];
member in class:Type
148
Type::
tptrdiff_t
= Type::basic[(int)TY::Tint32];
member in class:Type
153
Type::
tptrdiff_t
= Type::basic[(int)TY::Tint16];
member in class:Type
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
mtype.h
196
static Type *
tptrdiff_t
; // matches ptrdiff_t alias
member in class:Type
traits.d
1880
return new IntegerExp(e.loc, fd.vtblIndex, Type.
tptrdiff_t
);
dcast.d
2752
Type t = Type.
tptrdiff_t
;
2766
Type t = Type.
tptrdiff_t
;
expressionsem.d
10413
exp.type = Type.
tptrdiff_t
;
10417
e = new IntegerExp(exp.loc, 0, Type.
tptrdiff_t
);
10423
e = new DivExp(exp.loc, exp, new IntegerExp(Loc.initial, stride, Type.
tptrdiff_t
));
10424
e.type = Type.
tptrdiff_t
;
mtype.d
403
extern (C++) __gshared Type
tptrdiff_t
; // matches ptrdiff_t alias
875
tptrdiff_t
= basic[isLP64 ? Tint64 : Tint32];
Completed in 78 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026