Home
last modified time | relevance | path

Searched defs:K (Results 176 – 200 of 32706) sorted by relevance

12345678910>>...1309

/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/test/clang-tidy/checkers/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/test/clang-tidy/
H A Dmodernize-loop-convert-negative.cpp111 int K = *I; in notBeginOrEnd() local
114 int K = *I; in notBeginOrEnd() local
119 int K = *I; in badLoopShapes() local
122 int K = *I; in badLoopShapes() local
125 int K = *I; in badLoopShapes() local
138 int K = *I; in iteratorArrayMix() local
141 int K = *I; in iteratorArrayMix() local
152 int K = *I; in badConstructor() local
154 int K = *I; in badConstructor() local
204 int K = *I; in differentContainers() local
[all …]
/dports/sysutils/fselect/fselect-0.7.7/cargo-crates/radix_trie-0.2.1/src/
H A Dtrie_common.rs15 fn key(self) -> Option<&'a K> { in key()
42 fn iter(self) -> Iter<'a, K, V> { in iter() argument
48 fn keys(self) -> Keys<'a, K, V> { in keys() argument
54 fn values(self) -> Values<'a, K, V> { in values() argument
59 fn children(self) -> Children<'a, K, V>; in children() argument
73 fn trie_node(self) -> &'a TrieNode<K, V>; in trie_node()
82 fn trie_node(self) -> &'a TrieNode<K, V> { in trie_node()
96 fn children(self) -> Children<'a, K, V> { in children() argument
107 fn trie_node(self) -> &'a TrieNode<K, V> { in trie_node()
121 fn children(self) -> Children<'a, K, V> { in children() argument
[all …]
/dports/lang/rust/rustc-1.58.1-src/library/alloc/src/collections/btree/
H A Dnavigate.rs30 pub fn reborrow(&self) -> LeafRange<marker::Immut<'_>, K, V> { in reborrow() argument
40 pub fn next_checked(&mut self) -> Option<(&'a K, &'a V)> { in next_checked()
52 pub fn next_checked(&mut self) -> Option<(&'a K, &'a mut V)> { in next_checked()
147 pub unsafe fn next_unchecked(&mut self) -> (&'a K, &'a V) { in next_unchecked()
252 ) -> LeafRange<BorrowType, K, V> in find_leaf_edges_spanning_range() argument
286 fn full_range<BorrowType: marker::BorrowType, K, V>( in full_range() argument
368 Handle<NodeRef<BorrowType, K, V, marker::LeafOrInternal>, marker::KV>, in next_kv() argument
389 Handle<NodeRef<BorrowType, K, V, marker::LeafOrInternal>, marker::KV>, in next_back_kv() argument
414 Handle<NodeRef<BorrowType, K, V, marker::Internal>, marker::KV>, in next_kv() argument
509 unsafe fn next_unchecked(&mut self) -> (&'a K, &'a V) { in next_unchecked()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/fallible_collections/src/btree/
H A Dnode.rs695 pub fn push(&mut self, key: K, val: V, edge: Root<K, V>) { in push()
729 pub fn push_front(&mut self, key: K, val: V, edge: Root<K, V>) { in push_front()
756 pub fn pop(&mut self) -> (K, V, Option<Root<K, V>>) { in pop()
786 pub fn pop_front(&mut self) -> (K, V, Option<Root<K, V>>) { in pop_front()
836 NodeRef<BorrowType, K, V, marker::Leaf>, in force() argument
1012 key: K, in insert()
1061 fn insert_fit(&mut self, key: K, val: V, edge: Root<K, V>) { in insert_fit()
1090 key: K, in insert()
1187 NodeRef<marker::Mut<'a>, K, V, marker::Leaf>, in split() argument
1260 NodeRef<marker::Mut<'a>, K, V, marker::Internal>, in split() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/fallible_collections/src/btree/
H A Dnode.rs695 pub fn push(&mut self, key: K, val: V, edge: Root<K, V>) { in push()
729 pub fn push_front(&mut self, key: K, val: V, edge: Root<K, V>) { in push_front()
756 pub fn pop(&mut self) -> (K, V, Option<Root<K, V>>) { in pop()
786 pub fn pop_front(&mut self) -> (K, V, Option<Root<K, V>>) { in pop_front()
836 NodeRef<BorrowType, K, V, marker::Leaf>, in force() argument
1012 key: K, in insert()
1061 fn insert_fit(&mut self, key: K, val: V, edge: Root<K, V>) { in insert_fit()
1090 key: K, in insert()
1187 NodeRef<marker::Mut<'a>, K, V, marker::Leaf>, in split() argument
1260 NodeRef<marker::Mut<'a>, K, V, marker::Internal>, in split() argument
[all …]
/dports/graphics/gifski/gifski-1.5.0/cargo-crates/fallible_collections-0.4.2/src/btree/
H A Dnode.rs695 pub fn push(&mut self, key: K, val: V, edge: Root<K, V>) { in push()
729 pub fn push_front(&mut self, key: K, val: V, edge: Root<K, V>) { in push_front()
756 pub fn pop(&mut self) -> (K, V, Option<Root<K, V>>) { in pop()
786 pub fn pop_front(&mut self) -> (K, V, Option<Root<K, V>>) { in pop_front()
836 NodeRef<BorrowType, K, V, marker::Leaf>, in force() argument
1012 key: K, in insert()
1061 fn insert_fit(&mut self, key: K, val: V, edge: Root<K, V>) { in insert_fit()
1090 key: K, in insert()
1187 NodeRef<marker::Mut<'a>, K, V, marker::Leaf>, in split() argument
1260 NodeRef<marker::Mut<'a>, K, V, marker::Internal>, in split() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/fallible_collections/src/btree/
H A Dnode.rs695 pub fn push(&mut self, key: K, val: V, edge: Root<K, V>) { in push()
729 pub fn push_front(&mut self, key: K, val: V, edge: Root<K, V>) { in push_front()
756 pub fn pop(&mut self) -> (K, V, Option<Root<K, V>>) { in pop()
786 pub fn pop_front(&mut self) -> (K, V, Option<Root<K, V>>) { in pop_front()
836 NodeRef<BorrowType, K, V, marker::Leaf>, in force() argument
1012 key: K, in insert()
1061 fn insert_fit(&mut self, key: K, val: V, edge: Root<K, V>) { in insert_fit()
1090 key: K, in insert()
1187 NodeRef<marker::Mut<'a>, K, V, marker::Leaf>, in split() argument
1260 NodeRef<marker::Mut<'a>, K, V, marker::Internal>, in split() argument
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/fallible_collections-0.4.4/src/btree/
H A Dnode.rs698 pub fn push(&mut self, key: K, val: V, edge: Root<K, V>) { in push()
732 pub fn push_front(&mut self, key: K, val: V, edge: Root<K, V>) { in push_front()
759 pub fn pop(&mut self) -> (K, V, Option<Root<K, V>>) { in pop()
789 pub fn pop_front(&mut self) -> (K, V, Option<Root<K, V>>) { in pop_front()
839 NodeRef<BorrowType, K, V, marker::Leaf>, in force() argument
1015 key: K, in insert()
1064 fn insert_fit(&mut self, key: K, val: V, edge: Root<K, V>) { in insert_fit()
1093 key: K, in insert()
1190 NodeRef<marker::Mut<'a>, K, V, marker::Leaf>, in split() argument
1263 NodeRef<marker::Mut<'a>, K, V, marker::Internal>, in split() argument
[all …]
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Dfvector.hh266 FieldVector<K, SIZE> &v ) in operator >>()
414 inline bool operator> (const FieldVector<K,1>& a, const FieldVector<K,1>& b) in operator >()
421 inline bool operator>= (const FieldVector<K,1>& a, const FieldVector<K,1>& b) in operator >=()
428 inline bool operator< (const FieldVector<K,1>& a, const FieldVector<K,1>& b) in operator <()
435 inline bool operator<= (const FieldVector<K,1>& a, const FieldVector<K,1>& b) in operator <=()
472 inline bool operator> (const FieldVector<K,1>& a, const K b) in operator >()
479 inline bool operator>= (const FieldVector<K,1>& a, const K b) in operator >=()
486 inline bool operator< (const FieldVector<K,1>& a, const K b) in operator <()
544 inline bool operator> (const K a, const FieldVector<K,1>& b) in operator >()
558 inline bool operator< (const K a, const FieldVector<K,1>& b) in operator <()
[all …]
/dports/sysutils/vector/leveldb-64265815bcf1b69f30e6cb35bf687fbd6dd64afb/src/database/
H A Diterator.rs96 fn from_key(&self) -> Option<&K>; in from_key()
97 fn to_key(&self) -> Option<&K>; in to_key()
118 fn key(&self) -> K { in key()
148 fn seek(&self, key: &K) { in seek()
161 fn new(database: &'a Database<K>, options: ReadOptions<'a, K>) -> Iterator<'a, K> { in new()
214 fn to_key(&self) -> Option<&K> { in to_key()
220 fn new(database: &'a Database<K>, options: ReadOptions<'a, K>) -> KeyIterator<'a, K> { in new()
225 pub fn last(self) -> Option<K> { in last()
261 fn to_key(&self) -> Option<&K> { in to_key()
267 fn new(database: &'a Database<K>, options: ReadOptions<'a, K>) -> ValueIterator<'a, K> { in new()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Analysis/
H A Dcxx-uninitialized-object-unguarded-access.cpp32 Kind K; member in NoUnguardedFieldsTest
35 NoUnguardedFieldsTest(Kind K) : K(K) { in NoUnguardedFieldsTest()
71 Kind K; member in NoUngardedFieldsNoReturnFuncCalledTest
112 Kind K; member in NoUnguardedFieldsWithUndefMethodTest
157 Kind K; member in UnguardedFieldThroughMethodTest
195 Kind K; member in UnguardedPublicFieldsTest
237 Kind K; member in UnguardedFalseNegativeTest1
277 Kind K; member in UnguardedFalseNegativeTest2
324 Kind K; member in IfGuardedFieldsTest
365 Kind K; member in SwitchGuardedFieldsTest
[all …]

12345678910>>...1309