/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerCompileUnit.cpp | 76 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() 77 ForwardDIEReferences.emplace_back(Die, RefUnit, Ctxt, Attr); in noteForwardReference() 85 DeclContext *Ctxt; in fixupForwardReferences() local 86 std::tie(RefDie, RefUnit, Ctxt, Attr) = Ref; in fixupForwardReferences() 87 if (Ctxt && Ctxt->getCanonicalDIEOffset()) in fixupForwardReferences() 88 Attr.set(Ctxt->getCanonicalDIEOffset()); in fixupForwardReferences() 75 noteForwardReference(DIE *Die, const CompileUnit *RefUnit, DeclContext *Ctxt, PatchLocation Attr) noteForwardReference() argument
|
H A D | DWARFLinkerDeclContext.cpp | 34 U.getInfo(FirstIdx).Ctxt = nullptr; in setLastSeenDIE()
|
/third_party/rust/crates/serde/serde_derive_internals/src/ |
H A D | check.rs | 3 use crate::internals::{ungroup, Ctxt, Derive}; 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, con [all...] |
H A D | ctxt.rs | 12 pub struct Ctxt { structure names 18 impl Ctxt { impls 23 Ctxt { in new() 62 impl Drop for Ctxt {
|
H A D | ast.rs | 3 use crate::internals::{attr, check, Ctxt, Derive}; 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()
|
H A D | attr.rs | 2 use crate::internals::{ungroup, Ctxt}; 24 cx: &'c Ctxt, 31 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 79 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 93 cx: &'c Ctxt, 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, varian [all...] |
H A D | mod.rs | 13 pub use self::ctxt::Ctxt;
|
/third_party/rust/crates/serde/serde_derive/src/internals/ |
H A D | check.rs | 3 use crate::internals::{ungroup, Ctxt, Derive}; 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, con [all...] |
H A D | ctxt.rs | 12 pub struct Ctxt { structure names 18 impl Ctxt { impls 23 Ctxt { in new() 62 impl Drop for Ctxt {
|
H A D | ast.rs | 3 use crate::internals::{attr, check, Ctxt, Derive}; 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()
|
H A D | attr.rs | 2 use crate::internals::{ungroup, Ctxt}; 24 cx: &'c Ctxt, 31 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 79 fn none(cx: &'c Ctxt, name: Symbol) -> Self { in none() 93 cx: &'c Ctxt, 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, varian [all...] |
H A D | mod.rs | 13 pub use self::ctxt::Ctxt;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | YAMLTraits.cpp | 39 IO::IO(void *Context) : Ctxt(Context) {} in IO() 44 return Ctxt; in getContext() 48 Ctxt = Context; in setContext() 55 Input::Input(StringRef InputContent, void *Ctxt, in Input() argument 57 : IO(Ctxt), Strm(new Stream(InputContent, SrcMgr, false, &EC)) { in Input() 63 Input::Input(MemoryBufferRef Input, void *Ctxt, in Input() argument 65 : IO(Ctxt), Strm(new Stream(Input, SrcMgr, false, &EC)) { in Input()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.h | 152 static unsigned getHashValue(const DeclContext *Ctxt) { in getHashValue() 153 return Ctxt->QualifiedNameHash; in getHashValue()
|
H A D | DWARFLinkerCompileUnit.h | 58 DeclContext *Ctxt; member 163 /// \p Ctxt if it is non-null. 165 DeclContext *Ctxt, PatchLocation Attr);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
H A D | MsgPackDocumentYAML.cpp | 175 static void output(const ScalarDocNode &S, void *Ctxt, raw_ostream &OS, in output() 181 static StringRef input(StringRef Str, StringRef Tag, void *Ctxt, in input()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
H A D | LTOCodeGenerator.cpp | 686 void *Ctxt) { in setDiagnosticHandler() 688 this->DiagContext = Ctxt; in setDiagnosticHandler() 685 setDiagnosticHandler(lto_diagnostic_handler_t DiagHandler, void *Ctxt) setDiagnosticHandler() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFContext.cpp | 1295 DWARFContext *Ctxt = S->Context.get(); in getDWOContext() local 1296 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt); in getDWOContext() 1302 DWARFContext *Ctxt = S->Context.get(); in getDWOContext() local 1303 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt); in getDWOContext() 1337 auto *Ctxt = S->Context.get(); in getDWOContext() local 1338 return std::shared_ptr<DWARFContext>(std::move(S), Ctxt); in getDWOContext()
|
/third_party/rust/crates/serde/serde_derive/src/ |
H A D | ser.rs | 3 use crate::internals::{attr, replace_receiver, Ctxt, Derive}; 13 let ctxt = Ctxt::new(); in expand_derive_serialize() 61 fn precondition(cx: &Ctxt, cont: &Container) { in precondition()
|
H A D | de.rs | 3 use crate::internals::{attr, replace_receiver, ungroup, Ctxt, Derive}; 16 let ctxt = Ctxt::new(); in expand_derive_deserialize() 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | YAMLTraits.h | 513 IO(void *Ctxt=nullptr); 706 void *Ctxt; member in llvm::yaml::IO 1062 void *Ctxt = nullptr, 1209 Output(llvm::raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRPrinter.cpp | 176 static void output(const Module &Mod, void *Ctxt, raw_ostream &OS) { in output() 180 static StringRef input(StringRef Str, void *Ctxt, Module &Mod) { in input()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | YAMLTraits.h | 749 IO(void *Ctxt = nullptr); in needsQuotes() 951 void *Ctxt; in needsQuotes() member 1393 void *Ctxt = nullptr, in needsQuotes() 1397 void *Ctxt = nullptr, in needsQuotes() 1543 Output(raw_ostream &, void *Ctxt = nullptr, int WrapColumn = 70);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 14555 LLVMContext &Ctxt = *DAG->getContext(); in getLoadedType() local 14556 return EVT::getIntegerVT(Ctxt, getLoadedSize() * 8); in getLoadedType()
|