OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ptrdiff_max
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc
210
the size of the largest object is
PTRDIFF_MAX
. */
221
tree
ptrdiff_max
= TYPE_MAX_VALUE (ptrdiff_type_node);
local
222
tree maxbound =
ptrdiff_max
;
235
if (maxbound ==
ptrdiff_max
)
/src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc
181
the size of the largest object is
PTRDIFF_MAX
. */
192
tree
ptrdiff_max
= TYPE_MAX_VALUE (ptrdiff_type_node);
local
193
tree maxbound =
ptrdiff_max
;
206
if (maxbound ==
ptrdiff_max
)
Completed in 41 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026