Home
last modified time | relevance | path

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

/netbsd-src/external/mit/isl/dist/interface/
H A Dcpp.cc106 clazz.copy_depth.emplace(fd, depth); in copy_method()
137 static int copy_depth(const isl_class &clazz, FunctionDecl *fd) in copy_depth() function
139 if (clazz.copy_depth.count(fd) == 0) in copy_depth()
141 return clazz.copy_depth.at(fd); in copy_depth()
168 if (copy_depth(clazz, m) <= depth) in is_overridden()
189 depth = copy_depth(super, fd) + 1; in copy_methods()
H A Dgenerator.h96 std::map<clang::FunctionDecl *, int> copy_depth; member