CloneSet45


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
11210.984declaration_seq
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11150
InclusionConstraintGraph/Configuration.h
21164
InclusionConstraintGraph/Configuration.h
Clone Instance
1
Line Count
11
Source Line
50
Source File
InclusionConstraintGraph/Configuration.h

                        static const unsigned long size_of_node = 128; // power of two upper bound for size of inclusion constraint graph node in chars

                        typedef Node *NodeRepresentationType;

                        __forceinline Node *representation_to_pnode(NodeRepresentationType ul) {
                                assert(ul != 0);
                                return ul;
                                                                                               }

                        __forceinline NodeRepresentationType pnode_to_representation(Node *pn) {
                                assert(pn != NULL);
                                return pn;
                                                                                               }



Clone Instance
2
Line Count
11
Source Line
64
Source File
InclusionConstraintGraph/Configuration.h

                static const unsigned long size_of_node = 64; // power of two upper bound for size of inclusion constraint graph node in chars

                typedef Node *NodeRepresentationType;

                __forceinline Node *representation_to_pnode(NodeRepresentationType ul) {
                        assert(ul != 0);
                        return ul;
                                                                                       }

                __forceinline NodeRepresentationType pnode_to_representation(Node *pn) {
                        assert(pn != NULL);
                        return pn;
                                                                                       }



Clone AbstractionParameter Count: 1Parameter Bindings

static const unsigned long size_of_node = [[#variablea936d00]]; // power of two upper bound for size of inclusion constraint graph node in chars
typedef Node *NodeRepresentationType;
__forceinline Node *representation_to_pnode(NodeRepresentationType ul)
  {
    assert(ul != 0);
    return ul;
  }

__forceinline NodeRepresentationType pnode_to_representation(Node *pn)
  {
    assert(pn != NULL);
    return pn;
  }

 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#a936d00]]
128 
12[[#a936d00]]
64