/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | check.rs | 8 pub fn check(cx: &Ctxt, cont: &mut Container, derive: Derive) { in check() 27 fn check_default_on_tuple(cx: &Ctxt, cont: &Container) { in check_default_on_tuple() 66 fn check_remote_generic(cx: &Ctxt, cont: &Container) { in check_remote_generic() 78 fn check_getter(cx: &Ctxt, cont: &Container) { in check_getter() 100 fn check_flatten(cx: &Ctxt, cont: &Container) { in check_flatten() 117 fn check_flatten_field(cx: &Ctxt, style: Style, field: &Field) { in check_flatten_field() 144 fn check_identifier(cx: &Ctxt, cont: &Container) { in check_identifier() 226 fn check_variant_skip_attrs(cx: &Ctxt, cont: &Container) { in check_variant_skip_attrs() 300 fn check_internal_tag_field_name_conflict(cx: &Ctxt, cont: &Container) { in check_internal_tag_field_name_conflict() 352 fn check_adjacent_tag_conflict(cx: &Ctxt, cont: &Container) { in check_adjacent_tag_conflict() [all …]
|
D | ctxt.rs | 12 pub struct Ctxt { struct 18 impl Ctxt { implementation 62 impl Drop for Ctxt { implementation
|
D | ast.rs | 62 cx: &Ctxt, in from_ast() 140 cx: &Ctxt, in enum_from_ast() 175 cx: &Ctxt, in struct_from_ast() 198 cx: &Ctxt, in fields_from_ast()
|
D | attr.rs | 31 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 79 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 100 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 287 pub fn from_ast(cx: &Ctxt, item: &syn::DeriveInput) -> Self { in from_ast() 687 cx: &Ctxt, in decide_tag() 748 cx: &Ctxt, in decide_identifier() 812 pub fn from_ast(cx: &Ctxt, variant: &syn::Variant) -> Self { in from_ast() 1072 cx: &Ctxt, in from_ast() 1394 cx: &'c Ctxt, in get_ser_and_de() 1401 F: Fn(&Ctxt, Symbol, Symbol, &ParseNestedMeta) -> syn::Result<R>, in get_ser_and_de() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerCompileUnit.cpp | 76 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() 85 DeclContext *Ctxt; in fixupForwardReferences() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerCompileUnit.h | 58 DeclContext *Ctxt; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTOCodeGenerator.cpp | 686 void *Ctxt) { in setDiagnosticHandler()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFContext.cpp | 1295 DWARFContext *Ctxt = S->Context.get(); in getDWOContext() local 1302 DWARFContext *Ctxt = S->Context.get(); in getDWOContext() local 1337 auto *Ctxt = S->Context.get(); in getDWOContext() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | YAMLTraits.cpp | 55 Input::Input(StringRef InputContent, void *Ctxt, in Input() 63 Input::Input(MemoryBufferRef Input, void *Ctxt, in Input()
|
/third_party/rust/crates/serde/serde_derive/src/ |
D | de.rs | 69 fn precondition(cx: &Ctxt, cont: &Container) { in precondition() 74 fn precondition_sized(cx: &Ctxt, cont: &Container) { in precondition_sized() 87 fn precondition_no_de_lifetime(cx: &Ctxt, cont: &Container) { in precondition_no_de_lifetime()
|
D | ser.rs | 61 fn precondition(cx: &Ctxt, cont: &Container) { in precondition()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 14555 LLVMContext &Ctxt = *DAG->getContext(); in getLoadedType() local
|