OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OEP_BITWISE
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/
tree-vector-builder.h
91
return operand_equal_p (elt1, elt2,
OEP_BITWISE
);
tree-core.h
928
OEP_BITWISE
= 128,
fold-const.cc
2978
If
OEP_BITWISE
is set, then require the values to be bitwise identical
3013
if ((flags &
OEP_BITWISE
)
3149
if (!(flags &
OEP_BITWISE
) && !HONOR_SIGNED_ZEROS (arg0))
3201
/* Don't handle more cases for
OEP_BITWISE
, since we can't guarantee that
3203
if (flags & (OEP_ONLY_CONST |
OEP_BITWISE
))
/src/external/gpl3/gcc/dist/gcc/
tree-vector-builder.h
91
return operand_equal_p (elt1, elt2,
OEP_BITWISE
);
tree-core.h
948
OEP_BITWISE
= 128,
fold-const.cc
3143
If
OEP_BITWISE
is set, then require the values to be bitwise identical
3178
if ((flags &
OEP_BITWISE
)
3314
if (!(flags &
OEP_BITWISE
) && !HONOR_SIGNED_ZEROS (arg0))
3422
/* Don't handle more cases for
OEP_BITWISE
, since we can't guarantee that
3424
if (flags & (OEP_ONLY_CONST |
OEP_BITWISE
))
Completed in 59 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026