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

/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp28 typedef StringRef key_type_ref; typedef in class:__anon25898::InstrProfRecordTrait
36 static hash_value_type ComputeHash(key_type_ref K) {
41 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
54 static void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N){
58 static void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V,
/external/llvm/include/llvm/ADT/
H A DImmutableMap.h29 typedef const T& key_type_ref; typedef in struct:llvm::ImutKeyValueInfo
33 static inline key_type_ref KeyOfValue(value_type_ref V) {
41 static inline bool isEqual(key_type_ref L, key_type_ref R) {
44 static inline bool isLess(key_type_ref L, key_type_ref R) {
66 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap
110 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
115 ImmutableMap remove(ImmutableMap Old, key_type_ref
277 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
[all...]
H A DImmutableSet.h40 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLTree
73 ImutAVLTree* find(key_type_ref K) {
76 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
168 bool contains(key_type_ref K) { return (bool) find(K); }
368 typedef typename TreeTy::key_type_ref key_type_ref; typedef in class:llvm::ImutAVLFactory
407 TreeTy* remove(TreeTy* T, key_type_ref V) {
543 key_type_ref K = ImutInfo::KeyOfValue(V);
544 key_type_ref KCurren
889 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
915 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
[all...]
/external/clang/lib/Frontend/
H A DCacheTokens.cpp115 typedef key_type key_type_ref; typedef in class:__anon17910::FileEntryPTHEntryInfo
601 typedef key_type key_type_ref; typedef in class:__anon17915::PTHIdentifierTableTrait
/external/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp650 typedef StringRef key_type_ref; typedef in class:__anon18145::IdentifierIndexWriterTrait
656 static hash_value_type ComputeHash(key_type_ref Key) {
661 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
671 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
675 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
H A DASTWriter.cpp1483 typedef const key_type &key_type_ref; typedef in class:__anon18130::HeaderFileInfoTrait
1490 static hash_value_type ComputeHash(key_type_ref key) {
1499 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
1511 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) {
1521 void EmitData(raw_ostream &Out, key_type_ref key,
1854 typedef key_type key_type_ref; typedef in class:__anon18131::ASTMacroTableTrait
1871 key_type_ref Key, data_type_ref Data) {
1877 static void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
1882 static void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
2739 typedef key_type key_type_ref; typedef in class:__anon18132::ASTMethodPoolTrait
3097 typedef key_type key_type_ref; typedef in class:__anon18133::ASTIdentifierTableTrait
3359 typedef key_type key_type_ref; typedef in class:__anon18134::ASTDeclContextNameLookupTrait
[all...]

Completed in 129 milliseconds