CloneSet49


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.967iteration_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
183644
InclusionConstraintGraph/Graph.h
283653
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
8
Source Line
3644
Source File
InclusionConstraintGraph/Graph.h

                                // unmark temporary nodes (except function results)
                                do {
                                        for (MapTrackingNumbersToNodes::Iterator iterator = m_temporaries_to_nodes.Begin(); iterator != m_temporaries_to_nodes.End(); ++iterator) {
                                                Node *node = iterator.GetNode();
                                                if (node->GetNodeNumber() == (std::numeric_limits<unsigned long>::max)()) {
                                                        node->SetNodeNumber(0);
                                                                                                                          }
                                                                                                                                                                                  }
                                   }
                                while (  0);


Clone Instance
2
Line Count
8
Source Line
3653
Source File
InclusionConstraintGraph/Graph.h

                                // unmark indirect call nodes
                                do {
                                        for (MapTrackingNumbersToNodes::Iterator iterator = m_indirect_calls_to_nodes.Begin(); iterator != m_indirect_calls_to_nodes.End(); ++iterator) {
                                                Node *node = iterator.GetNode();
                                                if (node->GetNodeNumber() == (std::numeric_limits<unsigned long>::max)()) {
                                                        node->SetNodeNumber(0);
                                                                                                                          }
                                                                                                                                                                                        }
                                   }
                                while (  0);


Clone AbstractionParameter Count: 1Parameter Bindings

// unmark indirect call nodes
// unmark temporary nodes (except function results)
do
  {
    for (MapTrackingNumbersToNodes::Iterator iterator = [[#variablea9517a0]].Begin(); iterator != [[#variablea9517a0]].End(); ++iterator)
      {
        Node * node = iterator.GetNode();
        if (node->GetNodeNumber() == (std::numeric_limits<unsigned long>::max)())
          {
            node->SetNodeNumber(0);
          }
      }
  }
while (0);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a9517a0]]
m_indirect_calls_to_nodes 
12[[#a9517a0]]
m_temporaries_to_nodes