HomeSort by: relevance | last modified time | path
    Searched refs:curry (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
functional.d 37 $(TR $(TD $(LREF curry))
39 functions. f(x, y) == curry(f)(x)(y)
908 one argument and returns a callable taking the rest. f(x, y) == curry(f)(x)(y)
916 template curry(alias F)
923 //eg: auto fc = curry!f; auto fc1 = fc(1); auto fc2 = fc(2); fc1(3) != fc2(3)
950 auto curry()
964 auto cf = curry!f;
973 auto curry(T)(T t)
981 return curry!fun()(t);
1000 auto cs = curry(s)
    [all...]
  /src/external/mit/isl/dist/interface/
template_cpp.cc 652 static Signature curry = variable
811 { "curry", { curry } },
isl.py 7848 def curry(arg0): member in class:union_map
9169 def curry(arg0): member in class:map
16901 def curry(arg0): member in class:space
  /src/external/mit/isl/dist/include/isl/
cpp-checked.h 1441 inline isl::checked::map curry() const;
1941 inline isl::checked::map curry() const;
3800 inline isl::checked::space curry() const;
3963 inline isl::checked::union_map curry() const;
7616 isl::checked::map basic_map::curry() const function in class:isl::checked::basic_map
7618 return isl::checked::map(*this).curry();
9729 isl::checked::map map::curry() const function in class:isl::checked::map
17883 isl::checked::space space::curry() const function in class:isl::checked::space
18559 isl::checked::union_map union_map::curry() const function in class:isl::checked::union_map
typed_cpp.h 1059 inline typed::map<Domain, Range> curry() const = delete;
1274 inline typed::map<Domain, pair<Range, Range2>> curry() const;
1485 inline typed::map<Domain, Domain> curry() const = delete;
1706 inline typed::map<Domain, pair<Range, Range2>> curry() const = delete;
1918 inline typed::map<T1, pair<T2, pair<T1, T2>>> curry() const;
2136 inline typed::map<T1, pair<T2, pair<Range, Range2>>> curry() const;
3164 inline typed::map<Domain, Range> curry() const = delete;
3431 inline typed::map<Domain, pair<Range, Range2>> curry() const;
3694 inline typed::map<Domain, Domain> curry() const = delete;
3977 inline typed::map<Domain, pair<Range, Range2>> curry() const = delete
17663 typed::map<Domain, pair<Range, Range2>> typed::basic_map<pair<Domain, Range>, Range2>::curry() const function in class:isl::typed::typed::basic_map
19737 typed::map<T1, pair<T2, pair<T1, T2>>> typed::basic_map<pair<T1, T2>, pair<T1, T2>>::curry() const function in class:isl::typed::typed::basic_map
20509 typed::map<T1, pair<T2, pair<Range, Range2>>> typed::basic_map<pair<T1, T2>, pair<Range, Range2>>::curry() const function in class:isl::typed::typed::basic_map
23438 typed::map<Domain, pair<Range, Range2>> typed::map<pair<Domain, Range>, Range2>::curry() const function in class:isl::typed::typed::map
26116 typed::map<T1, pair<T2, pair<T1, T2>>> typed::map<pair<T1, T2>, pair<T1, T2>>::curry() const function in class:isl::typed::typed::map
27208 typed::map<T1, pair<T2, pair<Range, Range2>>> typed::map<pair<T1, T2>, pair<Range, Range2>>::curry() const function in class:isl::typed::typed::map
43429 typed::space<Domain, pair<Range, Range2>> typed::space<pair<Domain, Range>, Range2>::curry() const function in class:isl::typed::typed::space
43783 typed::space<T1, pair<T2, pair<Range, Range2>>> typed::space<pair<T1, T2>, pair<Range, Range2>>::curry() const function in class:isl::typed::typed::space
44678 typed::union_map<Domain, pair<Range, Range2>> typed::union_map<pair<Domain, Range>, Range2>::curry() const function in class:isl::typed::typed::union_map
46716 typed::union_map<T1, pair<T2, pair<T1, T2>>> typed::union_map<pair<T1, T2>, pair<T1, T2>>::curry() const function in class:isl::typed::typed::union_map
47490 typed::union_map<T1, pair<T2, pair<Range, Range2>>> typed::union_map<pair<T1, T2>, pair<Range, Range2>>::curry() const function in class:isl::typed::typed::union_map
    [all...]
cpp.h 1507 inline isl::map curry() const;
2007 inline isl::map curry() const;
3866 inline isl::space curry() const;
4029 inline isl::union_map curry() const;
8814 isl::map basic_map::curry() const function in class:isl::basic_map
8818 return isl::map(*this).curry();
11952 isl::map map::curry() const function in class:isl::map
25134 isl::space space::curry() const function in class:isl::space
26286 isl::union_map union_map::curry() const function in class:isl::union_map

Completed in 93 milliseconds