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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableIntervalMap.h 38 typedef const Interval &key_type_ref; typedef in struct:llvm::ImutIntervalInfo
42 static key_type_ref KeyOfValue(value_type_ref V) {
50 static bool isEqual(key_type_ref L, key_type_ref R) {
58 static bool isLess(key_type_ref L, key_type_ref R) {
72 static bool isContainedIn(key_type_ref K, key_type_ref L) {
92 typedef typename ImutInfo::key_type_ref key_type_ref; typedef in class:llvm::ImutIntervalAVLFactory
201 typedef typename ImutIntervalInfo<ValT>::key_type_ref key_type_ref; typedef in class:llvm::ImmutableIntervalMap
    [all...]
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)
271 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) {
538 key_type_ref K = ImutInfo::KeyOfValue(V);
539 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
877 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
903 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /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) {
65 typedef typename ValInfo::key_type_ref key_type_ref; typedef in class:llvm::ImmutableMap
111 ImmutableMap add(ImmutableMap Old, key_type_ref K, data_type_ref D) {
116 ImmutableMap remove(ImmutableMap Old, key_type_ref K)
257 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) {
541 key_type_ref K = ImutInfo::KeyOfValue(V);
542 key_type_ref KCurrent = ImutInfo::KeyOfValue(getValue(T))
913 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
939 typedef value_type_ref key_type_ref; typedef in struct:llvm::ImutContainerInfo
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
ImmutableMap.h 32 using key_type_ref = const T&;
36 static inline key_type_ref KeyOfValue(value_type_ref V) {
44 static inline bool isEqual(key_type_ref L, key_type_ref R) {
47 static inline bool isLess(key_type_ref L, key_type_ref R) {
68 using key_type_ref = typename ValInfo::key_type_ref;
117 LLVM_NODISCARD ImmutableMap add(ImmutableMap Old, key_type_ref K,
123 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); }
372 using key_type_ref = typename TreeTy::key_type_ref;
410 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))
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 78 typedef StringRef key_type_ref; typedef in class:llvm::InstrProfRecordWriterTrait
90 static hash_value_type ComputeHash(key_type_ref K) {
95 EmitKeyDataLength(raw_ostream &Out, key_type_ref K, data_type_ref V) {
117 void EmitKey(raw_ostream &Out, key_type_ref K, offset_type N) {
121 void EmitData(raw_ostream &Out, key_type_ref, data_type_ref V, offset_type) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
InstrProfWriter.cpp 95 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) {
  /external/llvm/include/llvm/Support/
OnDiskHashTable.h 39 /// typedef ExampleKey &key_type_ref;
46 /// static hash_value_type ComputeHash(key_type_ref Key);
49 /// EmitKeyDataLength(raw_ostream &Out, key_type_ref Key, data_type_ref Data);
51 /// static void EmitKey(raw_ostream &Out, key_type_ref Key,
54 /// static void EmitData(raw_ostream &Out, key_type_ref Key,
57 /// static bool EqualKey(key_type_ref Key1, key_type_ref Key2);
69 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...]
  /external/swiftshader/third_party/llvm-7.0/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...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 654 typedef StringRef key_type_ref; typedef in class:__anon16501::IdentifierIndexWriterTrait
660 static hash_value_type ComputeHash(key_type_ref Key) {
665 EmitKeyDataLength(raw_ostream& Out, key_type_ref Key, data_type_ref Data) {
675 void EmitKey(raw_ostream& Out, key_type_ref Key, unsigned KeyLen) {
679 void EmitData(raw_ostream& Out, key_type_ref Key, data_type_ref Data,
MultiOnDiskHashTable.h 285 void insert(typename WriterInfo::key_type_ref Key,
ASTWriter.cpp 1721 typedef const key_type &key_type_ref; typedef in class:__anon16489::HeaderFileInfoTrait
2869 typedef key_type key_type_ref; typedef in class:__anon16491::ASTMethodPoolTrait
    [all...]
  /external/clang/lib/Frontend/
CacheTokens.cpp 116 typedef key_type key_type_ref; typedef in class:__anon16251::FileEntryPTHEntryInfo
613 typedef key_type key_type_ref; typedef in class:__anon16256::PTHIdentifierTableTrait
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 64 static inline bool isLess(key_type_ref lhs, key_type_ref rhs) {
RegionStore.cpp 170 RegionBindingsRef add(key_type_ref K, data_type_ref D) const {
175 RegionBindingsRef remove(key_type_ref K) const {
    [all...]

Completed in 1082 milliseconds