Searched defs:data_type_ref (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp31 typedef const InstrProfWriter::CounterData *const data_type_ref; typedef in class:__anon25898::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/
H A DImmutableMap.h31 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...]
H A DImmutableSet.h891 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; }
/external/clang/lib/Frontend/
H A DCacheTokens.cpp118 typedef const PTHEntry& data_type_ref; typedef in class:__anon17910::FileEntryPTHEntryInfo
604 typedef data_type data_type_ref; typedef in class:__anon17915::PTHIdentifierTableTrait
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp652 typedef const SmallVector<unsigned, 2> &data_type_ref; typedef in class:__anon18145::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,
H A DASTWriter.cpp1486 typedef const data_type &data_type_ref; typedef in class:__anon18130::HeaderFileInfoTrait
1499 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
1522 data_type_ref Data, unsigned DataLen) {
1861 typedef const data_type &data_type_ref; typedef in class:__anon18131::ASTMacroTableTrait
1871 key_type_ref Key, data_type_ref Data) {
1882 static void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
2745 typedef const data_type& data_type_ref; typedef in class:__anon18132::ASTMethodPoolTrait
2758 data_type_ref Methods) {
2792 data_type_ref Methods, unsigned DataLen) {
3100 typedef data_type data_type_ref; typedef in class:__anon18133::ASTIdentifierTableTrait
3362 typedef const data_type& data_type_ref; typedef in class:__anon18134::ASTDeclContextNameLookupTrait
[all...]

Completed in 221 milliseconds