MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / ~Step

Method ~Step

src/library/tools/ktest/step.cpp:97–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97Step::~Step()
98{
99 for (ArrayVarList::iterator it = arrays_.begin(); it != arrays_.end(); ++it) {
100 delete (*it);
101 }
102 for (VarList::iterator it = vars_.begin(); it != vars_.end(); ++it) {
103 delete (*it);
104 }
105
106 vars_.clear();
107
108 arrays_.clear();
109
110 buffers_.clear();
111
112 kargMap_.clear();
113}
114
115BlasFunctionID
116Step::getStepNodeFuncID(ListNode *node)

Callers

nothing calls this directly

Calls 2

beginMethod · 0.80
endMethod · 0.80

Tested by

no test coverage detected