Searched refs:typename (Results 176 - 200 of 840) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
H A DRawByteChannel.h41 template <typename FunctionIdT, typename SequenceIdT>
60 template <typename FunctionIdT, typename SequenceNumberT>
87 template <typename ChannelT, typename T>
90 typename std::enable_if<
111 template <typename ChannelT>
113 typename std::enable_if<std::is_base_of<
133 template <typename Channel
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DStringSet.h38 std::pair<typename base::iterator, bool> insert(StringRef Key) {
43 template <typename InputIt>
49 template <typename ValueTy>
50 std::pair<typename base::iterator, bool>
H A DPriorityWorklist.h54 template <typename T, typename VectorT = std::vector<T>,
55 typename MapT = DenseMap<T, ptrdiff_t>>
62 using size_type = typename MapT::size_type;
112 template <typename SequenceT>
113 typename std::enable_if<!std::is_convertible<SequenceT, T>::value>::type
193 template <typename UnaryPredicate>
195 typename VectorT::iterator E =
224 template <typename UnaryPredicateT>
255 template <typename
[all...]
H A Dedit_distance.h41 template<typename T>
57 typename ArrayRef<T>::size_type m = FromArray.size();
58 typename ArrayRef<T>::size_type n = ToArray.size();
72 for (typename ArrayRef<T>::size_type y = 1; y <= m; ++y) {
77 for (typename ArrayRef<T>::size_type x = 1; x <= n; ++x) {
H A Dilist_node.h40 using value_type = typename OptionsT::value_type;
41 using node_base_type = typename OptionsT::node_base_type;
42 using list_base_type = typename OptionsT::list_base_type;
44 friend typename OptionsT::list_base_type;
150 typename ilist_detail::compute_node_options<T, Options...>::type> {
166 static ilist_node_impl<OptionsT> *getNodePtr(typename OptionsT::pointer N) {
172 getNodePtr(typename OptionsT::const_pointer N) {
177 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) {
178 return static_cast<typename OptionsT::pointer>(N);
182 static typename Options
[all...]
H A DPackedVector.h22 template <typename T, unsigned BitNum, typename BitVectorTy, bool isSigned>
27 template <typename T, unsigned BitNum, typename BitVectorTy>
44 template <typename T, unsigned BitNum, typename BitVectorTy>
74 template <typename T, unsigned BitNum, typename BitVectorTy = BitVector>
146 template <typename T> class PackedVector<T, 0>;
H A Dfallible_iterator.h68 template <typename Underlying> class fallible_iterator {
70 template <typename T>
108 template <typename T = Underlying>
109 typename enable_if_struct_deref_supported<T>::type operator->() {
115 template <typename T = Underlying>
116 typename enable_if_struct_deref_supported<const T>::type operator->() const {
222 template <typename Underlying>
229 template <typename Underlying>
234 template <typename Underlying>
H A DSmallSet.h32 template <typename T, unsigned N, typename C>
37 using SetIterTy = typename std::set<T, C>::const_iterator;
38 using VecIterTy = typename SmallVector<T, N>::const_iterator;
133 template <typename T, unsigned N, typename C = std::less<T>>
141 using VIterator = typename SmallVector<T, N>::const_iterator;
142 using mutable_iterator = typename SmallVector<T, N>::iterator;
201 template <typename IterT>
248 template <typename PointeeTyp
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DError.h82 template <typename ErrorInfoT> bool isA() const {
164 template <typename... HandlerTs>
169 template <typename T> friend class Expected;
241 template <typename ErrT> bool isA() const {
330 template <typename ErrT, typename... ArgTs> Error make_error(ArgTs &&... Args) {
343 template <typename ThisErrT, typename ParentErrT = ErrorInfoBase>
362 template <typename... HandlerTs>
439 using wrap = std::reference_wrapper<typename st
[all...]
H A DMSVCErrorWorkarounds.h43 template <typename T> class MSVCPExpected : public Expected<T> {
59 template <typename OtherT>
62 typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * =
69 typename std::enable_if<std::is_convertible<OtherT, T>::value>::type * =
76 typename std::enable_if<!std::is_convertible<OtherT, T>::value>::type * =
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h38 template <typename ValueTypes,
39 typename _AnalysisDirTag = dataflow::forward_analysis_tag >
47 typedef typename ValueTypes::ValTy ValTy;
48 typedef typename ValueTypes::AnalysisDataTy AnalysisDataTy;
87 typename EdgeDataMapTy::iterator I = EdgeDataMap.find(E);
101 typename BlockDataMapTy::iterator I = BlockDataMap.find(B);
118 typename StmtDataMapTy::iterator I = StmtDataMap->find(S);
/freebsd-11-stable/contrib/libstdc++/include/bits/
H A Dvalarray_array.h60 template<typename _Tp>
75 template<typename _Tp, bool>
88 template<typename _Tp>
97 template<typename _Tp>
107 template<typename _Tp, bool>
120 template<typename _Tp>
131 template<typename _Tp>
143 template<typename _Tp, bool>
157 template<typename _Tp>
166 template<typename _T
[all...]
H A Dlocale_classes.h81 template<typename _Facet>
85 template<typename _Facet>
89 template<typename _Cache>
182 template<typename _Facet>
211 template<typename _Facet>
258 template<typename _Char, typename _Traits, typename _Alloc>
439 template<typename _Facet>
443 template<typename _Face
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Testing/Support/
H A DError.h23 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &Exp) {
27 template <typename T> ExpectedHolder<T> TakeExpected(Expected<T> &&Exp) {
31 template <typename T>
69 template<typename M>
74 template <typename T>
84 template <typename InfoT>
146 template <typename InfoT>
151 template <typename InfoT, typename M>
157 template <typename
[all...]
/freebsd-11-stable/contrib/libstdc++/include/ext/
H A Dmalloc_allocator.h53 template<typename _Tp>
65 template<typename _Tp1>
73 template<typename _Tp1>
117 template<typename _Tp>
122 template<typename _Tp>
H A Dbitmap_allocator.h74 template<typename _Tp>
174 template<typename _Tp>
219 template<typename _Tp>
232 template<typename _Tp>
235 typedef typename _Tp::value_type value_type;
236 typedef typename _Tp::difference_type difference_type;
239 template<typename _Tp>
252 template<typename _ForwardIterator, typename _Tp, typename _Compar
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_x86.h26 template<typename T>
27 INLINE typename T::Type atomic_load(
32 typename T::Type v;
72 template<typename T>
73 INLINE void atomic_store(volatile T *a, typename T::Type v, memory_order mo) {
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h330 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
333 return __libcpp_signbit((typename std::__promote<_A1>::type)__lcpp_x);
338 typename std::enable_if<
345 typename std::enable_if<
352 template <typename _A1>
354 typename std::enable_if<std::is_floating_point<_A1>::value, bool>::type
357 return ::signbit(static_cast<typename std::__promote<_A1>::type>(__lcpp_x));
362 typename std::enable_if<
369 typename std::enable_if<
392 typename st
[all...]
/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/fuzzer/
H A DFuzzedDataProvider.h41 template <typename T> std::vector<T> ConsumeBytes(size_t num_bytes) {
50 template <typename T>
79 template <typename T> T ConsumeIntegralInRange(T min, T max) {
143 template <typename T> std::vector<T> ConsumeRemainingBytes() {
157 template <typename T> T ConsumeIntegral() {
166 template <typename T, size_t size>
172 template <typename T>
184 template <typename T> T ConsumeEnum() {
192 template <typename T> T ConsumeProbability() {
199 typename st
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DRangeMap.h29 template <typename B, typename S> struct Range {
128 template <typename B, typename S, unsigned N> class RangeArray {
158 typename Collection::const_iterator pos, end, prev;
175 typename Collection::iterator pos;
176 typename Collection::iterator end;
177 typename Collection::iterator prev;
232 typename Collection::iterator pos, end;
267 typename Collectio
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/DataFormatters/
H A DTypeCategory.h26 template <typename FormatterImpl> class FormatterContainerPair {
32 typedef typename ExactMatchContainer::MapType ExactMatchMap;
33 typedef typename RegexMatchContainer::MapType RegexMatchMap;
35 typedef typename ExactMatchContainer::MapValueType MapValueType;
37 typedef typename ExactMatchContainer::SharedPointer ExactMatchContainerSP;
38 typedef typename RegexMatchContainer::SharedPointer RegexMatchContainerSP;
41 typename ExactMatchContainer::ForEachCallback ExactMatchForEachCallback;
43 typename RegexMatchContainer::ForEachCallback RegexMatchForEachCallback;
88 template <typename T> class ForEachCallbacks {
93 template <typename
[all...]
/freebsd-11-stable/contrib/libstdc++/include/std/
H A Dstd_streambuf.h58 template<typename _CharT, typename _Traits>
123 template<typename _CharT, typename _Traits>
135 typedef typename traits_type::int_type int_type;
136 typedef typename traits_type::pos_type pos_type;
137 typedef typename traits_type::off_type off_type;
158 template<typename _CharT2>
159 friend typename __gnu_cxx::__enable_if<__is_char<_CharT2>::__value,
164 template<typename _CharT
[all...]
H A Dstd_memory.h72 template<typename _Tp>
108 template<typename _Tp>
120 template<typename _Tp>
132 template<typename _Tp1>
173 template<typename _Tp>
211 template<typename _Tp1>
239 template<typename _Tp1>
363 template<typename _Tp1>
367 template<typename _Tp1>
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DBlotMapVector.h35 for (typename MapTy::const_iterator I = Map.begin(), E = Map.end(); I != E;
40 for (typename VectorTy::const_iterator I = Vector.begin(), E = Vector.end();
47 using iterator = typename VectorTy::iterator;
48 using const_iterator = typename VectorTy::const_iterator;
56 std::pair<typename MapTy::iterator, bool> Pair =
68 std::pair<typename MapTy::iterator, bool> Pair =
80 typename MapTy::iterator It = Map.find(Key);
87 typename MapTy::const_iterator It = Map.find(Key);
97 typename MapTy::iterator It = Map.find(Key);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDOTGraphTraitsPass.h25 template <typename AnalysisT, typename GraphT = AnalysisT *>
31 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
32 typename AnalysisGraphTraitsT = DefaultAnalysisGraphTraits<AnalysisT, GraphT> >
73 typename AnalysisT, bool IsSimple, typename GraphT = AnalysisT *,
74 typename AnalysisGraphTraitsT = DefaultAnalysisGraphTraits<AnalysisT, GraphT> >
125 typename AnalysisT, bool IsSimple, typename Graph
[all...]

Completed in 402 milliseconds

1234567891011>>