Searched defs:SourceScope (Results 1 – 11 of 11) sorted by relevance
| /third_party/rust/rust/compiler/rustc_codegen_llvm/src/debuginfo/ |
| D | create_scope_map.rs | 53 variables: &Option<BitSet<SourceScope>>, in make_mir_scope() 55 instantiated: &mut BitSet<SourceScope>, in make_mir_scope() 56 scope: SourceScope, in make_mir_scope()
|
| /third_party/rust/rust/compiler/rustc_codegen_ssa/src/mir/ |
| D | coverageinfo.rs | 9 pub fn codegen_coverage(&self, bx: &mut Bx, coverage: &Coverage, scope: SourceScope) { in codegen_coverage()
|
| /third_party/rust/rust/compiler/rustc_middle/src/mir/ |
| D | pretty.rs | 548 scope_tree: &FxHashMap<SourceScope, Vec<SourceScope>>, in write_scope_tree() 550 parent: SourceScope, in write_scope_tree()
|
| D | mod.rs | 313 source_scopes: IndexVec<SourceScope, SourceScopeData<'tcx>>, in new() 1825 impl SourceScope { impl 1831 source_scopes: &IndexSlice<SourceScope, SourceScopeData<'_>>, in lint_root() 1851 source_scopes: &IndexSlice<SourceScope, SourceScopeData<'tcx>>, in inlined_instance()
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/matches/ |
| D | mod.rs | 642 mut visibility_scope: Option<SourceScope>, in declare_bindings() 647 ) -> Option<SourceScope> { in declare_bindings() 1779 source_scope: Option<SourceScope>, in lower_let_expr() 2205 visibility_scope: SourceScope, in declare_binding()
|
| /third_party/rust/rust/compiler/rustc_mir_transform/src/ |
| D | inline.rs | 981 fn map_scope(&self, scope: SourceScope) -> SourceScope { in map_scope() 1043 fn visit_source_scope(&mut self, scope: &mut SourceScope) { in visit_source_scope()
|
| D | simplify.rs | 405 source_scopes: &IndexSlice<SourceScope, SourceScopeData<'_>>, in save_unreachable_coverage()
|
| /third_party/rust/rust/compiler/rustc_const_eval/src/transform/ |
| D | validate.rs | 1089 fn visit_source_scope(&mut self, scope: SourceScope) { in visit_source_scope()
|
| /third_party/rust/rust/compiler/rustc_mir_build/src/build/ |
| D | scope.rs | 414 fn push_scope(&mut self, region_scope: (region::Scope, SourceInfo), vis_scope: SourceScope) { in push_scope() 792 ) -> SourceScope { in new_source_scope()
|
| D | mod.rs | 930 original_source_scope: SourceScope, in set_correct_source_scope_for_arg()
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShaderDebugger.cpp | 347 SourceScope, enumerator 809 struct SourceScope : ObjectImpl<SourceScope, Object, Object::Kind::SourceScope> struct 811 Scope *scope = nullptr; 812 InlinedAt *inlinedAt = nullptr;
|