OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rhs_p
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-vrp.cc
199
bool
rhs_p
= TREE_CODE (gimple_cond_rhs (s)) == SSA_NAME;
local
202
if (lhs_p &&
rhs_p
)
tree-vrp.cc
199
bool
rhs_p
= TREE_CODE (gimple_cond_rhs (s)) == SSA_NAME;
local
202
if (lhs_p &&
rhs_p
)
ipa-param-manipulation.cc
1996
tree *lhs_p, *
rhs_p
;
local
2002
rhs_p
= gimple_assign_rhs1_ptr (stmt);
2006
any |= modify_expression (
rhs_p
, false, extra_stmts);
2008
&& !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*
rhs_p
)))
2010
if (TREE_CODE (*
rhs_p
) == CONSTRUCTOR)
2014
*
rhs_p
= build_zero_cst (TREE_TYPE (*lhs_p));
2016
*
rhs_p
= build_constructor (TREE_TYPE (*lhs_p),
2022
== tree_to_shwi (TYPE_SIZE (TREE_TYPE (*
rhs_p
))));
2025
*
rhs_p
);
ipa-param-manipulation.cc
1996
tree *lhs_p, *
rhs_p
;
local
2002
rhs_p
= gimple_assign_rhs1_ptr (stmt);
2006
any |= modify_expression (
rhs_p
, false, extra_stmts);
2008
&& !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*
rhs_p
)))
2010
if (TREE_CODE (*
rhs_p
) == CONSTRUCTOR)
2014
*
rhs_p
= build_zero_cst (TREE_TYPE (*lhs_p));
2016
*
rhs_p
= build_constructor (TREE_TYPE (*lhs_p),
2022
== tree_to_shwi (TYPE_SIZE (TREE_TYPE (*
rhs_p
))));
2025
*
rhs_p
);
/src/external/gpl3/gcc.old/dist/gcc/
ipa-param-manipulation.cc
1829
tree *lhs_p, *
rhs_p
;
local
1835
rhs_p
= gimple_assign_rhs1_ptr (stmt);
1839
any |= modify_expression (
rhs_p
, false);
1841
&& !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*
rhs_p
)))
1843
if (TREE_CODE (*
rhs_p
) == CONSTRUCTOR)
1847
*
rhs_p
= build_zero_cst (TREE_TYPE (*lhs_p));
1849
*
rhs_p
= build_constructor (TREE_TYPE (*lhs_p),
1856
*
rhs_p
);
ipa-param-manipulation.cc
1829
tree *lhs_p, *
rhs_p
;
local
1835
rhs_p
= gimple_assign_rhs1_ptr (stmt);
1839
any |= modify_expression (
rhs_p
, false);
1841
&& !useless_type_conversion_p (TREE_TYPE (*lhs_p), TREE_TYPE (*
rhs_p
)))
1843
if (TREE_CODE (*
rhs_p
) == CONSTRUCTOR)
1847
*
rhs_p
= build_zero_cst (TREE_TYPE (*lhs_p));
1849
*
rhs_p
= build_constructor (TREE_TYPE (*lhs_p),
1856
*
rhs_p
);
Completed in 38 milliseconds
Indexes created Mon Jun 08 00:24:58 UTC 2026