HomeSort by: relevance | last modified time | path
    Searched refs:key_type_ref (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
ImmutableMap.h 31 using key_type_ref = const T&;
35 static inline key_type_ref KeyOfValue(value_type_ref V) {
43 static inline bool isEqual(key_type_ref L, key_type_ref R) {
46 static inline bool isLess(key_type_ref L, key_type_ref R) {
67 using key_type_ref = typename ValInfo::key_type_ref;
97 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K,
103 LLVM_NODISCARD ImmutableMap remove(ImmutableMap Old, key_type_ref K)
    [all...]
ImmutableSet.h 44 using key_type_ref = typename ImutInfo::key_type_ref;
75 ImutAVLTree* find(key_type_ref K) {
78 key_type_ref CurrentKey = ImutInfo::KeyOfValue(T->getValue());
170 bool contains(key_type_ref K) { return (bool) find(K); }
377 using key_type_ref = typename TreeTy::key_type_ref;
415 TreeTy* remove(TreeTy* T, key_type_ref V) {
548 key_type_ref K = ImutInfo::KeyOfValue(V);
549 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfWriter.cpp 94 using key_type_ref = StringRef;
108 static hash_value_type ComputeHash(key_type_ref K) {
113 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
136 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) {
140 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
OnDiskHashTable.h 38 /// typedef ExampleKey &key_type_ref;
45 /// static hash_value_type ComputeHash(key_type_ref Key);
48 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
50 /// static void EmitKey(raw_ostream &Out, key_type_ref Key,
53 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
56 /// static bool EqualKey(key_type_ref Key1, key_type_ref Key2);
68 Item(typename Info::key_type_ref Key, typename Info::data_type_ref Data,
116 void insert(typename Info::key_type_ref Key,
125 void insert(typename Info::key_type_ref Key
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
GlobalModuleIndex.cpp 723 typedef StringRef key_type_ref; typedef in class:__anon3277::IdentifierIndexWriterTrait
729 static hash_value_type ComputeHash(key_type_ref Key) {
734 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
744 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
748 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
MultiOnDiskHashTable.h 301 void insert(typename WriterInfo::key_type_ref Key,
ASTWriter.cpp 1646 using key_type_ref = const key_type &;
1661 hash_value_type ComputeHash(key_type_ref key) {
1669 EmitKeyDataLength(raw_ostream& Out, key_type_ref key, data_type_ref Data) {
1680 void EmitKey(raw_ostream& Out, key_type_ref key, unsigned KeyLen) {
1691 void EmitData(raw_ostream &Out, key_type_ref key,
2996 using key_type_ref = key_type;
3045 void EmitData(raw_ostream& Out, key_type_ref,
3291 using key_type_ref = key_type;
3517 using key_type_ref = key_type;
3545 static bool EqualKey(key_type_ref a, key_type_ref b)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 186 RegionBindingsRef add(key_type_ref K, data_type_ref D) const {
191 RegionBindingsRef remove(key_type_ref K) const {

Completed in 37 milliseconds