OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bitint_precision_kind
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gimple-lower-bitint.cc
76
/* Caches to speed up
bitint_precision_kind
. */
84
bitint_precision_kind
(int prec)
function
130
bitint_precision_kind
(tree type)
function
132
return
bitint_precision_kind
(TYPE_PRECISION (type));
174
||
bitint_precision_kind
(TREE_TYPE (op)) != bitint_prec_middle)
234
&&
bitint_precision_kind
(lhs_type) >= bitint_prec_large
235
&&
bitint_precision_kind
(rhs_type) >= bitint_prec_large
243
if (
bitint_precision_kind
(lhs_type) == bitint_prec_large)
291
||
bitint_precision_kind
(type) < bitint_prec_large)
404
||
bitint_precision_kind
(type) < bitint_prec_large
[
all
...]
Completed in 21 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026