Searched refs:typename (Results 251 - 275 of 614) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/ADT/
H A DImmutableList.h24 template <typename T> class ImmutableListFactory;
26 template <typename T>
62 template <typename T>
139 template <typename T>
205 template<typename T> struct DenseMapInfo;
206 template<typename T> struct DenseMapInfo<ImmutableList<T> > {
223 template <typename T> struct isPodLike;
224 template <typename T>
H A DDenseMap.h34 template<typename KeyT, typename ValueT,
35 typename KeyInfoT = DenseMapInfo<KeyT>,
39 template<typename DerivedT,
40 typename KeyT, typename ValueT, typename KeyInfoT>
163 template<typename InputIt>
289 template <typename OtherBaseT>
316 template<typename LookupKey
[all...]
H A DDepthFirstIterator.h63 class SetType = llvm::SmallPtrSet<typename GraphTraits<GraphT>::NodeType*, 8>,
66 typename GT::NodeType, ptrdiff_t>,
69 typename GT::NodeType, ptrdiff_t> super;
71 typedef typename GT::NodeType NodeType;
72 typedef typename GT::ChildIteratorType ChildItTy;
130 typedef typename super::pointer pointer;
211 template <class T, class SetTy = std::set<typename GraphTraits<T>::NodeType*> >
230 class SetTy = llvm::SmallPtrSet<typename GraphTraits<T>::NodeType*, 8>,
248 template <class T, class SetTy = std::set<typename GraphTraits<T>::NodeType*> >
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/CodeGen/
H A DMachineSSAUpdater.h27 template<typename T> class SmallVectorImpl;
28 template<typename T> class SSAUpdaterTraits;
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DGlobalAlias.h26 template<typename ValueSubClass, typename ItemParentClass>
H A DValueSymbolTable.h22 template<typename ValueSubClass, typename ItemParentClass>
H A DPass.h191 template<typename AnalysisType> AnalysisType *
206 template<typename AnalysisType>
209 template<typename AnalysisType>
212 template<typename AnalysisType>
215 template<typename AnalysisType>
H A DPassAnalysisSupport.h178 template<typename AnalysisType>
198 template<typename AnalysisType>
204 template<typename AnalysisType>
227 template<typename AnalysisType>
234 template<typename AnalysisType>
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLeaksContext.h30 template <typename T>
72 for (typename SmallPtrSet<const T*, 8>::iterator I = Ts.begin(),
/macosx-10.9.5/swig-10/Lib/python/
H A Dstd_multimap.i12 typedef typename std::multimap<K,T>::value_type value_type;
13 typename SwigPySeq::const_iterator it = swigpyseq.begin();
39 typedef typename multimap_type::const_iterator const_iterator;
40 typedef typename multimap_type::size_type size_type;
H A Dpycontainer.swg217 inline typename Sequence::iterator
219 typename Sequence::iterator pos = self->begin();
225 inline typename Sequence::const_iterator
227 typename Sequence::const_iterator pos = self->begin();
235 typename Sequence::size_type size = self->size();
236 typename Sequence::size_type ii = swig::check_index(i, size);
237 typename Sequence::size_type jj = swig::slice_index(j, size);
240 typename Sequence::const_iterator vb = self->begin();
241 typename Sequence::const_iterator ve = self->begin();
253 typename Sequenc
[all...]
H A Dstd_map.i11 typedef typename std::map<K,T>::value_type value_type;
12 typename SwigPySeq::const_iterator it = swigpyseq.begin();
44 typedef typename map_type::const_iterator const_iterator;
45 typedef typename map_type::size_type size_type;
95 template<class OutIterator, class FromOper, class ValueType = typename OutIterator::value_type>
106 class FromOper = from_key_oper<typename OutIterator::value_type> >
115 template<typename OutIter>
123 class FromOper = from_value_oper<typename OutIterator::value_type> >
133 template<typename OutIter>
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dhandletemplates_defs.h130 typename HandleMap::const_iterator it = HandleMap::find(h);
146 typename MappingHandle<_Handle>::HandleMap::iterator
150 typename HandleMap::iterator it = HandleMap::find(h);
186 void MappingHandle<_Handle>::State::erase(typename HandleMap::iterator &it)
199 ModuleNexus<typename MappingHandle<_Handle>::State> MappingHandle<_Handle>::state;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dhandletemplates_defs.h130 typename HandleMap::const_iterator it = HandleMap::find(h);
146 typename MappingHandle<_Handle>::HandleMap::iterator
150 typename HandleMap::iterator it = HandleMap::find(h);
186 void MappingHandle<_Handle>::State::erase(typename HandleMap::iterator &it)
199 ModuleNexus<typename MappingHandle<_Handle>::State> MappingHandle<_Handle>::state;
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dxalloc.h78 /* extern t *XMALLOC (typename t); */
82 /* extern t *XNMALLOC (size_t n, typename t); */
88 /* extern t *XZALLOC (typename t); */
93 /* extern t *XCALLOC (size_t n, typename t); */
238 template <typename T> inline T *
244 template <typename T> inline T *
250 template <typename T> inline T *
256 template <typename T> inline T *
262 template <typename T> inline T *
/macosx-10.9.5/libstdcxx-60/include/c++/4.2.1/bits/
H A Dbasic_ios.h55 template<typename _CharT, typename _Traits>
66 typedef typename _Traits::int_type int_type;
67 typedef typename _Traits::pos_type pos_type;
68 typedef typename _Traits::off_type off_type;
/macosx-10.9.5/swig-10/Lib/std/
H A Dstd_common.i46 typedef typename Iterator::value_type value_type;
61 template<typename _InputIterator>
62 inline typename iterator_traits<_InputIterator>::difference_type
65 typename iterator_traits<_InputIterator>::difference_type __n = 0;
100 return traits<typename noconst_traits<Type >::noconst_type >::type_name();
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSParser.h194 template<typename StringType>
456 template <typename SourceCharacterType>
461 template <typename CharacterType>
464 template <typename CharacterType>
467 template <typename CharacterType>
473 template <typename CharacterType>
476 template <typename CharacterType>
478 template <typename DestCharacterType>
480 template <typename SrcCharacterType, typename DestCharacterTyp
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DCallSite.h40 template <typename FunTy = const Function,
41 typename ValTy = const Value,
42 typename UserTy = const User,
43 typename InstrTy = const Instruction,
44 typename CallTy = const CallInst,
45 typename InvokeTy = const InvokeInst,
46 typename IterTy = User::const_op_iterator>
/macosx-10.9.5/WebKit2-7537.78.2/Platform/CoreIPC/
H A DConnection.h172 template<typename T> bool send(const T& message, uint64_t destinationID, unsigned messageSendFlags = 0);
173 template<typename T> bool sendSync(const T& message, const typename T::Reply& reply, uint64_t destinationID, double timeout = NoTimeout, unsigned syncSendFlags = 0);
174 template<typename T> bool waitForAndDispatchImmediately(uint64_t destinationID, double timeout);
358 template<typename T> bool Connection::send(const T& message, uint64_t destinationID, unsigned messageSendFlags)
368 template<typename T> bool Connection::sendSync(const T& message, const typename T::Reply& reply, uint64_t destinationID, double timeout, unsigned syncSendFlags)
384 return replyDecoder->decode(const_cast<typename T::Reply&>(reply));
387 template<typename T> bool Connection::waitForAndDispatchImmediately(uint64_t destinationID, double timeout)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Analysis/
H A DBlockFrequencyImpl.h115 typedef typename std::vector<BlockT *>::iterator pot_iterator;
116 typedef typename std::vector<BlockT *>::reverse_iterator rpot_iterator;
156 typename GT::ChildIteratorType
193 for (typename GT::ChildIteratorType
237 for (typename GT::ChildIteratorType
289 for (typename GT::ChildIteratorType
312 typename DenseMap<const BlockT *, BlockFrequency>::const_iterator
321 for (typename FunctionT::iterator I = Fn->begin(), E = Fn->end(); I != E;) {
325 for (typename GraphTraits<BlockT *>::ChildIteratorType
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Dcmemory.h152 template<typename T>
205 template<typename T>
221 template<typename T>
252 template<typename T, int32_t stackCapacity>
362 template<typename T, int32_t stackCapacity>
390 template<typename T, int32_t stackCapacity>
427 template<typename H, typename T, int32_t stackCapacity>
537 template<typename H, typename
[all...]
/macosx-10.9.5/ICU-511.35/icuSources/common/unicode/
H A Dlocalpointer.h63 template<typename T>
185 template<typename T>
231 template<typename T>
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Dlocalpointer.h63 template<typename T>
181 template<typename T>
227 template<typename T>
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Dlocalpointer.h63 template<typename T>
181 template<typename T>
227 template<typename T>

Completed in 245 milliseconds

<<11121314151617181920>>