OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uprecm1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-ubsan.cc
174
tree
uprecm1
= build_int_cst (op1_utype, op0_prec - 1);
local
180
t = fold_build2 (GT_EXPR, boolean_type_node, t,
uprecm1
);
194
(unsigned) x >> (
uprecm1
- y)
198
tree x = fold_build2 (MINUS_EXPR, op1_utype,
uprecm1
,
207
x < 0 || ((unsigned) x >> (
uprecm1
- y))
211
tree x = fold_build2 (MINUS_EXPR, op1_utype,
uprecm1
,
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-ubsan.cc
157
tree
uprecm1
= build_int_cst (op1_utype, op0_prec - 1);
local
163
t = fold_build2 (GT_EXPR, boolean_type_node, t,
uprecm1
);
177
(unsigned) x >> (
uprecm1
- y)
181
tree x = fold_build2 (MINUS_EXPR, op1_utype,
uprecm1
,
190
x < 0 || ((unsigned) x >> (
uprecm1
- y))
194
tree x = fold_build2 (MINUS_EXPR, op1_utype,
uprecm1
,
Completed in 68 milliseconds
Indexes created Fri Apr 10 00:22:58 UTC 2026