Home
last modified time | relevance | path

Searched +defs:Key +defs:V (Results 1 – 25 of 1943) sorted by relevance

12345678910>>...78

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/hir_def/src/
H A Ddyn_map.rs33 pub struct Key<K, V, P = (K, V)> { struct
37 impl<K, V, P> Key<K, V, P> { implementation
43 impl<K, V, P> Copy for Key<K, V, P> {} implementation
45 impl<K, V, P> Clone for Key<K, V, P> { implementation
46 fn clone(&self) -> Key<K, V, P> { in clone() argument
53 type V; typedef
61 type V = V; typedef
62 fn insert(map: &mut DynMap, key: K, value: V) { in insert()
65 fn get<'a>(map: &'a DynMap, key: &K) -> Option<&'a V> { in get()
87 pub fn insert(&mut self, key: P::K, value: P::V) { in insert()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/hir_def/src/
H A Ddyn_map.rs33 pub struct Key<K, V, P = (K, V)> { struct
37 impl<K, V, P> Key<K, V, P> { argument
43 impl<K, V, P> Copy for Key<K, V, P> {} implementation
45 impl<K, V, P> Clone for Key<K, V, P> { implementation
46 fn clone(&self) -> Key<K, V, P> { in clone() argument
53 type V; typedef
61 type V = V; typedef
62 fn insert(map: &mut DynMap, key: K, value: V) { in insert()
65 fn get<'a>(map: &'a DynMap, key: &K) -> Option<&'a V> { in get()
87 pub fn insert(&mut self, key: P::K, value: P::V) { in insert()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DScopedHashTable.h46 K Key; variable
86 void setLastValInScope(ScopedHashTableVal<K, V, KInfo> *Val) { in setLastValInScope() argument
96 ScopedHashTableIterator(ScopedHashTableVal<K, V, KInfo> *node) : Node(node) {} in ScopedHashTableIterator() argument
137 bool count(const K &Key) const { in count()
141 V lookup(const K &Key) { in lookup()
150 void insert(const K &Key, const V &Val) { in insert()
164 iterator begin(const K &Key) { in begin()
176 ScopedHashTableScope(ScopedHashTable<K, V, KInfo> &ht) : HT(ht) { in ScopedHashTableScope() argument
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVUtil.h187 VT map(KT Key) { in map()
192 KT rmap(VT V) { in rmap()
199 VT V; in map() local
210 VT V; in map() local
221 KT V; in rmap() local
232 KT V; in rmap() local
242 getName(K Key) { in getName()
250 bool getByName(const std::string &Name, K &Key) { in getByName()
357 std::vector<T> V; in getVec() local
365 std::vector<T> V; in getVec() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clangd/support/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clangd/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clangd/support/
H A DContext.h98 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
119 Context derive(const Key<Type> &Key, in derive()
129 derive(const Key<Type> &Key, in derive()
205 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
210 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clangd/support/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clangd/support/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clangd/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clangd/support/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clangd/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clangd/support/
H A DContext.h98 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
119 Context derive(const Key<Type> &Key, in derive()
129 derive(const Key<Type> &Key, in derive()
205 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
210 WithContextValue(T &&V) in WithContextValue()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clangd/support/
H A DContext.h98 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
119 Context derive(const Key<Type> &Key, in derive()
129 derive(const Key<Type> &Key, in derive()
205 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
210 WithContextValue(T &&V) in WithContextValue()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clangd/support/
H A DContext.h98 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
119 Context derive(const Key<Type> &Key, in derive()
129 derive(const Key<Type> &Key, in derive()
205 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
210 WithContextValue(T &&V) in WithContextValue()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clangd/support/
H A DContext.h100 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
111 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
121 Context derive(const Key<Type> &Key, in derive()
131 derive(const Key<Type> &Key, in derive()
207 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
212 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clangd/support/
H A DContext.h98 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
109 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
119 Context derive(const Key<Type> &Key, in derive()
129 derive(const Key<Type> &Key, in derive()
205 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
210 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clangd/
H A DContext.h101 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
112 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
122 Context derive(const Key<Type> &Key, in derive()
132 derive(const Key<Type> &Key, in derive()
208 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
213 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clangd/
H A DContext.h101 template <class Type> const Type *get(const Key<Type> &Key) const { in get()
112 template <class Type> const Type &getExisting(const Key<Type> &Key) const { in getExisting()
122 Context derive(const Key<Type> &Key, in derive()
132 derive(const Key<Type> &Key, in derive()
208 WithContextValue(const Key<T> &K, typename std::decay<T>::type V) in WithContextValue()
213 WithContextValue(T &&V) in WithContextValue()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/Common/
H A DArgs.cpp20 int lld::args::getInteger(opt::InputArgList &Args, unsigned Key, int Default) { in getInteger()
25 int V; in getInteger() local
35 std::vector<StringRef> V; in getStrings() local
42 StringRef Key, uint64_t Default) { in getZOptionValue()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/
H A DSPIRVUtil.h200 template <typename VT, typename KT> VT map(KT Key) { in map()
210 VT V; in map() local
219 VT V; in map() local
229 KT V; in rmap() local
239 KT V; in rmap() local
249 KT V; in rmap() local
258 template <typename K> std::string getName(K Key) { in getName()
265 template <typename K> bool getByName(const std::string &Name, K &Key) { in getByName()
386 std::vector<T> V; in getVec() local
392 std::vector<T> V; in getVec() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/Analysis/
H A DSparsePropagation.h66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
150 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
205 LatticeVal V, raw_ostream &OS) { in PrintLatticeVal()
218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() local
411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
473 Value *V = ValueWorkList.back(); in Solve() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DSparsePropagation.h66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
150 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
205 LatticeVal V, raw_ostream &OS) { in PrintLatticeVal()
218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() local
411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
473 Value *V = ValueWorkList.pop_back_val(); in Solve() local
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/Analysis/
H A DSparsePropagation.h66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
150 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
205 LatticeVal V, raw_ostream &OS) { in PrintLatticeVal()
218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() local
411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
473 Value *V = ValueWorkList.back(); in Solve() local
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DSparsePropagation.h66 virtual bool IsUntrackedValue(LatticeKey Key) { return false; } in IsUntrackedValue()
70 virtual LatticeVal ComputeLatticeVal(LatticeKey Key) { in ComputeLatticeVal()
150 LatticeVal getExistingValueState(LatticeKey Key) const { in getExistingValueState()
205 LatticeVal V, raw_ostream &OS) { in PrintLatticeVal()
218 LatticeKey Key, raw_ostream &OS) { in PrintLatticeKey()
228 SparseSolver<LatticeKey, LatticeVal, KeyInfo>::getValueState(LatticeKey Key) { in getValueState()
244 void SparseSolver<LatticeKey, LatticeVal, KeyInfo>::UpdateState(LatticeKey Key, in UpdateState()
253 if (Value *V = KeyInfo::getValueFromLatticeKey(Key)) in UpdateState() local
411 LatticeKey Key = KeyInfo::getLatticeKeyFromValue(&PN); in visitPHINode() local
473 Value *V = ValueWorkList.back(); in Solve() local
[all …]

12345678910>>...78