CloneSet32


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12210.951pp_statement_seq
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1124726
InclusionConstraintGraph/Graph.h
2124741
InclusionConstraintGraph/Graph.h
Clone Instance
1
Line Count
12
Source Line
4726
Source File
InclusionConstraintGraph/Graph.h

                                #if !WRITE_BACK_CACHED_POINTED_TO_LOCATIONS
                                        do {
                                                for (std::size_t a=0; a <m_assignments_to_dereferenced_targets_from_sources.Size();a++) {
                                                        if (m_assignments_to_dereferenced_targets_from_sources[a].TranslationUnit() == translation_unit) {
                                                                WriteNumber(m_assignments_to_dereferenced_targets_from_sources[a].Target()->GetNodeNumber());
                                                                WriteCharacter(L':');
                                                                WriteNumber(m_assignments_to_dereferenced_targets_from_sources[a].Source()->GetNodeNumber());
                                                                WriteNewline();
                                                                                                                                                         }
                                                                                                                                        }
                                           }
                                        while (  0);
                                #endif


Clone Instance
2
Line Count
12
Source Line
4741
Source File
InclusionConstraintGraph/Graph.h

                                #if !WRITE_BACK_CACHED_POINTED_TO_LOCATIONS
                                        do {
                                                for (std::size_t a=0; a <m_assignments_to_targets_from_dereferenced_sources.Size();a++) {
                                                        if (m_assignments_to_targets_from_dereferenced_sources[a].TranslationUnit() == translation_unit) {
                                                                WriteNumber(m_assignments_to_targets_from_dereferenced_sources[a].Target()->GetNodeNumber());
                                                                WriteCharacter(L':');
                                                                WriteNumber(m_assignments_to_targets_from_dereferenced_sources[a].Source()->GetNodeNumber());
                                                                WriteNewline();
                                                                                                                                                         }
                                                                                                                                        }
                                           }
                                        while (  0);
                                #endif


Clone AbstractionParameter Count: 1Parameter Bindings

#if !WRITE_BACK_CACHED_POINTED_TO_LOCATIONS
  do
    {
      for (std::size_t a = 0; a < [[#variablea946d40]].Size(); a++)
        {
          if ([[#variablea946d40]][a].TranslationUnit() == translation_unit)
            {
              WriteNumber([[#variablea946d40]][a].Target()->GetNodeNumber());
              WriteCharacter(L':');
              WriteNumber([[#variablea946d40]][a].Source()->GetNodeNumber());
              WriteNewline();
            }
        }
    }
  while (0);
#endif
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a946d40]]
m_assignments_to_targets_from_dereferenced_sources 
12[[#a946d40]]
m_assignments_to_dereferenced_targets_from_sources