OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ec_lhs
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/analyzer/
constraint-manager.cc
3226
const equiv_class &
ec_lhs
= c->m_lhs.get_obj (*this);
local
3230
if (
ec_lhs
.m_cst_sval)
3234
visitor->on_fact (
ec_lhs
.m_cst_sval, code, ec_rhs.m_vars[j]);
3237
for (unsigned i = 0; i <
ec_lhs
.m_vars.length (); i++)
3240
visitor->on_fact (
ec_lhs
.m_vars[i], code, ec_rhs.m_cst_sval);
3242
visitor->on_fact (
ec_lhs
.m_vars[i], code, ec_rhs.m_vars[j]);
3248
const equiv_class &
ec_lhs
= iter.m_ec_id.get_obj (*this);
local
3249
for (unsigned i = 0; i <
ec_lhs
.m_vars.length (); i++)
3251
const svalue *lhs_sval =
ec_lhs
.m_vars[i];
/src/external/gpl3/gcc.old/dist/gcc/analyzer/
constraint-manager.cc
3015
const equiv_class &
ec_lhs
= c->m_lhs.get_obj (*this);
local
3019
if (
ec_lhs
.m_cst_sval)
3023
visitor->on_fact (
ec_lhs
.m_cst_sval, code, ec_rhs.m_vars[j]);
3026
for (unsigned i = 0; i <
ec_lhs
.m_vars.length (); i++)
3029
visitor->on_fact (
ec_lhs
.m_vars[i], code, ec_rhs.m_cst_sval);
3031
visitor->on_fact (
ec_lhs
.m_vars[i], code, ec_rhs.m_vars[j]);
3037
const equiv_class &
ec_lhs
= iter.m_ec_id.get_obj (*this);
local
3038
for (unsigned i = 0; i <
ec_lhs
.m_vars.length (); i++)
3040
const svalue *lhs_sval =
ec_lhs
.m_vars[i];
Completed in 19 milliseconds
Indexes created Thu Aug 20 00:25:57 UTC 2026