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

  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 31 typedef const InstrProfWriter::CounterData *const data_type_ref; typedef in class:__anon29668::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/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/clang/lib/Frontend/
CacheTokens.cpp 118 typedef const PTHEntry& data_type_ref; typedef in class:__anon21722::FileEntryPTHEntryInfo
604 typedef data_type data_type_ref; typedef in class:__anon21727::PTHIdentifierTableTrait
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 652 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in class:__anon21957::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:__anon21942::HeaderFileInfoTrait
1861 typedef const data_type &data_type_ref; typedef in class:__anon21943::ASTMacroTableTrait
2745 typedef const data_type& data_type_ref; typedef in class:__anon21944::ASTMethodPoolTrait
3100 typedef data_type data_type_ref; typedef in class:__anon21945::ASTIdentifierTableTrait
3362 typedef const data_type& data_type_ref; typedef in class:__anon21946::ASTDeclContextNameLookupTrait
    [all...]

Completed in 186 milliseconds