OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCAL_ELEMS
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
rtl-iter.h
53
static const size_t
LOCAL_ELEMS
= 16;
64
value_type stack[
LOCAL_ELEMS
];
183
if (LIKELY (m_end + count <=
LOCAL_ELEMS
+ 1))
201
if (m_end >
LOCAL_ELEMS
)
rtlanal.cc
93
if (i <
LOCAL_ELEMS
)
98
gcc_checking_assert (i ==
LOCAL_ELEMS
);
105
base[
LOCAL_ELEMS
] = x;
144
if (LIKELY (end <
LOCAL_ELEMS
))
155
if (LIKELY (end <
LOCAL_ELEMS
))
164
if (LIKELY (end + length <=
LOCAL_ELEMS
))
195
const size_t generic_subrtx_iterator <T>::
LOCAL_ELEMS
;
/src/external/gpl3/gcc.old/dist/gcc/
rtl-iter.h
53
static const size_t
LOCAL_ELEMS
= 16;
64
value_type stack[
LOCAL_ELEMS
];
183
if (__builtin_expect (m_end + count <=
LOCAL_ELEMS
+ 1, true))
201
if (m_end >
LOCAL_ELEMS
)
rtlanal.cc
93
if (i <
LOCAL_ELEMS
)
98
gcc_checking_assert (i ==
LOCAL_ELEMS
);
105
base[
LOCAL_ELEMS
] = x;
144
if (__builtin_expect (end <
LOCAL_ELEMS
, true))
155
if (__builtin_expect (end <
LOCAL_ELEMS
, true))
164
if (__builtin_expect (end + length <=
LOCAL_ELEMS
, true))
195
const size_t generic_subrtx_iterator <T>::
LOCAL_ELEMS
;
Completed in 43 milliseconds
Indexes created Sat Mar 28 00:23:22 UTC 2026