/external/llvm/include/llvm/ADT/ |
ImmutableIntervalMap.h | 40 typedef const T &data_type_ref; typedef in struct:llvm::ImutIntervalInfo 46 static data_type_ref DataOfValue(value_type_ref V) { 54 static bool isDataEqual(data_type_ref L, data_type_ref R) { 94 typedef typename ImutInfo::data_type_ref data_type_ref; typedef in class:llvm::ImutIntervalAVLFactory 168 data_type_ref OldData = ImutInfo::DataOfValue(this->Value(T)); 203 typedef typename ImutIntervalInfo<ValT>::data_type_ref data_type_ref; typedef in class:llvm::ImmutableIntervalMap 221 key_type_ref K, data_type_ref D) [all...] |
ImmutableMap.h | 31 typedef const S& data_type_ref; typedef in struct:llvm::ImutKeyValueInfo 37 static inline data_type_ref DataOfValue(value_type_ref V) { 48 static inline bool isDataEqual(data_type_ref L, data_type_ref R) { 68 typedef typename ValInfo::data_type_ref data_type_ref; typedef in class:llvm::ImmutableMap 110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) { 223 data_type_ref getData() const { return itr->getValue().second; } 278 typedef typename ValInfo::data_type_ref data_type_ref; typedef in class:llvm::ImmutableMapRef [all...] |
ImmutableSet.h | 884 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo 887 static inline data_type_ref DataOfValue(value_type_ref) { return true; } 897 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; } 910 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo 913 static inline data_type_ref DataOfValue(value_type_ref) { return true; } 923 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; } [all...] |
/external/clang/include/clang/Basic/ |
OnDiskHashTable.h | 127 Item(typename Info::key_type_ref k, typename Info::data_type_ref d, 171 typename Info::data_type_ref data) { 177 typename Info::data_type_ref data, Info &InfoObj) {
|
/external/clang/lib/Serialization/ |
GlobalModuleIndex.cpp | 624 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in class:__anon17870::IdentifierIndexWriterTrait 631 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) { 643 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
|
ASTWriter.cpp | 1471 typedef const data_type &data_type_ref; typedef in class:__anon17857::HeaderFileInfoTrait 1838 typedef const data_type &data_type_ref; typedef in class:__anon17858::ASTMacroTableTrait 2716 typedef const data_type& data_type_ref; typedef in class:__anon17859::ASTMethodPoolTrait 3043 typedef data_type data_type_ref; typedef in class:__anon17860::ASTIdentifierTableTrait 3269 typedef const data_type& data_type_ref; typedef in class:__anon17861::ASTDeclContextNameLookupTrait [all...] |
/external/clang/lib/Frontend/ |
CacheTokens.cpp | 114 typedef const PTHEntry& data_type_ref; typedef in class:__anon17660::FileEntryPTHEntryInfo 579 typedef data_type data_type_ref; typedef in class:__anon17665::PTHIdentifierTableTrait
|
/external/clang/lib/StaticAnalyzer/Core/ |
RegionStore.cpp | 169 RegionBindingsRef add(key_type_ref K, data_type_ref D) const { [all...] |