HomeSort by: relevance | last modified time | path
    Searched defs:decltype (Results 1 - 25 of 64) sorted by relevancy

1 2 3

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
casts03.cc 21 decltype(int x) function
29 double y = decltype(2);
casts03.cc 21 decltype(int x) function
29 double y = decltype(2);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
casts03.cc 21 decltype(int x) function
29 double y = decltype(2);
casts03.cc 21 decltype(int x) function
29 double y = decltype(2);
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
range_access.h 52 begin(_Container& __cont) -> decltype(__cont.begin()) function
63 begin(const _Container& __cont) -> decltype(__cont.begin()) function
74 end(_Container& __cont) -> decltype(__cont.end()) function
85 end(const _Container& __cont) -> decltype(__cont.end()) function
127 -> decltype(std::begin(__cont))
139 -> decltype(std::end(__cont))
150 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) function
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) function
172 rend(_Container& __cont) -> decltype(__cont.rend()) function
183 rend(const _Container& __cont) -> decltype(__cont.rend() function
263 -> decltype(__cont.size()) function
283 -> decltype(__cont.empty()) function
313 -> decltype(__cont.data()) function
324 -> decltype(__cont.data()) function
    [all...]
range_access.h 52 begin(_Container& __cont) -> decltype(__cont.begin()) function
63 begin(const _Container& __cont) -> decltype(__cont.begin()) function
74 end(_Container& __cont) -> decltype(__cont.end()) function
85 end(const _Container& __cont) -> decltype(__cont.end()) function
127 -> decltype(std::begin(__cont))
139 -> decltype(std::end(__cont))
150 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) function
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) function
172 rend(_Container& __cont) -> decltype(__cont.rend()) function
183 rend(const _Container& __cont) -> decltype(__cont.rend() function
263 -> decltype(__cont.size()) function
283 -> decltype(__cont.empty()) function
313 -> decltype(__cont.data()) function
324 -> decltype(__cont.data()) function
    [all...]
stl_construct.h 96 -> decltype(::new((void*)0) _Tp(std::declval<_Args>()...)) function
stl_construct.h 96 -> decltype(::new((void*)0) _Tp(std::declval<_Args>()...)) function
alloc_traits.h 104 = decltype(std::declval<_Alloc&>().construct(std::declval<_Tp*>(),
119 = decltype(::new((void*)0) _Tp(std::declval<_Args>()...));
275 -> decltype(__a.allocate(__n, __hint)) function in struct:allocator_traits
288 -> decltype(__a.destroy(__p)) function in struct:allocator_traits
300 -> decltype(__a.max_size()) function in struct:allocator_traits
316 -> decltype(__a.select_on_container_copy_construction()) function in struct:allocator_traits
848 __void_t<decltype(allocator_traits<_Alloc>::construct(
894 decltype(std::declval<_Alloc&>().allocate(size_t{}))>>
alloc_traits.h 104 = decltype(std::declval<_Alloc&>().construct(std::declval<_Tp*>(),
119 = decltype(::new((void*)0) _Tp(std::declval<_Args>()...));
275 -> decltype(__a.allocate(__n, __hint)) function in struct:allocator_traits
288 -> decltype(__a.destroy(__p)) function in struct:allocator_traits
300 -> decltype(__a.max_size()) function in struct:allocator_traits
316 -> decltype(__a.select_on_container_copy_construction()) function in struct:allocator_traits
848 __void_t<decltype(allocator_traits<_Alloc>::construct(
894 decltype(std::declval<_Alloc&>().allocate(size_t{}))>>
stl_map.h 595 if constexpr (__usable_key<decltype(__a)>)
1224 find(const _Kt& __x) -> decltype(_M_t._M_find_tr(__x)) function in class:map
1249 find(const _Kt& __x) const -> decltype(_M_t._M_find_tr(__x)) function in class:map
1270 count(const _Kt& __x) const -> decltype(_M_t._M_count_tr(__x)) function in class:map
1289 -> decltype(_M_t._M_find_tr(__x), void(), true) function in class:map
1314 -> decltype(iterator(_M_t._M_lower_bound_tr(__x)))
1339 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x)))
1359 -> decltype(iterator(_M_t._M_upper_bound_tr(__x)))
1379 -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x)))
1408 -> decltype(pair<iterator, iterator>(_M_t._M_equal_range_tr(__x))
    [all...]
stl_multimap.h 855 find(const _Kt& __x) -> decltype(_M_t._M_find_tr(__x)) function in class:multimap
879 find(const _Kt& __x) const -> decltype(_M_t._M_find_tr(__x)) function in class:multimap
897 count(const _Kt& __x) const -> decltype(_M_t._M_count_tr(__x)) function in class:multimap
916 -> decltype(_M_t._M_find_tr(__x), void(), true) function in class:multimap
941 -> decltype(iterator(_M_t._M_lower_bound_tr(__x)))
966 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x)))
986 -> decltype(iterator(_M_t._M_upper_bound_tr(__x)))
1006 -> decltype(const_iterator(_M_t._M_upper_bound_tr(__x)))
1033 -> decltype(pair<iterator, iterator>(_M_t._M_equal_range_tr(__x)))
1060 -> decltype(pair<const_iterator, const_iterator>
    [all...]
stl_multiset.h 738 count(const _Kt& __x) const -> decltype(_M_t._M_count_tr(__x)) function in class:multiset
757 -> decltype(_M_t._M_find_tr(__x), void(), true) function in class:multiset
788 -> decltype(iterator{_M_t._M_find_tr(__x)})
794 -> decltype(const_iterator{_M_t._M_find_tr(__x)})
823 -> decltype(iterator(_M_t._M_lower_bound_tr(__x)))
829 -> decltype(iterator(_M_t._M_lower_bound_tr(__x)))
853 -> decltype(iterator(_M_t._M_upper_bound_tr(__x)))
859 -> decltype(iterator(_M_t._M_upper_bound_tr(__x)))
892 -> decltype(pair<iterator, iterator>(_M_t._M_equal_range_tr(__x)))
898 -> decltype(pair<iterator, iterator>(_M_t._M_equal_range_tr(__x))
    [all...]
stl_set.h 757 -> decltype(_M_t._M_count_tr(__x)) function in class:set
776 -> decltype(_M_t._M_find_tr(__x), void(), true) function in class:set
807 -> decltype(iterator{_M_t._M_find_tr(__x)})
813 -> decltype(const_iterator{_M_t._M_find_tr(__x)})
842 -> decltype(iterator(_M_t._M_lower_bound_tr(__x)))
848 -> decltype(const_iterator(_M_t._M_lower_bound_tr(__x)))
872 -> decltype(iterator(_M_t._M_upper_bound_tr(__x)))
878 -> decltype(iterator(_M_t._M_upper_bound_tr(__x)))
911 -> decltype(pair<iterator, iterator>(_M_t._M_equal_range_tr(__x)))
917 -> decltype(pair<iterator, iterator>(_M_t._M_equal_range_tr(__x))
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
range_access.h 52 begin(_Container& __cont) -> decltype(__cont.begin()) function
63 begin(const _Container& __cont) -> decltype(__cont.begin()) function
74 end(_Container& __cont) -> decltype(__cont.end()) function
85 end(const _Container& __cont) -> decltype(__cont.end()) function
127 -> decltype(std::begin(__cont))
139 -> decltype(std::end(__cont))
150 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) function
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) function
172 rend(_Container& __cont) -> decltype(__cont.rend()) function
183 rend(const _Container& __cont) -> decltype(__cont.rend() function
265 -> decltype(__cont.size()) function
284 -> decltype(__cont.empty()) function
312 -> decltype(__cont.data()) function
323 -> decltype(__cont.data()) function
    [all...]
range_access.h 52 begin(_Container& __cont) -> decltype(__cont.begin()) function
63 begin(const _Container& __cont) -> decltype(__cont.begin()) function
74 end(_Container& __cont) -> decltype(__cont.end()) function
85 end(const _Container& __cont) -> decltype(__cont.end()) function
127 -> decltype(std::begin(__cont))
139 -> decltype(std::end(__cont))
150 rbegin(_Container& __cont) -> decltype(__cont.rbegin()) function
161 rbegin(const _Container& __cont) -> decltype(__cont.rbegin()) function
172 rend(_Container& __cont) -> decltype(__cont.rend()) function
183 rend(const _Container& __cont) -> decltype(__cont.rend() function
265 -> decltype(__cont.size()) function
284 -> decltype(__cont.empty()) function
312 -> decltype(__cont.data()) function
323 -> decltype(__cont.data()) function
    [all...]
stl_construct.h 96 -> decltype(::new((void*)0) _Tp(std::declval<_Args>()...)) function
stl_construct.h 96 -> decltype(::new((void*)0) _Tp(std::declval<_Args>()...)) function
alloc_traits.h 221 -> decltype(__a.allocate(__n, __hint)) function in struct:allocator_traits
233 typename = decltype(std::declval<_Alloc2*>()->construct(
240 using type = decltype(__test<_Alloc>(0));
271 -> decltype(__a.destroy(__p)) function in struct:allocator_traits
283 -> decltype(__a.max_size()) function in struct:allocator_traits
299 -> decltype(__a.select_on_container_copy_construction()) function in struct:allocator_traits
363 -> decltype(_S_construct(__a, __p, std::forward<_Args>(__args)...))
762 __void_t<decltype(allocator_traits<_Alloc>::construct(
804 decltype(std::declval<_Alloc&>().allocate(size_t{}))>>
alloc_traits.h 221 -> decltype(__a.allocate(__n, __hint)) function in struct:allocator_traits
233 typename = decltype(std::declval<_Alloc2*>()->construct(
240 using type = decltype(__test<_Alloc>(0));
271 -> decltype(__a.destroy(__p)) function in struct:allocator_traits
283 -> decltype(__a.max_size()) function in struct:allocator_traits
299 -> decltype(__a.select_on_container_copy_construction()) function in struct:allocator_traits
363 -> decltype(_S_construct(__a, __p, std::forward<_Args>(__args)...))
762 __void_t<decltype(allocator_traits<_Alloc>::construct(
804 decltype(std::declval<_Alloc&>().allocate(size_t{}))>>
  /src/external/apache2/llvm/dist/libcxx/benchmarks/
CartesianBenchmarks.h 31 static auto skip(const B& Bench, int) -> decltype(Bench.skip()) { function in namespace:internal
96 decltype(internal::makeEnumValueTuple<Derived, EnumType>(
CartesianBenchmarks.h 31 static auto skip(const B& Bench, int) -> decltype(Bench.skip()) { function in namespace:internal
96 decltype(internal::makeEnumValueTuple<Derived, EnumType>(
  /src/external/gpl3/gcc.old/dist/gcc/rtl-ssa/
access-utils.h 47 memory_access (T accesses) -> decltype (accesses[0]) function in namespace:rtl_ssa
58 find_access (T accesses, unsigned int regno) -> decltype (accesses[0]) function in namespace:rtl_ssa
access-utils.h 47 memory_access (T accesses) -> decltype (accesses[0]) function in namespace:rtl_ssa
58 find_access (T accesses, unsigned int regno) -> decltype (accesses[0]) function in namespace:rtl_ssa
  /src/external/gpl3/gcc/dist/gcc/rtl-ssa/
access-utils.h 61 memory_access (T accesses) -> decltype (accesses[0]) function in namespace:rtl_ssa
104 using Access = decltype (accesses[0]);
125 find_access (T accesses, unsigned int regno) -> decltype (accesses[0]) function in namespace:rtl_ssa

Completed in 88 milliseconds

1 2 3