HomeSort by relevance Sort by last modified time
    Searched refs:data_type_ref (Results 1 - 6 of 6) sorted by null

  /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) {
218 data_type_ref getData() const { return itr->getValue().second; }
273 typedef typename ValInfo::data_type_ref data_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 885 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
888 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
898 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
911 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
914 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
924 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/Frontend/
CacheTokens.cpp 115 typedef const PTHEntry& data_type_ref; typedef in class:__anon4767::FileEntryPTHEntryInfo
580 typedef data_type data_type_ref; typedef in class:__anon4772::PTHIdentifierTableTrait
  /external/clang/lib/Serialization/
ASTWriter.cpp 1099 typedef const data_type &data_type_ref; typedef in class:__anon4931::ASTStatCacheTrait
1256 typedef const data_type &data_type_ref; typedef in class:__anon4932::HeaderFileInfoTrait
2258 typedef const data_type& data_type_ref; typedef in class:__anon4933::ASTMethodPoolTrait
2493 typedef data_type data_type_ref; typedef in class:__anon4934::ASTIdentifierTableTrait
2670 typedef const data_type& data_type_ref; typedef in class:__anon4935::ASTDeclContextNameLookupTrait
    [all...]

Completed in 136 milliseconds