OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SmallVectorTemplateCommon
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/ADT/
SmallVector.h
62
///
SmallVectorTemplateCommon
- This is the part of SmallVectorTemplateBase
67
class
SmallVectorTemplateCommon
: public SmallVectorBase {
79
SmallVectorTemplateCommon
(size_t Size) : SmallVectorBase(&FirstEl, Size) {}
171
class SmallVectorTemplateBase : public
SmallVectorTemplateCommon
<T> {
173
SmallVectorTemplateBase(size_t Size) :
SmallVectorTemplateCommon
<T>(Size) {}
275
class SmallVectorTemplateBase<T, true> : public
SmallVectorTemplateCommon
<T> {
277
SmallVectorTemplateBase(size_t Size) :
SmallVectorTemplateCommon
<T>(Size) {}
826
///
SmallVectorTemplateCommon
. There are 'N-1' elements here. The remaining '1'
831
typename
SmallVectorTemplateCommon
<T>::U InlineElts[N - 1];
ArrayRef.h
69
/// avoid instantiating
SmallVectorTemplateCommon
<T> whenever we
72
/*implicit*/ ArrayRef(const
SmallVectorTemplateCommon
<T, U> &Vec)
Completed in 53 milliseconds