Home
last modified time | relevance | path

Searched refs:this_id (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/bindgen/src/ir/analysis/
Dtemplate_params.rs208 this_id: Id, in take_this_id_usage_set()
210 let this_id = this_id.into(); in take_this_id_usage_set() localVariable
212 .get_mut(&this_id) in take_this_id_usage_set()
231 this_id: ItemId, in constrain_instantiation_of_blocklisted_template()
250 .filter(|a| *a != this_id) in constrain_instantiation_of_blocklisted_template()
272 this_id: ItemId, in constrain_instantiation()
283 debug_assert!(this_id != instantiation.template_definition()); in constrain_instantiation()
310 if arg == this_id { in constrain_instantiation()
/external/libchrome/base/containers/
Did_map.h237 KeyType this_id = next_id_; in AddInternal() local
238 DCHECK(data_.find(this_id) == data_.end()) << "Inserting duplicate item"; in AddInternal()
239 data_[this_id] = std::move(data); in AddInternal()
241 return this_id; in AddInternal()
/external/compiler-rt/include/sanitizer/
Dmsan_interface.h31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
/external/llvm-project/compiler-rt/include/sanitizer/
Dmsan_interface.h30 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
/external/compiler-rt/lib/msan/
Dmsan_interface_internal.h103 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id);
Dmsan.cc574 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id) { in __msan_origin_is_descendant_or_same() argument
575 Origin o = Origin::FromRawId(this_id); in __msan_origin_is_descendant_or_same()
/external/llvm-project/compiler-rt/lib/msan/
Dmsan_interface_internal.h120 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id);
Dmsan.cpp632 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id) { in __msan_origin_is_descendant_or_same() argument
633 Origin o = Origin::FromRawId(this_id); in __msan_origin_is_descendant_or_same()