Home
last modified time | relevance | path

Searched defs:substructure (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/
Dclone.rs33 let substructure; in expand_deriving_clone() localVariable
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
DModifyStruct.cpp663 const TStructure *substructure = state.symbolEnv.remap(type.getStruct()); in InlineStruct() local
695 const TStructure *substructure = state.symbolEnv.remap(type.getStruct()); in RecurseStruct() local
/third_party/rust/rust/compiler/rustc_builtin_macros/src/deriving/generic/
Dmod.rs905 let substructure = Substructure { type_ident, nonselflike_args, fields }; in call_substructure_method() localVariable
1287 let substructure = EnumMatching(index, variants.len(), variant, fields); in expand_enum_method_body() localVariable