Home
last modified time | relevance | path

Searched defs:ConstexprIterator (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libcxx/test/std/algorithms/
H A Drobust_against_proxy_iterators_lifetime_bugs.pass.cpp429 constexpr ConstexprIterator(int* ptr) : ptr_(ptr) {} in ConstexprIterator() function in ConstexprIterator
358 class ConstexprIterator { global() class
427 constexpr ConstexprIterator(int* ptr) : ptr_(ptr) {} ConstexprIterator() function in ConstexprIterator
442 constexpr ConstexprIterator(ConstexprIterator&& rhs) noexcept : ptr_(rhs.ptr_) { ConstexprIterator() function in ConstexprIterator
[all...]