OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:specializer
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/interface/
template_cpp.cc
2060
static std::pair<bool, Substitution>
specializer
(const Kind &general,
function
2063
Substitution
specializer
;
local
2071
if (!update_sub(
specializer
, general[i], specific[i]))
2075
return { true,
specializer
};
2083
return
specializer
(kind1, kind2).first &&
2084
specializer
(kind2, kind1).first;
2342
if (
specializer
(specific, general).first) {
2418
if (!
specializer
(specialized_instance, instance_kind).first)
2460
* then apply the
specializer
to the complete (renamed) signature,
2474
auto maybe_specializer =
specializer
(renamed_arg, instance.kind)
2476
const auto &
specializer
= maybe_
specializer
.second;
local
[
all
...]
/src/external/mit/isl/dist/
isl_scheduler.c
3148
static __isl_give isl_map *
specializer
(struct isl_sched_node *src,
function
3192
id =
specializer
(edge->src, edge->dst);
Completed in 34 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026