HomeSort by relevance Sort by last modified time
    Searched refs:zip_first (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
STLExtras.h 349 // forward declarations required by zip_shortest/zip_first
358 template <typename... Iters> class zip_first { class in namespace:llvm::detail
378 bool operator!=(const zip_first<Iters...> &other) const {
381 zip_first(Iters &&... ts) : iterators(std::forward<Iters>(ts)...) {} function in class:llvm::detail::zip_first
384 template <typename... Iters> class zip_shortest : public zip_first<Iters...> {
386 bool test(const zip_first<Iters...> &other, index_sequence<Ns...>) const {
393 bool operator!=(const zip_first<Iters...> &other) const {
397 : zip_first<Iters...>(std::forward<Iters>(ts)...) {}
432 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u function in namespace:llvm
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
STLExtras.h 355 // forward declarations required by zip_shortest/zip_first
433 struct zip_first : public zip_common<zip_first<Iters...>, Iters...> { struct in namespace:llvm::detail
434 using Base = zip_common<zip_first<Iters...>, Iters...>;
436 bool operator==(const zip_first<Iters...> &other) const {
440 zip_first(Iters &&... ts) : Base(std::forward<Iters>(ts)...) {} function in struct:llvm::detail::zip_first
499 detail::zippy<detail::zip_first, T, U, Args...> zip_first(T &&t, U &&u, function in namespace:llvm
501 return detail::zippy<detail::zip_first, T, U, Args...>(
    [all...]

Completed in 873 milliseconds