HomeSort by: relevance | last modified time | path
    Searched defs:c_x (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
region-model.cc 4695 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
4705 model.set_value (c_x, int_17, NULL);
4710 const region *c_x_reg = model.get_lvalue (c_x, NULL);
4808 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
4818 const region *c_x_reg = m.get_lvalue (c_x, &ctxt);
5108 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
5114 const region *c_x_reg = model.get_lvalue (c_x, &ctxt);
5198 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
5213 model.set_value (c_x, int_17, NULL);
5221 ASSERT_EQ (model.get_rvalue (c_x, NULL), model.get_rvalue (d_x, NULL))
    [all...]
  /src/external/gpl3/gcc/dist/gcc/analyzer/
region-model.cc 7369 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
7379 model.set_value (c_x, int_17, NULL);
7384 const region *c_x_reg = model.get_lvalue (c_x, NULL);
7483 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
7493 const region *c_x_reg = m.get_lvalue (c_x, &ctxt);
7786 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
7792 const region *c_x_reg = model.get_lvalue (c_x, &ctxt);
7927 tree c_x = build3 (COMPONENT_REF, TREE_TYPE (ct.m_x_field), local
7942 model.set_value (c_x, int_17, NULL);
7950 ASSERT_EQ (model.get_rvalue (c_x, NULL), model.get_rvalue (d_x, NULL))
    [all...]

Completed in 32 milliseconds