Searched defs:decltype (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSTLExtras.h1397 auto operator()(A &lhs, B &rhs) const -> decltype(func(*lhs, *rhs)) { function in struct:llvm::deref
1543 hasNItems( IterTy &&Begin, IterTy &&End, unsigned N, typename std::enable_if< !std::is_same< typename std::iterator_traits<typename std::remove_reference< decltype(Begin)>::type>::iterator_category, std::random_access_iterator_tag>::value, void>::type * = nullptr) argument
1560 hasNItemsOrMore( IterTy &&Begin, IterTy &&End, unsigned N, typename std::enable_if< !std::is_same< typename std::iterator_traits<typename std::remove_reference< decltype(Begin)>::type>::iterator_category, std::random_access_iterator_tag>::value, void>::type * = nullptr) argument
1582 template <class Ptr> auto to_address(const Ptr &P) -> decltype(P.operator->()) { function in namespace:llvm
[all...]
/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock-matchers_test.cc1538 auto get(const PairWithGet& value) -> decltype(value.GetImpl(Tag<I>())) { function in namespace:testing::gmock_matchers_test
/freebsd-12-stable/contrib/gcc/
H A Dtree-ssa-structalias.c4062 tree decltype = TREE_TYPE (decl); local
/freebsd-12-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3271 auto First(T& x, Rank0) -> decltype((x.first)) { // NOLINT function in namespace:testing::internal::pair_getters
3280 auto Second(T& x, Rank0) -> decltype((x.second)) { // NOLINT function in namespace:testing::internal::pair_getters

Completed in 237 milliseconds