/external/llvm/include/llvm/ADT/ |
ImmutableMap.h | 29 typedef const T& key_type_ref; typedef in struct:llvm::ImutKeyValueInfo 33 static inline key_type_ref KeyOfValue(value_type_ref V) { 41 static inline bool isEqual(key_type_ref L, key_type_ref R) { 44 static inline bool isLess(key_type_ref L, key_type_ref R) { 65 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap 111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { 116 ImmutableMap remove(ImmutableMap Old, key_type_ref K) 257 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef [all...] |
ImmutableSet.h | 40 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLTree 73 ImutAVLTree* find(key_type_ref K) { 76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue()); 168 bool contains(key_type_ref K) { return (bool) find(K); } 368 typedef typename TreeTy::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLFactory 407 TreeTy* remove(TreeTy* T, key_type_ref V) { 541 key_type_ref K = ImutInfo::KeyOfValue(V); 542 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T)) 913 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo 939 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo [all...] |
/external/llvm/lib/ProfileData/ |
InstrProfWriter.cpp | 29 typedef StringRef key_type_ref; typedef in class:__anon17471::InstrProfRecordTrait 37 static hash_value_type ComputeHash(key_type_ref K) { 42 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) { 64 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){ 68 static void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V,
|
/external/llvm/include/llvm/Support/ |
OnDiskHashTable.h | 39 /// typedef ExampleKey &key_type_ref; 46 /// static hash_value_type ComputeHash(key_type_ref Key); 49 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data); 51 /// static void EmitKey(raw_ostream &Out, key_type_ref Key, 54 /// static void EmitData(raw_ostream &Out, key_type_ref Key, 57 /// static bool EqualKey(key_type_ref Key1, key_type_ref Key2); 69 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data, 116 void insert(typename Info::key_type_ref Key, 125 void insert(typename Info::key_type_ref Key [all...] |
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 654 typedef StringRef key_type_ref; typedef in class:__anon6723::IdentifierIndexWriterTrait 660 static hash_value_type ComputeHash(key_type_ref Key) { 665 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { 675 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) { 679 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
|
MultiOnDiskHashTable.h | 285 void insert(typename WriterInfo::key_type_ref Key,
|
ASTWriter.cpp | 1660 typedef const key_type &key_type_ref; typedef in class:__anon6709::HeaderFileInfoTrait 2850 typedef key_type key_type_ref; typedef in class:__anon6711::ASTMethodPoolTrait [all...] |
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 116 typedef key_type key_type_ref; typedef in class:__anon6478::FileEntryPTHEntryInfo 613 typedef key_type key_type_ref; typedef in class:__anon6483::PTHIdentifierTableTrait
|
/external/clang/lib/StaticAnalyzer/Core/ |
RangeConstraintManager.cpp | 64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) {
|
RegionStore.cpp | 168 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { 173 RegionBindingsRef remove(key_type_ref K) const { [all...] |