OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:imagexpr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-pretty-print.cc
1219
tree
imagexpr
= TREE_OPERAND (e, 1);
1223
&& TREE_CODE (
imagexpr
) == NOP_EXPR
1225
&& TREE_TYPE (
imagexpr
) == TREE_TYPE (type)
1227
&& TREE_CODE (TREE_OPERAND (
imagexpr
, 0)) == IMAGPART_EXPR
1229
== TREE_OPERAND (TREE_OPERAND (
imagexpr
, 0), 0))
1237
if ((integer_zerop (
imagexpr
) || real_zerop (
imagexpr
))
1216
tree
imagexpr
= TREE_OPERAND (e, 1);
local
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-pretty-print.cc
1170
tree
imagexpr
= TREE_OPERAND (e, 1);
1174
&& TREE_CODE (
imagexpr
) == NOP_EXPR
1176
&& TREE_TYPE (
imagexpr
) == TREE_TYPE (type)
1178
&& TREE_CODE (TREE_OPERAND (
imagexpr
, 0)) == IMAGPART_EXPR
1180
== TREE_OPERAND (TREE_OPERAND (
imagexpr
, 0), 0))
1188
if ((integer_zerop (
imagexpr
) || real_zerop (
imagexpr
))
1167
tree
imagexpr
= TREE_OPERAND (e, 1);
local
Completed in 25 milliseconds
Indexes created Mon Jul 27 00:28:37 UTC 2026