Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dnew.cpp57 !std::__is_function_overridden(static_cast<void* (*)(std::size_t)>(&operator new)), in operator new()
85 !std::__is_function_overridden(static_cast<void* (*)(std::size_t)>(&operator new[])), in operator new[]()
151 …!std::__is_function_overridden(static_cast<void* (*)(std::size_t, std::align_val_t)>(&operator new… in operator new()
180 …!std::__is_function_overridden(static_cast<void* (*)(std::size_t, std::align_val_t)>(&operator new… in operator new[]()
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Doverridable_function.h74 _LIBCPP_HIDE_FROM_ABI bool __is_function_overridden(_Ret (*__fptr)(_Args...)) noexcept { in __is_function_overridden() function
113 _LIBCPP_HIDE_FROM_ABI bool __is_function_overridden(_Ret (*__fptr)(_Args...)) noexcept {