Searched refs:is_final (Results 1 - 9 of 9) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_final.h26 struct _LIBCPP_TEMPLATE_VIS is_final : public integral_constant<bool, __is_final(_Tp)> {}; struct in inherits:integral_constant
H A Ddatasizeof.h14 #include <__type_traits/is_final.h>
/freebsd-current/contrib/llvm-project/libcxx/include/__exception/
H A Dnested_exception.h20 #include <__type_traits/is_final.h>
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DTrailingObjects.h236 static_assert(std::is_final<BaseTy>(), "BaseTy must be final.");
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dcompressed_pair.h22 #include <__type_traits/is_final.h>
/freebsd-current/sys/netinet/
H A Din_mcast.c2242 bool is_final; local
2246 is_final = true;
2359 is_final = false;
2370 if (is_final) {
2403 if (!is_final) {
2433 if (is_final && imf)
/freebsd-current/sys/netinet6/
H A Din6_mcast.c2216 bool is_final; local
2224 is_final = true;
2358 is_final = false;
2369 if (is_final) {
2403 if (!is_final) {
2434 if (is_final && imf)
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dtype_traits.inc48 using std::is_final;
/freebsd-current/lib/libc++/
H A DMakefile1208 TTR_HEADERS+= is_final.h

Completed in 314 milliseconds