Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/
H A Dany558 inline _LIBCPP_HIDE_FROM_ABI add_pointer_t<add_const_t<_ValueType>> any_cast(any const* __any) _NOE…
561 return std::any_cast<_ValueType>(const_cast<any*>(__any));
575 _LIBCPP_HIDE_FROM_ABI add_pointer_t<_ValueType> any_cast(any* __any) _NOEXCEPT {
580 if (__any && __any->__h_) {
581 void* __p = __any->__call(
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_device_functions.h30 __DEVICE__ int __any(int __a) { return __nvvm_vote_any(__a); } in __any() function