OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tuple2
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/isl/dist/interface/
template_cpp.cc
177
Pair(const TupleKindPtr &tuple1, const TupleKindPtr &
tuple2
) :
178
TupleKind(""), tuple1(tuple1),
tuple2
(
tuple2
) {}
188
const TupleKindPtr
tuple2
;
member in struct:Pair
193
* The textual representation of a pair is of the form "pair<tuple1,
tuple2
>".
198
tuple2
->to_string() + ">";
222
auto names2 =
tuple2
->params();
238
return TupleKindPtr(::apply(tuple1, subs), ::apply(
tuple2
, subs));
252
return
tuple2
;
template_cpp.cc
177
Pair(const TupleKindPtr &tuple1, const TupleKindPtr &
tuple2
) :
178
TupleKind(""), tuple1(tuple1),
tuple2
(
tuple2
) {}
188
const TupleKindPtr
tuple2
;
member in struct:Pair
193
* The textual representation of a pair is of the form "pair<tuple1,
tuple2
>".
198
tuple2
->to_string() + ">";
222
auto names2 =
tuple2
->params();
238
return TupleKindPtr(::apply(tuple1, subs), ::apply(
tuple2
, subs));
252
return
tuple2
;
Completed in 65 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026