Home
last modified time | relevance | path

Searched defs:deref (Results 51 - 75 of 246) sorted by relevance

12345678910

/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dobjc_method.rs17 fn deref(&self) -> &Self::Target { in deref() functions
H A Dobjc_interface_type.rs17 fn deref(&self) -> &Self::Target { in deref() functions
H A Dobjc_class_method.rs17 fn deref(&self) -> &Self::Target { in deref() functions
H A Dobjc_category.rs17 fn deref(&self) -> &Self::Target { in deref() functions
H A Dobjc_protocol.rs18 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/cxx/gen/build/src/
H A Dcfg.rs445 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dinclude.rs195 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/clap/clap_derive/src/utils/
H A Dspanned.rs31 fn deref(&self) -> &T { in deref() functions
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dinclude.rs195 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/rust-openssl/openssl/src/
H A Dmacros.rs231 fn deref(&self) -> &$borrowed<T> { in deref() functions
/third_party/rust/crates/static-assertions-rs/src/
H A Dassert_impl.rs188 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/regex/src/
H A Dsparse.rs73 fn deref(&self) -> &Self::Target { in fmt() functions
/third_party/rust/crates/syn/src/
H A Ddrops.rs21 fn deref(&self) -> &Self::Target { in deref() functions
/third_party/rust/crates/rustix/src/io/
H A Dcontext.rs36 fn deref(&self) -> &T { in deref() functions
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_locals_to_regs.c100 get_reg_for_deref(nir_deref_instr *deref, struct locals_to_regs_state *state) get_reg_for_deref() argument
131 get_deref_reg_src(nir_deref_instr *deref, struct locals_to_regs_state *state) get_deref_reg_src() argument
195 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); lower_locals_to_regs_block() local
231 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); lower_locals_to_regs_block() local
[all...]
H A Dnir_opt_access.c171 nir_deref_instr *deref = nir_src_as_deref(instr->src[0]); in gather_intrinsic() local
H A Dnir_lower_indirect_derefs.c51 nir_deref_instr *deref = *deref_arr; in emit_indirect_load_store_deref() local
74 nir_deref_instr *deref = *deref_arr; in emit_load_store_deref() local
135 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in lower_indirect_derefs_block() local
[all...]
H A Dnir_lower_non_uniform_access.c39 nir_deref_instr *deref = nir_src_as_deref(*src); in nu_handle_init() local
98 nir_deref_instr *deref in nu_handle_rewrite() local
[all...]
H A Dnir_lower_phis_to_scalar.c96 nir_deref_instr *deref = nir_src_as_deref(src_intrin->src[0]); in is_phi_src_scalarizable() local
H A Dnir_lower_memcpy.c51 nir_deref_instr *deref; in memcpy_load_deref_elem() local
72 nir_deref_instr *deref; in memcpy_store_deref_elem() local
H A Dnir_opt_constant_folding.c114 const_value_for_deref(nir_deref_instr *deref) in const_value_for_deref() argument
216 nir_deref_instr *deref = nir_src_as_deref(intrin->src[0]); in try_fold_intrinsic() local
H A Dnir_opt_peephole_select.c102 nir_deref_instr *const deref = nir_src_as_deref(intrin->src[0]); in block_check_for_allowed_instrs() local
H A Dnir_opt_memcpy.c246 nir_deref_instr *deref = nir_instr_as_deref(instr); in opt_memcpy_impl() local
H A Dnir_repair_ssa.c127 nir_deref_instr *deref = nir_instr_as_deref(def->parent_instr); in repair_ssa_def() local
/third_party/mesa3d/src/compiler/glsl/
H A Dopt_dead_code_local.cpp105 ir_dereference_variable *deref = ir->val->as_dereference_variable(); in visit() local

Completed in 10 milliseconds

12345678910