Home
last modified time | relevance | path

Searched defs:Stable (Results 1 – 24 of 24) sorted by relevance

/third_party/rust/rust/tests/ui/lint/auxiliary/
Dlint_stability_fields.rs5 pub struct Stable { struct
17 pub struct Stable2(#[stable(feature = "rust2", since = "2.0.0")] pub u8, argument
Dinherited_stability.rs30 pub trait Stable { interface
/third_party/rust/rust/tests/ui/lint/
Dlint-stability-fields.rs31 let Stable { in foo() localVariable
38 let Stable { .. } = x; in foo() localVariable
134 struct Stable { struct
135 inherit: u8,
137 override1: u8,
140 override2: u8,
142 override3: u8,
196 let Stable { in foo() localVariable
203 let Stable { .. } = x; in foo() localVariable
Dlint-stability-fields-deprecated.rs29 let Stable { in foo() localVariable
37 let Stable { .. } = x; in foo() localVariable
159 struct Stable { struct
160 inherit: u8,
162 override1: u8,
165 override2: u8,
219 let Stable { in foo() localVariable
226 let Stable { .. } = x; in foo() localVariable
/third_party/rust/rust/tests/ui/offset-of/auxiliary/
Doffset-of-staged-api.rs12 pub struct Stable { struct
32 pub unstable: Stable, argument
/third_party/rust/rust/tests/ui/deprecation/
Ddeprecation-lint.rs93 let Stable { in foo() localVariable
98 let Stable { .. } = x; in foo() localVariable
342 struct Stable { struct
364 //~^ ERROR use of deprecated field `this_crate2::Stable::override2`: text in foo()
370 let Stable { in foo() localVariable
375 let Stable { .. } = x; in foo() localVariable
/third_party/rust/rust/tests/ui/deprecation/auxiliary/
Ddeprecation-lint.rs63 pub struct Stable { struct
68 pub struct Stable2(pub u8, pub u8, #[deprecated(since = "1.0.0", note = "text")] pub u8); argument
/third_party/rust/rust/tests/ui/pattern/usefulness/auxiliary/
Dunstable.rs7 Stable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DGlobalTypeTableBuilder.h78 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(RecordSize); in insertRecordAs() local
/third_party/rust/rust/tests/ui/rfcs/rfc-2008-non-exhaustive/auxiliary/
Dunstable.rs8 Stable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DAppendingTypeTableBuilder.cpp80 uint8_t *Stable = RecordStorage.Allocate<uint8_t>(Record.size()); in insertRecordBytes() local
DMergingTypeTableBuilder.cpp85 uint8_t *Stable = Alloc.Allocate<uint8_t>(Data.size()); in stabilize() local
/third_party/rust/crates/version_check/src/
Dchannel.rs8 Stable, enumerator
/third_party/rust/rust/compiler/rustc_smir/src/rustc_smir/
Dmod.rs140 pub trait Stable { interface
/third_party/rust/rust/compiler/rustc_middle/src/traits/
Dspecialization_graph.rs55 Stable, enumerator
/third_party/rust/rust/src/tools/bump-stage0/src/
Dmain.rs178 Stable, enumerator
/third_party/python/Lib/test/
Dtest_sort.py67 class Stable(object): class
/third_party/rust/rust/src/tools/tidy/src/
Dfeatures.rs33 Stable, enumerator
/third_party/rust/rust/compiler/rustc_middle/src/middle/
Dstability.rs27 Stable, enumerator
/third_party/rust/rust/compiler/rustc_lint_defs/src/
Dlib.rs99 Stable { hir_id: HirId, attr_index: u16, lint_index: Option<u16>, attr_id: Option<AttrId> }, enumerator
/third_party/rust/rust/compiler/rustc_attr/src/
Dbuiltin.rs185 Stable { enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dinput.rs278 Stable, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Demangle/
DMicrosoftDemangle.cpp248 char *Stable = Arena.allocUnalignedBuffer(Borrowed.size() + 1); in copyString() local
/third_party/rust/rust/compiler/rustc_session/src/
Dconfig.rs1543 Stable, enumerator