Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__ranges/
H A Dto.h84 concept __always_false = false; variable
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Duninitialized_algorithms.h49 struct __always_false { struct
51 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR bool operator()(_Args&&...) const _NOEXCEPT { in operator()