OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_value_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-sccvn.cc
397
static unsigned int
next_value_id
;
variable
6535
return
next_value_id
;
6551
gcc_checking_assert ((int)
next_value_id
> 0);
6552
return
next_value_id
++;
8481
next_value_id
= 1;
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-sccvn.cc
391
static unsigned int
next_value_id
;
variable
6034
return
next_value_id
;
6050
gcc_checking_assert ((int)
next_value_id
> 0);
6051
return
next_value_id
++;
7958
next_value_id
= 1;
Completed in 52 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026