OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_pairs
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
data-streamer-in.cc
236
unsigned HOST_WIDE_INT
num_pairs
= streamer_read_uhwi (ib);
local
237
for (unsigned i = 0; i <
num_pairs
; ++i)
value-range.h
296
unsigned
num_pairs
() const;
646
unsigned n =
num_pairs
() * 2;
880
irange::
num_pairs
() const
function in class:irange
1098
gcc_checking_assert (pair + 1 <=
num_pairs
());
1109
gcc_checking_assert (pair + 1 <=
num_pairs
());
1118
unsigned pairs =
num_pairs
();
/src/external/gpl3/gcc.old/dist/gcc/
value-range.h
60
unsigned
num_pairs
() const;
85
bool fits_p (const irange &r) { return m_max_ranges >= r.
num_pairs
(); }
212
irange::
num_pairs
() const
function in class:irange
521
gcc_checking_assert (pair + 1 <=
num_pairs
());
534
gcc_checking_assert (pair + 1 <=
num_pairs
());
543
unsigned pairs =
num_pairs
();
660
// Return a new range with
NUM_PAIRS
.
661
irange *allocate (unsigned
num_pairs
);
691
// Return a new range with
NUM_PAIRS
.
694
irange_allocator::allocate (unsigned
num_pairs
)
[
all
...]
Completed in 15 milliseconds
Indexes created Fri Mar 27 00:22:57 UTC 2026