HomeSort by relevance Sort by last modified time
    Searched full:data_type_ref (Results 1 - 9 of 9) 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) {
67 typedef typename ValInfo::data_type_ref data_type_ref; typedef in class:llvm::ImmutableMap
111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
212 data_type_ref getData() const { return (*this)->second; }
259 typedef typename ValInfo::data_type_ref data_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 915 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
918 static data_type_ref DataOfValue(value_type_ref) { return true; }
928 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
941 typedef bool data_type_ref; typedef in struct:llvm::ImutContainerInfo
944 static data_type_ref DataOfValue(value_type_ref) { return true; }
950 static bool isDataEqual(data_type_ref, data_type_ref) { return true; }
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 32 typedef const InstrProfWriter::ProfilingData *const data_type_ref; typedef in class:__anon17471::InstrProfRecordTrait::InstrProfWriter
42 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
68 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);
69 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
117 typename Info::data_type_ref Data) {
126 typename Info::data_type_ref Data, Info &InfoObj) {
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 656 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in class:__anon6723::IdentifierIndexWriterTrait
665 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
679 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
MultiOnDiskHashTable.h 286 typename WriterInfo::data_type_ref Data, WriterInfo &Info) {
ASTWriter.cpp 1663 typedef const data_type &data_type_ref; typedef in class:__anon6709::HeaderFileInfoTrait
2856 typedef const data_type& data_type_ref; typedef in class:__anon6711::ASTMethodPoolTrait
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 119 typedef const PTHEntry& data_type_ref; typedef in class:__anon6478::FileEntryPTHEntryInfo
616 typedef data_type data_type_ref; typedef in class:__anon6483::PTHIdentifierTableTrait
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 168 RegionBindingsRef add(key_type_ref K, data_type_ref D) const {
    [all...]

Completed in 177 milliseconds