OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tuple1
(Results
1 - 1
of
1
) 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) {}
187
const TupleKindPtr
tuple1
;
member in struct:Pair
193
* The textual representation of a pair is of the form "pair<
tuple1
, tuple2>".
197
return std::string("pair<") +
tuple1
->to_string() + ", " +
221
auto names1 =
tuple1
->params();
238
return TupleKindPtr(::apply(
tuple1
, subs), ::apply(tuple2, subs));
245
return
tuple1
;
Completed in 31 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026