Home
last modified time | relevance | path

Searched refs:copyPointer (Results 1 – 6 of 6) sorted by relevance

/dports/lang/maude/maude-2.7.1/src/Interface/
H A DdagNode.hh240 DagNode* copyPointer; member
595 copyPointer = copyEagerUptoReduced2(); // this destroys our top symbol in copyEagerUptoReduced()
598 return copyPointer; in copyEagerUptoReduced()
607 topSymbol = copyPointer->topSymbol; // restore our top symbol from copy in clearCopyPointers()
H A DChangeLog2912 (class DagNode): topSymbol and copyPointer made into an anonymous union
/dports/math/ogdf/OGDF/include/ogdf/planarity/boyer_myrvold/
H A DFindKuratowskis.h177 void copyPointer(const KuratowskiStructure& orig, SListPure<WInfo>& list);
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/
H A Dlayout.c++1799 copyPointer(segment, capTable, pointerSection + i, in setStructPointer()
1837 copyPointer(segment, capTable, reinterpret_cast<WirePointer*>(ptr) + i, in setListPointer()
1912 copyPointer(segment, capTable, reinterpret_cast<WirePointer*>(dst) + j, in setListPointer()
1924 static KJ_ALWAYS_INLINE(SegmentAnd<word*> copyPointer( in KJ_ALWAYS_INLINE()
1929 return copyPointer(dstSegment, dstCapTable, dst, in KJ_ALWAYS_INLINE()
1934 static SegmentAnd<word*> copyPointer( in copyPointer() function
2648 WireHelpers::copyPointer(segment, capTable, pointer, in copyFrom()
2919 WireHelpers::copyPointer(segment, capTable, pointers + i, in copyContentFrom()
3393 auto allocation = WireHelpers::copyPointer( in copy()
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/
H A Dlayout.c++1786 copyPointer(segment, capTable, pointerSection + i, in setStructPointer()
1824 copyPointer(segment, capTable, reinterpret_cast<WirePointer*>(ptr) + i, in setListPointer()
1899 copyPointer(segment, capTable, reinterpret_cast<WirePointer*>(dst) + j, in setListPointer()
1911 static KJ_ALWAYS_INLINE(SegmentAnd<word*> copyPointer( in KJ_ALWAYS_INLINE()
1916 return copyPointer(dstSegment, dstCapTable, dst, in KJ_ALWAYS_INLINE()
1921 static SegmentAnd<word*> copyPointer( in copyPointer() function
2633 WireHelpers::copyPointer(segment, capTable, pointer, in copyFrom()
2904 WireHelpers::copyPointer(segment, capTable, pointers + i, in copyContentFrom()
3378 auto allocation = WireHelpers::copyPointer( in copy()
/dports/math/ogdf/OGDF/src/ogdf/planarity/boyer_myrvold/
H A DFindKuratowskis.cpp41 void KuratowskiStructure::copyPointer(const KuratowskiStructure& orig, SListPure<WInfo>& list) { in copyPointer() function in ogdf::KuratowskiStructure
118 copyPointer(orig,wNodes); in copy()