OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fldval
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/cp/
constexpr.cc
4167
tree retval,
fldval
, utype, mask;
local
4225
fldval
= fold_convert (utype, value);
4231
fldval
= fold_build2 (BIT_AND_EXPR, utype,
fldval
, mask);
4235
fldval
= fold_build2 (LSHIFT_EXPR, utype,
fldval
,
4237
retval = fold_build2 (BIT_IOR_EXPR, utype, retval,
fldval
);
constexpr.cc
4167
tree retval,
fldval
, utype, mask;
local
4225
fldval
= fold_convert (utype, value);
4231
fldval
= fold_build2 (BIT_AND_EXPR, utype,
fldval
, mask);
4235
fldval
= fold_build2 (LSHIFT_EXPR, utype,
fldval
,
4237
retval = fold_build2 (BIT_IOR_EXPR, utype, retval,
fldval
);
Completed in 54 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026