Home
last modified time | relevance | path

Searched refs:value_equal (Results 1 – 7 of 7) sorted by relevance

/external/clang/test/Sema/
Dblock-return.c66 Boolean (*value_equal)(uintptr_t, uintptr_t) = 0; in foo3() local
69 …return (Boolean)(uintptr_t)INVOKE_CALLBACK2(value_equal, (uintptr_t)stack_value_or_key1, (uintptr_… in foo3()
/external/llvm-project/clang/test/Sema/
Dblock-return.c66 Boolean (*value_equal)(uintptr_t, uintptr_t) = 0; in foo3() local
69 …return (Boolean)(uintptr_t)INVOKE_CALLBACK2(value_equal, (uintptr_t)stack_value_or_key1, (uintptr_… in foo3()
/external/rust/crates/weak-table/src/
Dptr_weak_weak_hash_map.rs133 …pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakWeakHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with()
138 self.0.is_submap_with(&other.0, value_equal) in submap_with()
Dptr_weak_key_hash_map.rs137 … pub fn submap_with<F, S1, V1>(&self, other: &PtrWeakKeyHashMap<K, V1, S1>, value_equal: F) -> bool in submap_with()
141 self.0.is_submap_with(&other.0, value_equal) in submap_with()
Dweak_value_hash_map.rs421 mut value_equal: F) -> bool in is_submap_with()
428 if !value_equal(value1, value2) { in is_submap_with()
Dweak_weak_hash_map.rs436 mut value_equal: F) -> bool in is_submap_with()
443 if !value_equal(value1, value2) { in is_submap_with()
Dweak_key_hash_map.rs498 mut value_equal: F) -> bool in is_submap_with()
504 if !value_equal(value1, value2) { in is_submap_with()