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

  /external/llvm/include/llvm/ADT/
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) {
224 data_type_ref getData() const { return itr->getValue().second; }
279 typedef typename ValInfo::data_type_ref data_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 891 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
894 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
904 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
917 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
920 static inline data_type_ref DataOfValue(value_type_ref) { return true; }
930 static inline bool isDataEqual(data_type_ref,data_type_ref) { return true; }
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 31 typedef const InstrProfWriter::CounterData *const data_type_ref; typedef in class:__anon9596::InstrProfRecordTrait::InstrProfWriter
41 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
58 static void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V,
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 41 /// typedef ExampleData &data_type_ref;
49 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
55 /// data_type_ref Data, offset_type DataLen);
67 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
118 typename Info::data_type_ref Data) {
127 typename Info::data_type_ref Data, Info &InfoObj) {
  /external/clang/lib/Frontend/
CacheTokens.cpp 118 typedef const PTHEntry& data_type_ref; typedef in class:__anon1615::FileEntryPTHEntryInfo
604 typedef data_type data_type_ref; typedef in class:__anon1620::PTHIdentifierTableTrait
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 652 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in class:__anon1850::IdentifierIndexWriterTrait
661 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
675 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
ASTWriter.cpp 1486 typedef const data_type &data_type_ref; typedef in class:__anon1835::HeaderFileInfoTrait
1861 typedef const data_type &data_type_ref; typedef in class:__anon1836::ASTMacroTableTrait
2745 typedef const data_type& data_type_ref; typedef in class:__anon1837::ASTMethodPoolTrait
3100 typedef data_type data_type_ref; typedef in class:__anon1838::ASTIdentifierTableTrait
3362 typedef const data_type& data_type_ref; typedef in class:__anon1839::ASTDeclContextNameLookupTrait
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 167 RegionBindingsRef add(key_type_ref K, data_type_ref D) const {
    [all...]

Completed in 1378 milliseconds