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

  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 28 typedef StringRef key_type_ref; typedef in class:__anon30509::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/
ImmutableMap.h 29 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 K)
277 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMapRef
    [all...]
ImmutableSet.h 40 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 KCurrent = ImutInfo::KeyOfValue(getValue(T))
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/
CacheTokens.cpp 115 typedef key_type key_type_ref; typedef in class:__anon22528::FileEntryPTHEntryInfo
601 typedef key_type key_type_ref; typedef in class:__anon22533::PTHIdentifierTableTrait
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 650 typedef StringRef key_type_ref; typedef in class:__anon22763::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,
ASTWriter.cpp 1483 typedef const key_type &key_type_ref; typedef in class:__anon22748::HeaderFileInfoTrait
1854 typedef key_type key_type_ref; typedef in class:__anon22749::ASTMacroTableTrait
2739 typedef key_type key_type_ref; typedef in class:__anon22750::ASTMethodPoolTrait
3097 typedef key_type key_type_ref; typedef in class:__anon22751::ASTIdentifierTableTrait
3359 typedef key_type key_type_ref; typedef in class:__anon22752::ASTDeclContextNameLookupTrait
    [all...]

Completed in 465 milliseconds