Home
last modified time | relevance | path

Searched refs:zipped (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DIteratorTest.cpp499 auto zipped = zip_first(pi, vector<bool>{1, 1, 0, 1, 1, 1, 0}); in TEST() local
501 zipped, [](decltype(zipped)::value_type t) { return get<1>(t); })) { in TEST()
518 auto zipped = zip_first(ascending, vector<bool>{0, 1, 0, 1, 0, 1}); in TEST() local
520 for (auto tup : reverse(zipped)) { in TEST()
527 auto odds = [](decltype(zipped)::value_type tup) { return get<1>(tup); }; in TEST()
529 for (auto tup : make_filter_range(reverse(zipped), odds)) { in TEST()
/llvm-project-15.0.7/lldb/test/API/terminal/
H A DTestSTTYBeforeAndAfter.py102 zipped = list(zip(stty_output1_lines, stty_output2_lines))
103 for tuple in zipped:
/llvm-project-15.0.7/llvm/docs/Proposals/
H A DGitHubMove.rst744 create the zipped history is below::
802 to submodule commits that were inlined into the zipped history. If
816 that submodule should be written in the zipped history.
/llvm-project-15.0.7/llvm/include/llvm/Target/
H A DTarget.td358 // The sub-register lists are zipped together:
381 // SubRegs - N lists of registers to be zipped up. Super-registers are