Home
last modified time | relevance | path

Searched defs:LocalDecl (Results 1 – 5 of 5) sorted by relevance

/third_party/rust/rust/compiler/rustc_middle/src/mir/
Dvisit.rs813 let LocalDecl { localVariable
1230 LocalDecl { enumerator
Dmod.rs757 pub struct LocalDecl<'tcx> { struct
761 pub mutability: Mutability,
764 pub local_info: ClearCrossCrate<Box<LocalInfo<'tcx>>>,
780 pub internal: bool,
783 pub ty: Ty<'tcx>,
790 pub user_ty: Option<Box<UserTypeProjections>>,
871 pub source_info: SourceInfo,
907 impl<'tcx> LocalDecl<'tcx> { implementation
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h96 struct LocalDecl { struct
103 std::vector<LocalDecl> Locals; argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp475 for (auto &LocalDecl : Func.Locals) { in writeSectionContent() local
DWasmYAML.cpp358 IO &IO, WasmYAML::LocalDecl &LocalDecl) { in mapping()