Searched refs:copy_depth (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/mit/isl/dist/interface/
H A Dcpp.cc106 clazz.copy_depth.emplace(fd, depth);
137 static int copy_depth(const isl_class &clazz, FunctionDecl *fd) function
139 if (clazz.copy_depth.count(fd) == 0)
141 return clazz.copy_depth.at(fd);
168 if (copy_depth(clazz, m) <= depth)
189 depth = copy_depth(super, fd) + 1;
H A Dgenerator.h73 * "copy_depth" records the distance to the ancestor to which
96 std::map<clang::FunctionDecl *, int> copy_depth; member in struct:isl_class

Completed in 74 milliseconds