Home
last modified time | relevance | path

Searched defs:def_path (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dcheck-symbols.py51 def_path = os.path.join (builddir, soname + '.def') variable
/third_party/skia/third_party/externals/harfbuzz/src/
Dcheck-symbols.py51 def_path = os.path.join (builddir, soname + '.def') variable
/third_party/rust/rust/tests/run-make-fulldeps/obtain-borrowck/
Ddriver.rs152 let def_path = tcx.def_path(def_id.to_def_id()); in get_bodies() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_utils/src/
Dconsts.rs381 let def_path = self.lcx.get_def_path(def_id); in expr() localVariable
382 let def_path: Vec<&str> = def_path.iter().take(4).map(Symbol::as_str).collect(); in expr() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dmacro_use.rs106 let def_path = cx.tcx.def_path_str(mac_id); in check_item() localVariable
/third_party/rust/rust/compiler/rustc_mir_transform/src/
Derrors.rs250 pub def_path: String, field
/third_party/rust/rust/compiler/rustc_borrowck/src/
Dnll.rs286 let def_path = infcx.tcx.def_path(def_id); in compute_regions() localVariable
/third_party/rust/rust/compiler/rustc_session/src/
Dcstore.rs230 fn def_path(&self, def: DefId) -> DefPath; in def_path() method
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/decoder/
Dcstore_impl.rs613 fn def_path(&self, def: DefId) -> DefPath { in def_path() method
/third_party/rust/rust/compiler/rustc_hir/src/
Ddefinitions.rs312 pub fn def_path(&self, id: LocalDefId) -> DefPath { in def_path() method
/third_party/skia/experimental/pvg/
Ddraw_msg.proto267 DefinePath def_path = 14; field
/third_party/rust/rust/compiler/rustc_middle/src/middle/
Dstability.rs394 let def_path = with_no_trimmed_paths!(self.def_path_str(def_id)); in eval_stability_allow_unstable() localVariable
/third_party/rust/rust/compiler/rustc_symbol_mangling/src/typeid/
Dtypeid_itanium_cxx_abi.rs361 let mut def_path = tcx.def_path(def_id); in encode_ty_name() localVariable
/third_party/rust/rust/compiler/rustc_hir_analysis/src/structured_errors/
Dwrong_number_of_generic_args.rs441 let def_path = self.tcx.def_path_str(self.def_id); in create_error_message() localVariable
/third_party/rust/rust/compiler/rustc_monomorphize/src/
Dpartitioning.rs647 let def_path = tcx.def_path(cgu_def_id); in compute_codegen_unit_name() localVariable
/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dpretty.rs124 let def_path = in dump_matched_mir_node() localVariable
/third_party/rust/rust/compiler/rustc_infer/src/infer/error_reporting/
Dneed_type_info.rs521 let def_path = printer.print_def_path(def_id, substs).unwrap().into_buffer(); in emit_inference_failure_err() localVariable
/third_party/rust/rust/compiler/rustc_hir_typeck/src/fn_ctxt/
Dsuggestions.rs1096 let def_path = self.tcx.def_path_str(adt_def.did()); in suggest_copied_or_cloned() localVariable
/third_party/rust/rust/compiler/rustc_const_eval/src/
Derrors.rs130 pub def_path: String, field
/third_party/rust/rust/compiler/rustc_middle/src/hir/map/
Dmod.rs160 pub fn def_path(self, def_id: LocalDefId) -> DefPath { in def_path() method
/third_party/rust/rust/compiler/rustc_hir_analysis/src/
Derrors.rs174 pub def_path: String, field
/third_party/rust/rust/compiler/rustc_metadata/src/rmeta/
Ddecoder.rs1284 fn def_path(self, id: DefIndex) -> DefPath { in def_path() method
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemorySSA.cpp727 iterator_range<def_path_iterator> def_path(ListIndex From) { in def_path() function in __anon5fe2ac0f0511::ClobberWalker
/third_party/rust/rust/compiler/rustc_middle/src/ty/
Dcontext.rs782 pub fn def_path(self, id: DefId) -> rustc_hir::definitions::DefPath { in def_path() method
/third_party/rust/crates/bindgen/bindgen/codegen/
Dmod.rs4278 let def_path = def.namespace_aware_canonical_path(ctx); in try_to_rust_ty() localVariable

12