OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:past_end
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
pointer-query.cc
113
*
PAST_END
for functions like mempcpy that might return a past the end
118
gimple_call_return_array (gimple *stmt, offset_int offrng[2], bool *
past_end
,
123
*
past_end
= false;
209
*
past_end
= true;
271
*
past_end
= true;
2059
bool
past_end
;
local
2061
if (tree ret = gimple_call_return_array (stmt, offrng, &
past_end
,
2071
if (remrng[1] != 0 && !
past_end
)
/src/external/gpl3/gcc.old/dist/gcc/
pointer-query.cc
112
*
PAST_END
for functions like mempcpy that might return a past the end
117
gimple_call_return_array (gimple *stmt, offset_int offrng[2], bool *
past_end
,
122
*
past_end
= false;
208
*
past_end
= true;
270
*
past_end
= true;
2043
bool
past_end
;
local
2045
if (tree ret = gimple_call_return_array (stmt, offrng, &
past_end
,
2055
if (remrng[1] != 0 && !
past_end
)
Completed in 41 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026