OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bld_index
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
value-range.cc
1670
unsigned
bld_index
= 0;
local
1686
m_base[
bld_index
* 2] = lb;
1688
m_base[
bld_index
* 2] = pairl;
1694
m_base[
bld_index
++ * 2 + 1] = ub;
1698
m_base[
bld_index
++ * 2 + 1] = pairu;
1701
m_num_ranges =
bld_index
;
/src/external/gpl3/gcc.old/dist/gcc/
value-range.cc
1758
unsigned
bld_index
= 0;
local
1774
m_base[
bld_index
* 2] = wide_int_to_tree (range_type, lb);
1776
m_base[
bld_index
* 2] = pairl;
1782
m_base[
bld_index
++ * 2 + 1] = wide_int_to_tree (range_type, ub);
1786
m_base[
bld_index
++ * 2 + 1] = pairu;
1789
m_num_ranges =
bld_index
;
Completed in 22 milliseconds
Indexes created Sun Jun 21 00:25:28 UTC 2026