Home
last modified time | relevance | path

Searched refs:__ambiguous (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__tuple/
H A Dfind_index.h27 static constexpr size_t __ambiguous = __not_found - 1; variable
30 return !__matches ? __res : (__res == __not_found ? __curr_i : __ambiguous); in __find_idx_return()
45 static_assert(value != __ambiguous, "type occurs more than once in type list");
/freebsd/contrib/llvm-project/libcxx/include/
H A Dvariant402 return __ambiguous;
417 struct __find_unambiguous_index_sfinae_impl<__ambiguous> {};