OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImplType
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Analysis/
BlockFrequencyInfo.h
29
typedef BlockFrequencyInfoImpl<BasicBlock>
ImplType
;
30
std::unique_ptr<
ImplType
> BFI;
/external/llvm/include/llvm/CodeGen/
MachineBlockFrequencyInfo.h
30
typedef BlockFrequencyInfoImpl<MachineBasicBlock>
ImplType
;
31
std::unique_ptr<
ImplType
> MBFI;
/external/chromium_org/third_party/WebKit/Source/wtf/
HashCountedSet.h
40
typedef HashMap<Value, unsigned, HashFunctions, Traits, HashTraits<unsigned>, Allocator>
ImplType
;
43
typedef typename
ImplType
::iterator iterator;
44
typedef typename
ImplType
::const_iterator const_iterator;
45
typedef typename
ImplType
::AddResult AddResult;
86
ImplType
m_impl;
LinkedHashSet.h
151
NodeHashFunctions, NodeHashTraits, NodeHashTraits, Allocator>
ImplType
;
165
AddResult(const typename
ImplType
::AddResult& hashTableAddResult)
266
ImplType
m_impl;
622
typename
ImplType
::AddResult result = m_impl.template add<NodeHashFunctions>(value, &m_anchor);
629
typename
ImplType
::AddResult result = m_impl.template add<NodeHashFunctions>(value, &m_anchor);
641
typename
ImplType
::AddResult result = m_impl.template add<NodeHashFunctions>(value, m_anchor.m_next);
ListHashSet.h
87
typedef HashTable<Node*, Node*, IdentityExtractor, NodeHash, NodeTraits, NodeTraits, typename Allocator::TableAllocator>
ImplType
;
206
ImplType
m_impl;
811
typename
ImplType
::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator());
827
typename
ImplType
::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator());
839
typename
ImplType
::AddResult result = m_impl.template add<BaseTranslator>(value, *this->allocator());
851
typename
ImplType
::AddResult result = m_impl.template add<BaseTranslator>(newValue, *this->allocator());
[
all
...]
/external/chromium_org/win8/delegate_execute/
delegate_execute.cc
41
typedef CComObject<CommandExecuteImpl>
ImplType
;
60
hr =
ImplType
::_ClassFactoryCreatorClass::CreateInstance(
61
ImplType
::_CreatorClass::CreateInstance, IID_IUnknown,
/external/llvm/lib/Analysis/
BlockFrequencyInfo.cpp
134
BFI.reset(new
ImplType
);
/external/llvm/lib/CodeGen/
MachineBlockFrequencyInfo.cpp
145
MBFI.reset(new
ImplType
);
/external/lldb/source/API/
SBTypeCategory.cpp
29
typedef std::pair<lldb::TypeCategoryImplSP,user_id_t>
ImplType
;
Completed in 267 milliseconds