HomeSort by relevance Sort by last modified time
    Searched defs:data_type_ref (Results 1 - 5 of 5) 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 879 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
882 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
892 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
905 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
908 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
918 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 115 typedef const PTHEntry& data_type_ref; typedef in class:__anon4355::FileEntryPTHEntryInfo
580 typedef data_type data_type_ref; typedef in class:__anon4360::PTHIdentifierTableTrait
  /external/clang/lib/Serialization/
ASTWriter.cpp 1081 typedef const data_type &data_type_ref; typedef in class:__anon4484::ASTStatCacheTrait
1235 typedef const data_type &data_type_ref; typedef in class:__anon4485::HeaderFileInfoTrait
1991 typedef const data_type& data_type_ref; typedef in class:__anon4486::ASTMethodPoolTrait
2224 typedef data_type data_type_ref; typedef in class:__anon4487::ASTIdentifierTableTrait
2393 typedef const data_type& data_type_ref; typedef in class:__anon4488::ASTDeclContextNameLookupTrait
    [all...]

Completed in 2091 milliseconds