OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copied_from
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/mit/isl/dist/interface/
generator.h
71
* "
copied_from
" records the direct superclass from which the method
95
std::map<clang::FunctionDecl *, const isl_class &>
copied_from
;
member in struct:isl_class
generator.cc
75
if (
copied_from
.count(method) != 0)
76
return
copied_from
.at(method).is_static(method);
cpp.cc
105
clazz.
copied_from
.emplace(fd, super);
381
if (method.clazz.
copied_from
.count(method.fd) == 0) {
386
auto super = method.clazz.
copied_from
.at(method.fd);
Completed in 20 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026