Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__tuple_dir/
H A Dsfinae_helpers.h41 struct __all : _IsSame<__all_dummy<_Pred...>, __all_dummy<((void)_Pred, true)...>> {}; struct
/openbsd-src/gnu/llvm/clang/lib/Headers/
H A D__clang_cuda_device_functions.h29 __DEVICE__ int __all(int __a) { return __nvvm_vote_all(__a); } in __all() function